Quizzes: Chapter 05
Quizzes: Chapter 05
If the memory address space is 16 MB and the word size is 8 bits, then _______
bits are needed to access each word.
a8
b 16
c 24
d 32
_______ can be programmed and erased using electronic impulses but can remain
in a computer during erasure.
a ROM
b PROM
c EPROM
d EEPROM
_______ is a type of memory in which the user, not the manufacturer, stores
programs that cannot be overwritten.
a ROM
b PROM
c EPROM
d EEPROM
A _______ is a storage device to which the user can write information only once.
a CD-ROM
b CD-R
c CD-RW
d CD-RR
A _______ is a storage device that can undergo multiple writes and erasures.
a CD-ROM
b CD-R
c CD-RW
d CD-RR
The smallest storage area on a magnetic disk that can be accessed at one time is a
_______.
a track
b sector
c frame
d head
If the memory has 232 words, the address bus needs to have _______ wires.
a8
b 16
c 32
d 64
The three steps in the running of a program on a computer are performed in the
specific order _______.
a fetch, execute, and decode
b decode, execute, and fetch
c fetch, decode, and execute
d decode, fetch, and execute
In the _______ method for synchronizing the operation of the CPU with an I/O
device, the I/O device informs the CPU when it is ready for data transfer.
a programmed I/O
b interrupt-driven I/O
c DMA
d isolated I/O
In the _______ method for synchronizing the operation of the CPU with an I/O
device, the CPU is idle until the I/O operation is finished.
a programmed I/O
b interrupt-driven I/O
c DMA
d isolated I/O
In the _______ method for synchronizing the operation of the CPU with an I/O
device, a large block of data can be passed from an I/O device to memory directly.
a programmed I/O
b interrupt-driven I/O
c DMA
d isolated I/O