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 computer experiences a fatal hardware crash.
B. The hard disk sector becomes permanently corrupted.
C. The processor attempts to access a page of memory that is not currently loaded in the physical RAM.
D. The system runs out of network bandwidth.
Answer: Option C
Solution (By JKSSB Mock Tests)
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.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
What is the function of the Android 'WifiManager'?
A. To manage Bluetooth
B. To manage Wi-Fi connectivity, scan networks, and configure connections
C. To manage network preferences
D. To manage cellular data

Correct Answer: Option B


Explanation:
WifiManager provides APIs to enable/disable Wi-Fi, scan for networks, and connect to access points.

This question belongs to: Computer Operating Systems
Question #2
What type of kernel configuration runs basic scheduling routines in kernel space but offloads device drivers and file systems to user space to maximize stability?
A. Microkernel
B. Exokernel Layout
C. Monolithic Kernel
D. Hybrid Architecture

Correct Answer: Option A


Explanation:
Microkernels improve system resilience by restricting kernel space to essential primitives, isolating driver crashes from bringing down the core OS.

This question belongs to: Computer Operating Systems
Question #3
Which of the following is a file system specifically designed for flash storage, used in many Android devices?
A. FAT32
B. F2FS
C. ext4
D. NTFS

Correct Answer: Option B


Explanation:
F2FS (Flash-Friendly File System) is optimized for NAND flash memory, improving performance and longevity on SSDs and SD cards.

This question belongs to: Computer Operating Systems