1.1.3 - Von Neumann Architecture

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

1/5

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

What is the name of the architecture all modern CPUs are based on?

Von Neumann Architecture

2
New cards

What are the 3 components of the CPU?

The three components of the CPU are the Arithmetic Logic Unit (ALU), Control Unit (CU), and Registers.

3
New cards

What does the ALU perform?

  • +, −, *, /

  • comparisons

  • boolean operators (AND, OR, NOT)

4
New cards

What is the purpose of the CU (Control Unit)?

The Control Unit transmits control signals to other components of the CPU. It follows the fetch-decode-execute cycle to execute program instructions.

5
New cards

What are the two main components of the CU?

The clock, which coordinates the CPU’s activity and the decoder, which decodes program instructions

6
New cards

What are registers?

Tiny amounts of super-quick memory within the CPU. Each register holds a specific piece of info.