Operating Systems Basics MCQs (Part-7)

What is the main function of a file system in an operating system?

A File Storage and Retrieval
B Resource Allocation
C Process Scheduling
D Memory Management

Which of the following file system types is commonly used in Windows operating systems?

A FAT32
B HFS+
C NTFS
D ext4

What is the role of system calls in an operating system?

A Allocate Memory
B Allow User to Interact with Kernel
C Handle I/O Devices
D Manage Processes

What is the primary purpose of an I/O management system in an operating system?

A Provide File Access
B Manage Memory
C Handle User Inputs
D Control I/O Devices

Which of the following is a characteristic of the ext4 file system?

A Supports journaling
B Non-recoverable
C Limited File Size
D Used by Windows

What is the role of a disk scheduler in an operating system?

A Control CPU Scheduling
B Manage File Access
C Optimize Disk I/O
D Manage Memory Allocation

Which of the following is an example of a block-level storage device?

A Network File System
B Hard Disk Drive
C Flash Drive
D Optical Disk

What is the function of a file descriptor in an operating system?

A Identify Open Files
B Manage File System
C Store File Permissions
D Store File Data

Which file system supports the concept of file permissions and encryption in Windows?

A HFS+
B ext4
C FAT32
D NTFS

Which of the following is true for FAT32 file systems?

A Supports Encryption
B Uses Journaling
C Maximum File Size of 4 GB
D No File Size Limit

What is the main purpose of a file system’s inode structure?

A Track File Attributes
B Allocate Disk Space
C Manage Directory Structure
D Store File Data

What does a system call like read() in an operating system do?

A Terminate a Process
B Read Data from a File
C Write Data to File
D Allocate Memory

What is the function of a device driver in an operating system?

A Manage Network Connections
B Provide File Access
C Control I/O Operations
D Manage Memory Allocation

What is the primary function of a system call like open()?

A Terminate a Process
B Allocate Memory
C Open a File
D Read Data

What is the benefit of using a journaling file system?

A Improved Data Integrity
B Lower Resource Usage
C Faster Read/Write
D Smaller Disk Space