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.
Which Windows command-line utility provides detailed configuration information about the system, including OS version, processor type, and physical RAM stats?
Explanation:
The 'systeminfo' command line tool queries the local machine configuration and displays comprehensive diagnostic and configuration metadata.
No comments yet. Be the first to start the discussion!