Recall & Review
beginner
What does I/O stand for in computer systems?
I/O stands for Input/Output. It refers to the communication between a computer and the outside world, such as devices that send data to the computer (input) or receive data from it (output).
Click to reveal answer
beginner
Name two common input devices.
Two common input devices are a keyboard and a mouse. They allow users to send data or commands to the computer.
Click to reveal answer
beginner
What is the role of an output device?
An output device receives data from the computer and presents it to the user. Examples include monitors (display screens) and printers.
Click to reveal answer
intermediate
Explain what a device controller does.
A device controller is hardware that manages communication between the computer and an I/O device. It converts data from the device into a form the computer can understand and vice versa.
Click to reveal answer
intermediate
Why is buffering important in I/O operations?
Buffering temporarily stores data during transfer between the computer and an I/O device. It helps handle speed differences and smooths data flow, preventing delays or data loss.
Click to reveal answer
Which of the following is an example of an output device?
✗ Incorrect
A monitor displays information from the computer, making it an output device.
What does a device controller do?
✗ Incorrect
A device controller manages the data exchange between the CPU and input/output devices.
Why is buffering used in I/O operations?
✗ Incorrect
Buffering helps by temporarily storing data to manage different speeds between devices and the CPU.
Which device is primarily used for input?
✗ Incorrect
A mouse is an input device used to send commands or data to the computer.
I/O hardware connects the computer to:
✗ Incorrect
I/O hardware connects the computer to external devices such as keyboards, printers, and other peripherals.
Describe the difference between input and output devices with examples.
Think about devices that send data to the computer versus those that show or print data.
You got /3 concepts.
Explain the role of buffering in I/O hardware and why it is necessary.
Consider what happens when a fast computer talks to a slower device.
You got /3 concepts.