InterviewSolution
Saved Bookmarks
| 1. |
Explain why compuer need to have both ROM and RAM |
|
Answer» A computer needs at least some ROM(or comparable memory like flash) because when it is TURNED on, it needssome code to execute so that it can LOAD the operating SYSTEM from the disk. The need of RAM is obvious: it isneeded to hold the programs and the DATA. |
|