InterviewSolution
Saved Bookmarks
| 1. |
Define the main memory of the computer sysmtem. what are its two main parts.. |
|
Answer» Explanation: Computer memory is of two basic type – PRIMARY memory(RAM and ROM) and Secondary memory(HARD DRIVE,CD,etc.). Random Access Memory (RAM) is primary-volatile memory and Read Only Memory (ROM) is primary-non-volatile memory. It is ALSO called as read write memory or the main memory or the primary memory. |
|