wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

OSS (QUIZ 7) Input/Output Systems

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following is an input device?

a)

Printer

b)

Monitor

c)

Keyboard

d)

Speaker

2.

What is the main purpose of an I/O system?

a)

Increase screen resolution

b)

Handle power management

c)

Manage communication between hardware and software

d)

Improve CPU clock speed

3.

What is buffering in I/O management?

a)

Deleting unused files

b)

Printing documents

c)

Temporarily storing data during transfer

d)

Compressing files

4.

Which I/O management technique allows multiple jobs to share the same device?

a)

Buffering

b)

Caching

c)

Spooling

d)

Swapping

5.

Which of the following is a block device?

a)

Mouse

b)

Printer

c)

Hard disk

d)

Keyboard

6.

In disk scheduling, which algorithm services the request with the shortest seek time first?

a)

FCFS

b)

SSTF

c)

SCAN

d)

LOOK

7.

Which device is an example of a communication device?

a)

SSD

b)

RAM

c)

Network Card

d)

CPU

8.

What does asynchronous I/O mean?

a)

Data is transferred using real-time clocks

b)

Sender waits for receiver

c)

Data is transferred independently, without waiting

d)

Devices must operate on the same frequency

9.

What is the primary function of a device driver?

a)

Improve graphics

b)

Interface between hardware and the OS

c)

Boost memory

d)

Encrypt files

10.

Which disk scheduling algorithm behaves like an elevator moving up and down floors?

a)

FCFS

b)

SSTF

c)

SCAN

d)

C-SCAN

11.

What type of access is used in tape drives?

a)

Random access

b)

Direct access

c)

Parallel access

d)

Sequential access

12.

Which of the following is not part of I/O management?

a)

Buffering

b)

Spooling

c)

Caching

d)

Paging

13.

Which I/O scheduling goal ensures that no request waits indefinitely?

a)

Throughput

b)

Fairness

c)

Seek time reduction

d)

Real-time access

14.

What does LOOK algorithm do that SCAN doesn't?

a)

Ignores request direction

b)

Reverses direction at ends of the disk

c)

Avoids going to the end of the disk if no request exists

d)

Sorts requests randomly

15.

Which of the following best describes C-SCAN?

a)

Services requests in order of arrival

b)

Moves back and forth over the disk

c)

Wraps around the disk in a circular pattern

d)

Services shortest job first

16.

The primary goal of I/O systems is to directly access CPU registers.

a)

TRUE

b)

FALSE

17.

SSDs typically benefit from disk scheduling algorithms.

a)

TRUE

b)

FALSE

18.

Caching helps reduce the need for repeated access to slow devices.

a)

TRUE

b)

FALSE

19.

Spooling is typically used in print systems.

a)

TRUE

b)

FALSE

20.

In asynchronous I/O, the system must wait for one operation to finish before starting another.

a)

TRUE

b)

FALSE