Architecture of the CPU

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

1/12

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

basic model of a computer system

2
New cards

What is Von Neumann architecture?

The idea of holding both programs and data in memory

3
New cards

Central Processing Unit (CPU)

hardware that executes programs and manages the rest of the hardware

4
New cards

Cache

very fast memory

5
New cards

What does the processor do to run the program?

Fetch

6
New cards

What does the control unit do?

  • Controls the execution of instructions in the correct sequence
  • Decodes instructions
  • Regulates and controls processor timings using regular pulses from the system clock
  • Sends and receives control signals to and from other devices within the computer
7
New cards

Arithematic Logic Unit (ALU)

  • Logic operations (AND
8
New cards

Types of registers

MAR

9
New cards

What does the MAR do?

Memory Address Register - holds the address of the instruction or piece of data to be fetched or stored

10
New cards

What does the MDR do?

Memory Data Register - holds the data or a program instruction temporarily when it is fetched from memory or is to be sent to memory

11
New cards

What does the PC do?

Program Counter - holds the memory address of the next instruction to be processed

12
New cards

What does the ACC do?

Holds the results of calculations from the ALU

13
New cards

What are the main factors affecting CPU?

  • Clock speed
  • Cache size
  • Number of cores