InterviewSolution
Saved Bookmarks
| 1. |
What is the full form of EEPROM?(a) Electrically Erasable Programmable Read Only Memory(b) Electrically Encoded Programmable Read Only Memory(c) Electronic Embedded Programmable Read Only Memory(d) Encrypted Electronic Programmable Read Only MemoryI got this question in a job interview.The doubt is from Board Hardware Specifications in section Board Specifications and Types of Arduino |
|
Answer» RIGHT answer is (a) Electrically Erasable Programmable Read Only Memory The best explanation: EEPROM is a type of non-volatile memory which can be programmed and erased by voltage pulses as input. It’s used to handle small amounts of data. Originally EEPROMS supported only small amounts of data handling limited to 1 Byte. But however, NOWADAYS EEPROMs can support page operations of many bytes. |
|