COMPUTER FUNDAMENTALS

COMPUTER ARCHITECTURE

SECONDARY STORAGE DEVICES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Virtual memory makes use of secondary storage as if it were main memory.
A
TRUE
B
FALSE
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Virtual memory uses both hardware and software to enable a computer to compensate for physical memory shortages, temporarily transferring data from random access memory (RAM) to disk storage. Mapping chunks of memory to disk files enables a computer to treat secondary memory as though it were main memory.

Detailed explanation-2: -Virtual memory is a feature of an operating system that enables a computer to be able to compensate for shortages of physical memory by transferring pages of data from random access memory to disk storage. This process is done temporarily and is designed to work as a combination of RAM and space on the hard disk.

Detailed explanation-3: -In computer operating systems, memory paging (or swapping on some Unix-like systems) is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages.

There is 1 question to complete.