Input/Output Devices Flashcards
Study purposes
What is the purpose of Input/Output devices?
Allow users to interact with a computer.
What do Input devices do?
Allow breaking the fetch-decode-execute cycle and enter instructions and receive results through the output devices.
Benefits of I/O devices?
Makes computers flexible and easy to use.
What is a BIOS?
Basic Input Output Software.
A built-in software that runs a system self-test when the computer is on.
What does Self-test do?
Initializes and identifies system devices such as CPU, RAM, video display card, keyboard, mouse etc.
What do I/O devices consist of?
Mechanical component: the device itself
Electronic component: the device controller
What are the ways computers handle I/O devices?
Interrupts
DMA (Direct Memory Access)
What does an Interrupt do?
Used the bus to communicate interrupts. For example, when a key is pressed, an interrupt is generated to deliver the key-press event to the OS.
What is DMA?
Direct Memory Address.
Allows devices to directly access the memory and avoids the CPU from waiting for data from devices as their speed is below from the speed of processors.
What is the purpose of Input devices?
Providing data and instructions externally.
What do Output devices do?
Processed data or information to be presented to the user.