InterviewSolution
Saved Bookmarks
| 1. |
Differentiate RAM and ROM |
|
Answer» There is one major DIFFERENCE between a read-only memory (ROM) and a random-access memory (RAM) chip:ROM can HOLD data WITHOUT power andRAM cannot. Essentially, ROM is meant for PERMANENT STORAGE, andRAM is for temporary storage. |
|