What happens during a page fault in virtual memory management? MCQ with Answer and Explanation

What happens during a page fault in virtual memory management?
A. The processor attempts to access a page of memory that is not currently loaded in the physical RAM.
B. The hard disk sector becomes permanently corrupted.
C. The computer experiences a fatal hardware crash.
D. The system runs out of network bandwidth.
Answer: Option A
Solution (By JKExamLibrary)
A page fault is an interrupt raised by hardware when a program tries to access a memory page mapped in virtual space but not loaded into the physical RAM.

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
What is the function of the Android 'TelephonyManager'?
A. To manage data connection
B. To access device telephony and network information
C. To make phone calls
D. To send SMS

Correct Answer: Option B


Explanation:
TelephonyManager provides information about cellular network, SIM, device ID, and phone state.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Windows, the 'PowerShell' command to get a list of running processes is:
A. tasklist
B. Get-Process
C. All of the above
D. ps

Correct Answer: Option C


Explanation:
Get-Process (PowerShell), ps (alias), and tasklist (CMD) all list processes.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows command-line utility provides detailed configuration information about the system, including OS version, processor type, and physical RAM stats?
A. ipconfig
B. tasklist
C. systeminfo
D. ping

Correct Answer: Option C


Explanation:
The 'systeminfo' command line tool queries the local machine configuration and displays comprehensive diagnostic and configuration metadata.

This question belongs to: Computer Operating Systems