Vonn Neumann architecture

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

1/10

flashcard set

Earn XP

Description and Tags

. understanding the componements of the CPU and the Vonn Neumann architecture

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

Central Processing Unit (CPU)

the “brain” of the computer and responsible for executing instructions

2
New cards

Control Unit (CU)

Manages the operations of the CPU and acts as the “boss” for the other componements

3
New cards

Instruction Register (IR)

Keeps a copy of the current instruction being executed

4
New cards

Program Counter (PC)

Responsible for holding the address of the current instruction and increments each cycle

5
New cards

Arithmetic Logical Unit (ALU)

Responsible for carrying out arithmetic and logical operations. Uses the accumulator to temporarily store result

6
New cards

Accumulator

Special-purpose register that temporarily stores the result of an operation performed by the ALU

7
New cards

Data Bus

Transfers data and instructions between the CPU and Main Memory

8
New cards

Address Bus

Transfers the memory address from the CPU to Main Memory

9
New cards

Control Bus

Transfers control signals which coordinate the operations for different hardware componements

10
New cards

Main Memory (RAM)

Temporarily stores data and instructions for the CPU and is volatile

11
New cards

Vonn Neumann Architecture

A type of stored program concept where data and instructions are both stored in main memory. However data and instructions cannot be fetched at the same time due to sharing the same bus