wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

UNIT III - Memory mapping & interrupt management

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

How does the Hardware trigger an interrupt ?

a)

Sending signals to CPU through system bus

b)

Executing a special program called interrupt program

c)

Executing a special program called system program

2.

Which operation is performed by an interrupt handler ?

a)

Once done handling, bringing back the system to the original state it was before the interrupt occurred

b)

Saving the current state of the system

c)

All of the above

3.

The following is not a layer of IO management module

a)

MCS (Management Control System)

b)

FS (File System)

c)

PIOCS (Physical Input Output Control System)

4.

If one or more devices use a common set of wires to communicate with the computer system, the connection is called

a)

CPU

b)

Monitor

c)

Bus

5.

A ____ a set of wires and a rigidly defined protocol that specifies a set of messages that can be sent on the wires.

a)

bus

b)

node

c)

port

6.

The hardware mechanism that allows a device to notify the CPU is called

a)

polling

b)

interrupt

c)

driver

7.

The CPU hardware has a wire called __________ that the CPU senses after executing every instruction.

a)

interrupt request line

b)

interrupt bus

c)

interrupt receive line

8.

In general the two interrupt request lines are :

a)

maskable & nonmaskable interrupts

b)

blocked & nonmaskable interrupts

c)

maskable & blocked interrupts

9.

The ________ can be turned off by the CPU before the execution of critical instruction sequences that must not be interrupted.

a)

nonmaskable interrupt

b)

maskable interrupt

c)

blocked interrupt

10.

The interrupt vector contains :

a)

the memory addresses of specialized interrupt handlers

b)

the interrupts

c)

the identifiers of interrupts