Multiple choice technology mainframe

Whats virtual storage in MVS?

  1. An addressing scheme that allows external disk storage to appear as main storage.

  2. Each running program can assume it has access to all of the storage defined by the architecture's addressing scheme.

  3. a and b

  4. a or b

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Virtual storage in MVS (Multiple Virtual Storage) encompasses both aspects: it makes external disk storage appear as main storage to programs AND allows each running program to assume it has access to the full address space defined by the architecture. This virtualization enables efficient memory utilization and program isolation.

AI explanation

Virtual storage in MVS is an addressing scheme where the operating system maps addresses used by a program to physical memory and disk (paging), letting more memory appear available than physically exists. As a consequence of this scheme, each running program (address space) behaves as though it has access to the full range of storage defined by the architecture's addressing (e.g., 16MB, 2GB, etc.), because each gets its own private virtual address space. Both statements describe true, complementary aspects of virtual storage, so 'a and b' together is the accurate answer rather than either alone.