Basics of I/O systems Flashcards
1
Q
What is input/output (I/O) in computing?
A
The communication between a computer and the outside world, including human users and other systems.
2
Q
What are I/O devices?
A
Hardware components used to input data into or output data from a computer (e.g., keyboard, mouse, printer, disk).
3
Q
What is the role of an I/O subsystem in an operating system?
A
To manage communication between the OS and I/O devices efficiently and safely.
4
Q
What are the components of the I/O subsystem?
A
1) I/O devices, 2) Device controllers, 3) Device drivers, 4) OS-level I/O management.