What is the role of a file system driver? MCQ with Answer and Explanation

What is the role of a file system driver?
A. Controls hardware
B. Manages memory
C. Manages network
D. Enables OS to read/write specific file systems
Answer: Option D
Solution (By JKSSB Mock Tests)
File system drivers allow the OS to support formats like NTFS, FAT, ext4.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
What is the difference between a batch OS and a time-sharing OS?
A. Batch is interactive; time-sharing is not
B. Batch processes multiple users; time-sharing processes one at a time
C. Batch processes jobs sequentially; time-sharing allows interactive multi-user
D. No difference

Correct Answer: Option C


Explanation:
Batch OS processes jobs without user interaction; time-sharing allows multiple users to interact simultaneously.

This question belongs to: Computer Computer Software
Question #2
Which system component manages user permissions, ensuring standard user accounts cannot delete critical system files or change global settings?
A. Access Control Subsystem / Security Manager
B. File Compressor Module
C. Disk Cleanup Utility
D. Device Bus Driver

Correct Answer: Option A


Explanation:
The access control subsystem enforces system security policies, restricting file access and system modifications based on user privileges.

This question belongs to: Computer Computer Software
Question #3
What is the purpose of a software installer?
A. To manage disk
B. To update drivers
C. To uninstall software
D. To copy files and configure settings for an application

Correct Answer: Option D


Explanation:
Installers place program files in the correct locations and set up registry entries.

This question belongs to: Computer Computer Software