InterviewSolution
Saved Bookmarks
| 1. |
11. Write down the type of memory needed to do the following: a) To store data permanentlyb) To execute the programc) To store instructions which can not be overwritten |
|
Answer» a) Secondary storageb) RANDOM access memoryc) ROM (Read only MEMORY)EXPLANATION: |
|