Key Components of Computer Systems

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

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards defining fundamental computer organization and architecture concepts, core functional facilities, CPU structure, and system bus types based on the lecture material.

Last updated 4:11 AM on 9/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Computer System

An electronic system that accepts data as input, processes the data according to a set of instructions, stores data and instructions, and produces useful information as output.

2
New cards

Connection

A link between two points.

3
New cards

Interconnection

A link among multiple components.

4
New cards

Computer Architecture

Attributes of a computer system visible to a programmer or system designer that have a direct impact on the logical execution of a program, such as instruction sets, data representation bits, I/O mechanisms, and memory addressing techniques.

5
New cards

Computer Organization

Refers to the operational units and their interconnections that realize architectural specifications, focusing on how hardware features are implemented (such as control signals, interfaces, and memory technology).

6
New cards

Control Signals

Signals generated by the control unit to coordinate and direct the operations of the CPU and other computer components, determining what operation should be performed and when.

7
New cards

Interface

The mechanisms that allow different computer components or systems to communicate and exchange data, defining how devices connect and interact.

8
New cards

Memory Technology

Refers to the technologies used to store and retrieve data and instructions in a computer system, differing in speed, capacity, cost, and volatility.

9
New cards

Structure

The way in which computer components are interrelated.

10
New cards

Function

The operation of each individual component as part of the structure.

11
New cards

Operating Environment

Everything outside the computer system that serves as the source or destination of data.

12
New cards

Data Processing Facility

The component capability responsible for processing data, including arithmetic operations, logical operations, data manipulation, and decision making.

13
New cards

Data Storage Facility

The component capability that holds data, instructions, and intermediate or final results.

14
New cards

Data Movement Apparatus

The component capability responsible for transferring data between the computer system and its operating environment.

15
New cards

Control Mechanism

The component mechanism that directs data processing, storage, and movement operations.

<p>The component mechanism that directs data processing, storage, and movement operations.</p>
16
New cards

Functional View

A perspective that describes a computer based on the functions it performs rather than its physical appearance.

17
New cards

Arithmetic Logic Unit (ALU)

A major CPU component responsible for performing arithmetic and logical operations.

<p>A major CPU component responsible for performing arithmetic and logical operations.</p>
18
New cards

Control Unit (CU)

A major structural component of the processor that coordinates processor operations, instruction execution, and the movement of instructions and data.

19
New cards

Registers

Components inside the processor that provide extremely fast temporary storage.

<p>Components inside the processor that provide extremely fast temporary storage.</p>
20
New cards

Main Memory (RAM)

Memory component that stores programs currently being executed, data being processed, and intermediate results currently needed.

21
New cards

Input/Output (I/O)

Components that provide communication for data to move between the computer and external devices.

22
New cards

System Bus

A system interconnection mechanism that provides communication pathways between the processor, main memory, and I/O devices.

23
New cards

Data Bus

A system interconnection bus that carries actual data between components.

24
New cards

Address Bus

A system interconnection bus that carries addresses identifying memory or I/O locations.

25
New cards

Control Bus

A system interconnection bus that carries control and timing signals.