Computer Science, asked by vikasbasa5497, 9 months ago

How will you differentiate a flash memory and an EEPROM?

Answers

Answered by SamikBiswa1911
14

Answer:

Flash actually is an offspring of EEPROM, which stands for Electrically Erasable Programmable Read-Only Memory. The main difference between EEPROM and Flash is the type of logic gates that they use. While EEPROM uses the faster NOR (a combination of Not and OR), Flash uses the slower NAND (Not and AND) type.

Similar questions