1.1.1 The CPU

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

1/8

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.

9 Terms

1
New cards

What is the CPU

Central Processing Unit

2
New cards

What is the purpose of the CPU

To process data and instructions

To constantly perform the fetch-decode-excecute cycle.

3
New cards

Control Unit

Sends control signals to direct the CPU’s operation

4
New cards

Arithmetic and Logic Unit (ALU)

Performs simple calculations and logical operations such as addition, subtraction, AND, OR operations.

5
New cards

Register

A temporary storage space for one instruction or address

Each has a specific purpose

6
New cards

Cache Memory

Used to temporarily store data that is frequently accessed.

Slower than registers but faster than RAM

7
New cards

What is a computer architecture?

The way a computer is designed and structured

8
New cards

What is the Von Neumann Architecture

A computer architecture that stored both program instructions and data in the same memory (RAM) and format (binary)

9
New cards

Key Components of the Von Neumann Architecture

Control Unit

ALU

Register

Cache memory