What is polled I/O and what is its major characteristic?
Individual I/O devices regularly send inquiries to the CPU to see if it is available for a specific
I/O operation; if the CPU is available, the I/O device then proceeds to carry out its operation.
Each individual I/O device is checked sequentially on a regular basis to see if it needs to be
serviced. This slows down the CPU operation.
Each individual I/O device is checked sequentially on a regular basis to see if it needs to be
serviced. This speeds up the I/O process.
Each individual I/O device is serviced sequentially on a regular basis. This speeds up the I/O
process.
Direct memory access is ________.
faster because it substitutes higher speed static RAM for slower dynamic RAM (DRAM),
which has to be refreshed on a regular basis and thus slows down the entire computer system
handled by a special DMA controller and is usually several times faster than data transfers
handled by the CPU
faster than ordinary memory access techniques because it allows each I/O device direct access
to the CPU memory
any one of the above, depending on the particular computer system
TRUE/FALSE. Write ‘T’ if the statement is true and ‘F’ if the statement is false.
During a write operation the processor places an address on the address bus and data on the data
bus, and the device generates a write signal to indicate it has stored the data.
Cache memory is used to overcome the relatively high costs of main memory.
Bus master use interrupts to gain control of the system bus from the CPU.
Processors typically use only one addressing mode to standardize how data is stored and accessed
in a system.