Input-Output Organization

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and terminology related to the Input-Output Organization of computer systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Input/Output Subsystem (I/O)

A system that facilitates communication between a computer's central processing unit and peripheral devices.

2
New cards

Peripheral Devices

Devices connected to a computer that facilitate input and output, such as keyboards, mice, and printers.

3
New cards

Input Peripherals

Devices that allow user input to the computer, such as keyboards and mice.

4
New cards

Output Peripherals

Devices that output information from the computer to the outside world, such as printers and monitors.

5
New cards

Input-Output Peripherals

Devices that handle both input and output functions, such as touch screens.

6
New cards

Interface

A shared boundary between separate components of a computer system that allows for communication.

7
New cards

I/O Interface

Provides a method for transferring information between internal storage and external I/O devices.

8
New cards

Synchronous Data Transfer

Data transfer where two components share a common clock for synchronization.

9
New cards

Asynchronous Data Transfer

Data transfer where separate components operate independently, requiring control signals for communication.

10
New cards

Programmed I/O

Data transfer method where the CPU involves direct control with each data transfer operation.

11
New cards

Direct Memory Access (DMA)

A transfer method that allows devices to access memory directly without involvement from the CPU.

12
New cards

Priority Interrupt

A system for determining which interrupt to service first when multiple interrupts occur.

13
New cards

Associative Memory

A type of memory accessed by content rather than by address, allowing for rapid data retrieval.

14
New cards

Cache Memory

A high-speed storage mechanism that temporarily holds frequently accessed data to expedite processing.

15
New cards

Hit Ratio

The ratio of successful accesses to cache memory versus the total number of access attempts.