InterviewSolution
Saved Bookmarks
| 1. |
The only difference between the EEPROM and flash memory is that the latter doesn’t allow bulk data to be written.(a) True(b) FalseThis question was addressed to me in unit test.I would like to ask this question from Read-Only Memory topic in section Memory System of Computer Architecture |
|
Answer» CORRECT CHOICE is (a) True To explain: This is not permitted as the previous CONTENTS of the CELLS will be overwritten. |
|