

InterviewSolution
Saved Bookmarks
1. |
What is Ram and Rom? |
Answer» Ram - RANDOM Access MemoryRom - Read Only Memory Explanation:Ram : Random-access memory is a form of computer memory that can be read and changed in any order, TYPICALLY used to store working DATA and machine cøde.Rom : Read-only memory is a TYPE of non-volatile memory used in computers and other ELECTRONIC devices. Data stored in ROM cannot be electronically modified after the manufacture of the memory device. |
|