InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Ram And Rom? |
|
Answer» RAM (RANDOM Access Memory): is USED to temporarily store information that the computer is currently working on. ROM (READ Only Memory): This is a Permanent type of memory storage used by computers for important data which never CHANGES. (Example: BIOS) RAM (Random Access Memory): is used to temporarily store information that the computer is currently working on. ROM (Read Only Memory): This is a Permanent type of memory storage used by computers for important data which never changes. (Example: BIOS) |
|