Which of the following best describes the primary role of an input/output (I/O) device in a computer system?
Think about how a computer interacts with users or other machines.
I/O devices allow the computer to send data out and receive data from the outside world, such as keyboards, monitors, and printers.
Which of the following is NOT typically considered an input device?
Input devices send data to the computer; output devices receive data from the computer.
A monitor displays information from the computer and is an output device, not an input device.
Consider these three data transfer methods used by I/O devices: Programmed I/O, Interrupt-driven I/O, and Direct Memory Access (DMA). Which statement correctly compares their efficiency?
Think about how the CPU is involved in each method and when it is free to do other work.
Interrupt-driven I/O allows the CPU to work on other tasks until the device signals it, improving efficiency over programmed I/O. DMA transfers data directly without CPU intervention, which is even more efficient than interrupt-driven I/O.
Which of the following correctly ranks these I/O devices from fastest to slowest in typical data transfer speed?
Consider the technology behind each device and typical speed benchmarks.
SSDs use fast flash memory and have higher speeds than USB flash drives, which are generally faster than traditional HDDs that rely on mechanical parts.
A computer system has a very fast CPU and memory but uses a slow I/O device for data input. What is the most likely effect on overall system performance?
Think about how the CPU depends on data availability from I/O devices.
If the I/O device is slow, the CPU often waits for data, causing a bottleneck that slows down the entire system despite the CPU's speed.