com sys prefinals

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:29 PM on 5/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Computer Bus

communication pathway that connects two or more devices or modules used for transferring data

2
New cards

Address bus

unidirectional bus that transports memory addresses

3
New cards

Data bus

bidirectional bus that transfers instructions coming from or going to the processor

4
New cards

Control bus

bidirectional bus that transports orders and synchronization signals

5
New cards

Serial transmission

data bits are sent one by one in a medium

6
New cards

Parallel transmission

multiple data bits are transmitted over multiple channels at the same time

7
New cards

Synchronous protocol

data bits are transmitted as a continuous stream in time with a master clock

8
New cards

Asynchronous protocol

data bits can be sent at any point in time using start and stop bits

9
New cards

Bus arbitration

process by which multiple requests are recognized and priority is given to one

10
New cards

Centralized arbitration

single hardware device controls allocation of bus access

11
New cards

Distributed arbitration

each module participates in the arbitration process without a central controller

12
New cards

Chipset

component that routes data between a computer’s buses

13
New cards

Northbridge

controls transfer of data between processor and RAM

14
New cards

Southbridge

handles communication between peripheral devices

15
New cards

Front-Side Bus

internal bus that allows processor communication with RAM

16
New cards

Expansion Bus

allows motherboard components to communicate with one another

17
New cards

Industry Standard Architecture

IBM bus with 8-bit data bus and 20 address lines

18
New cards

VESA

standard interface between a computer and its expansion

19
New cards

Accelerated Graphics Port

bus connected to CPU for fast video processing

20
New cards

Peripheral Component Interconnect

Intel-developed bus with 32- or 64-bit architecture

21
New cards

Small Computer Systems Interface

standard electronic interface for faster peripheral communication

22
New cards

PCMCIA

standard bus for laptop computers using 68-pin connector

23
New cards

PCI Express

interface standard for connecting high-speed components

24
New cards

Universal Serial Bus

interface for connecting peripheral devices with plug-and-play support

25
New cards

Plug-and-play

operating system automatically configures peripheral devices

26
New cards

Hot-swapping

removal and replacement of peripherals without rebooting

27
New cards

I/O Architecture

system responsible for input, output, and connection to the outside world

28
New cards

Input peripherals

devices that allow user input to the computer

29
New cards

Output peripherals

devices that allow information output from the computer

30
New cards

Input-output peripherals

devices that allow both input and output operations

31
New cards

Storage devices

devices used for storing and fetching information

32
New cards

Data rate

amount of data transferred in a period of time

33
New cards

I/O bandwidth

amount of information communicated per unit time

34
New cards

I/O response time

total elapsed time to accomplish an input or output operation

35
New cards

Programmed I/O

mode where CPU constantly monitors peripherals during transfer

36
New cards

Interrupt Initiated I/O

mode where peripherals generate interrupt signals for CPU attention

37
New cards

Direct Memory Access

technique allowing peripherals to transfer data directly to memory

38
New cards

Buffer Chaining

DMA method handling multiple transfers using linked list of buffers

39
New cards

Operation Chaining

DMA method executing successive commands automatically

40
New cards

I/O Controller

intermediary interface between CPU and peripheral devices

41
New cards

Interface translation

function of converting connection protocols and signals

42
New cards

Addressing

process of handling memory locations for processing

43
New cards

Multiplexing

combining multiple signals over a bus

44
New cards

Buffering

preloading data into memory before processing

45
New cards

Error detection and correction

function for detecting and correcting errors

46
New cards

Device driver

software that allows operating system to communicate with hardware

47
New cards