What is the main purpose of an operating system's file system? MCQ with Answer and Explanation

What is the main purpose of an operating system's file system?
A. To organize and store files on storage devices
B. To handle memory allocation
C. To provide network services
D. To manage processes
Answer: Option A
Solution (By JKSSB Mock Tests)
The file system manages how data is stored, retrieved, and organized on disks, including directories and metadata.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which specialized hardware component handles real-time address translation between virtual memory allocations and physical RAM chips?
A. Direct Memory Access (DMA) Controller
B. Memory Management Unit (MMU)
C. Central Processing Unit (CPU)
D. BIOS Chipset

Correct Answer: Option B


Explanation:
The MMU is a dedicated hardware structure that maps virtual processor memory references to real physical address rails on RAM modules.

This question belongs to: Computer Operating Systems
Question #2
In multitasking, what is the term for the switching of the CPU between processes?
A. Context switching
B. Process migration
C. Time slicing
D. Interrupt handling

Correct Answer: Option A


Explanation:
Context switching involves saving the state of a process and loading another process's state, allowing multitasking.

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

Correct Answer: Option B


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