com sci

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

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Central Processing Unit (CPU)

The main component of a computer that handles data processing.

2
New cards

Microprocessor

Contains the Arithmetic Logic Unit (ALU) and Control Unit (CU).

3
New cards

Arithmetic Logic Unit (ALU)

Handles arithmetic operations and logical comparisons.

4
New cards

Control Unit (CU)

Decodes instructions and controls the operation of the CPU.

5
New cards

Registers

Temporary storage areas within the CPU used to hold data and instructions.

6
New cards

Control Bus

Dictates the direction of data transfer in the CPU.

7
New cards

Data Bus

Transfers data between components like the ALU, RAM, and I/O devices.

8
New cards

Address Bus

Sends address data from the microprocessor to primary memory.

9
New cards

Primary Memory

Volatile memory (RAM) that stores program instructions and data.

10
New cards

Random Access Memory (RAM)

A type of primary memory that loses data when the computer is turned off.

11
New cards

Cache Memory

A smaller, faster section of RAM that stores frequently accessed data.

12
New cards

Machine Instruction Cycle

The process of Fetching, Decoding, Executing, and Storing instructions.

13
New cards

Persistent Storage

Secondary storage that keeps data safe when the system is powered off.

14
New cards

Resource Management

An operating system function that allocates hardware resources.

15
New cards

Memory Management

Controls access to memory and ensures process isolation.

16
New cards

Job Control Language (JCL)

Language defining and prioritizing system jobs.

17
New cards

User Interface

The means by which users interact with the computer system.

18
New cards

Binary

Base-2 system using digits 0 and 1 to represent data.

19
New cards

Bit

The smallest unit of data, either 0 or 1.

20
New cards

Byte

A group of 8 bits.

21
New cards

Boolean Operators

Logical operators that determine true or false outcomes (AND, OR, NOT).

22
New cards

CISC

Complex Instruction Set Computing; architecture with more instructions but slower execution.

23
New cards

RISC

Reduced Instruction Set Computing; architecture with fewer instructions for faster execution.