What is the primary function of the 'Page Table' in virtual memory systems? MCQ with Answer and Explanation

What is the primary function of the 'Page Table' in virtual memory systems?
A. To log the date and time files were created.
B. To arrange text content in alphabetical order.
C. To record the collection of active internet cookies.
D. To map the virtual addresses used by a process to corresponding physical addresses in RAM.
Answer: Option D
Solution (By JKSSB Mock Tests)
The page table is a structural database used by the Memory Management Unit (MMU) to translate a process's virtual memory pages into real RAM frames.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which of the following is an example of an open-source operating system?
A. Apple macOS
B. Linux
C. MS-DOS
D. Microsoft Windows 11

Correct Answer: Option B


Explanation:
Linux is developed under an open-source license, allowing anyone to view, modify, and redistribute its underlying source code freely.

This question belongs to: Computer Operating Systems
Question #2
What is the primary function of the 'Shell' component in Linux distributions?
A. To manage physical RAM refresh cycles.
B. To provide physical protection to storage devices.
C. To interpret text-based commands from the user and interface with the operating system kernel.
D. To compile application source code.

Correct Answer: Option C


Explanation:
The shell is a command language interpreter that executes commands entered via text terminals or input shell script sequences.

This question belongs to: Computer Operating Systems
Question #3
Which of the following is a classic example of a single-user, single-tasking operating system?
A. Windows 95
B. MS-DOS
C. Linux Ubuntu
D. Android

Correct Answer: Option B


Explanation:
MS-DOS (Microsoft Disk Operating System) is a historical command-line operating system that natively supported only one user and one running task at a time.

This question belongs to: Computer Operating Systems