wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Disk Storage and File Systems Quiz

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

Which part of mass storage is responsible for organizing and controlling how data is stored on the disk?

a)

CPU

b)

Disk Scheduler

c)

File System

d)

Cache

2.

What is the primary purpose of disk scheduling in an operating system?

a)

To allocate memory to processes

b)

To decide the order in which disk I/O requests are serviced

c)

To perform file compression

d)

To execute system calls

3.

Which disk scheduling algorithm is most efficient for minimizing the total seek time?

a)

First-Come, First-Served (FCFS)

b)

Shortest Seek Time First (SSTF)

c)

Priority Scheduling

d)

Round Robin

4.

In which type of disk attachment do the disk drives communicate directly with the CPU over a shared system bus?

a)

Network-attached storage (NAS)

b)

Storage area network (SAN)

c)

Direct-attached storage (DAS)

d)

Remote-attached storage (RAS)

5.

What is the primary function of the file-system interface?

a)

To facilitate communication between the CPU and memory

b)

To provide methods for users to store and access files

c)

To control peripheral devices

d)

To manage user authentication

6.

Which access method is most commonly used for sequentially accessing a file's data from beginning to end?

a)

Indexed access

b)

Direct access

c)

Sequential access

d)

Random access

7.

What is a directory structure in a file system primarily used for?

a)

To keep track of all files and their locations

b)

To speed up disk performance

c)

To compress files

d)

To schedule disk requests

8.

Which file-system allocation method divides a file into blocks that are stored in various locations on the disk?

a)

Contiguous allocation

b)

Linked allocation

c)

Indexed allocation

d)

Clustered allocation

9.

In file-system implementation, what is the purpose of a 'directory implementation'?

a)

To assign memory to applications

b)

To define methods for accessing and storing file metadata

c)

To protect files from unauthorized access

d)

To handle input/output operations