wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz on Input Output on Sept 19

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following is NOT an output device?

a)

Printer

b)

Monitor

c)

Speakers

d)

Keyboard

2.

What is the primary role of Input/Output devices in a computer system?

a)

Execute program instructions

b)

Store data for long-term use

c)

Communicate with the CPU and memory

d)

Generate interrupts for error handling

3.

Which component is responsible for coordinating I/O operations in a computer system?

a)

CPU

b)

Memory

c)

I/O Controller

d)

Operating System

4.

What does the term "port" refer to in the context of I/O devices?

a)

A physical connector on a device

b)

A software module for data processing

c)

A type of interrupt generated by devices

d)

A memory location for I/O data

5.

Which I/O method allows the CPU to check the status of a device periodically?

a)

Interrupt-driven I/O

b)

Memory-mapped I/O

c)

Polling

d)

Direct Memory Access (DMA)

6.

What is the main advantage of interrupt-driven I/O?

a)

It simplifies device control.

b)

It reduces the CPU's involvement in I/O operations.

c)

It eliminates the need for device drivers.

d)

It speeds up data transfer between devices.

7.

What is the primary purpose of a device driver?

a)

To physically connect devices to the computer

b)

To manage device power consumption

c)

To facilitate communication between the CPU and specific devices

d)

To allocate memory for I/O operations

8.

Which I/O method involves using memory addresses for device communication?

a)

Polling

b)

Interrupt-driven I/O

c)

Memory-mapped I/O

d)

Programmed I/O

9.

What is one limitation of programmed I/O?

a)

It requires a high level of CPU involvement.

b)

It is slower than other I/O methods.

c)

It cannot handle multiple devices simultaneously.

d)

It does not support device drivers.

10.

Which type of I/O transfer involves the CPU moving data one word or byte at a time?

a)

Burst transfer

b)

Block transfer

c)

Programmed I/O

d)

Serial transfer

11.

What is the role of an I/O controller?

a)

It manages the CPU's cache memory.

b)

It executes I/O instructions directly.

c)

It handles the details of I/O operations on behalf of the CPU.

d)

It generates software interrupts for I/O.

12.

What is the primary advantage of using DMA for I/O transfers?

a)

It simplifies device control.

b)

It eliminates the need for device drivers.

c)

It speeds up data transfer without involving the CPU.

d)

It reduces power consumption in devices.

13.

Which is the most common protocol for device communication?

a)

USB

b)

Ethernet

c)

HDMI

d)

Bluetooth

14.

Which I/O method is most suitable for devices that generate frequent and unpredictable interrupts?

a)

Polling

b)

Programmed I/O

c)

Interrupt-driven I/O

d)

Memory-mapped I/O

15.

What is the significance of I/O devices in the overall system architecture?

a)

They are the core processing units.

b)

They determine the system clock speed.

c)

They provide a way for the user to interact with the computer.

d)

They replace the need for an operating system.