InterviewSolution
Saved Bookmarks
| 1. |
Identify the following activity. you are trying a letter using a computer and suddenly there is a power failure.which type of memory does this activity deal?pls answer |
|
Answer» This activity DEALS with the Random ACCESS Memory. When a user is performing some typing operations, Random Access Memory plays the role of providing the space.It is a volatile memory, i.e. data is only STORED in the memory when the power is there. Whenever there is a power-cut, the data will be permanently lost and not saved anywhere.Hence, it is advisable to save the document at CERTAIN intervals so that the document is stored in the Read-Only Memory, in which the data is stored permanently. |
|