ഒരു ഫ്ലാഷ് മെമ്മറി ഏത് കമ്പ്യൂട്ടർ മെമ്മറിയിൽ പെടുന്നു ?
AEEPROM
BSRAM
CDRAM
DSDRAM
Answer:
A. EEPROM
Read Explanation:
Flash memory belongs to the category of EEPROM (Electrically Erasable Programmable Read-Only Memory), which is a type of non-volatile, secondary computer memory. Here is a quick breakdown of where it fits in the computer memory hierarchy: Non-Volatile Memory: Unlike RAM, flash memory retains its saved data even when the power is turned off. Solid-State Storage: It has no moving parts (unlike traditional hard drives), making it faster, quieter, and more durable. Flash memory is the core technology used in everyday storage devices like USB flash drives, Solid-State Drives (SSDs), and SD cards.
