InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by 'RAM' and 'ROM? Give any one differencebetween RAMand 'ROM. |
|
Answer» The key difference between RAM and ROM is that RAM is BASICALLY a read-write memory whereas, ROM is a read only memory. RAM temporarily stores the data that have to be PROCESSED by CPU currently. ... RAM is a volatile memory. However, ROM is a nonvolatile memory. |
|