Which mechanism allows an operating system to simulate more memory than the computer physically contains by transferring data temporarily to secondary storage? MCQ with Answer and Explanation

Which mechanism allows an operating system to simulate more memory than the computer physically contains by transferring data temporarily to secondary storage?
A. Cache Memory
B. Read-Only Memory
C. Virtual Memory
D. Dynamic RAM
Answer: Option C
Solution (By JKExamLibrary)
Virtual memory combines physical RAM with temporary space on the hard drive (paging/swap file) to let the system handle larger memory loads than physical RAM capacity allows.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
Which Linux command is used to set the system's hostname?
A. hostnamectl
B. set-hostname
C. hostname
D. sysctl

Correct Answer: Option C


Explanation:
hostname can display or set the system's hostname; hostnamectl is also used in systemd.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a file system used by macOS?
A. NTFS
B. ext4
C. FAT32
D. APFS

Correct Answer: Option D


Explanation:
APFS (Apple File System) is the default on macOS; others are not native.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which component of an operating system is responsible for managing the allocation and deallocation of main memory blocks to active applications?
A. Process Scheduler
B. Memory Manager
C. I/O Spooler
D. File System Manager

Correct Answer: Option B


Explanation:
The memory management subsystem tracks memory allocation status, allocating chunks to active processes and reclaiming them upon task completion.

This question belongs to: Computer Operating Systems