1.1

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

1/10

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

What are the main CPU components?

  • Arithmetic logic unit

  • Control unit

  • Registers

    • Program counter

    • Accumulator

    • Memory address register

    • Memory data register

    • Current instruction register

2
New cards

What does the ALU do?

Performs logical operations and bitewise calculations

3
New cards

What does the control unit do?

Decodes instructions and controls how data is moved around the CPU

4
New cards

What does the program counter do?

Stores the address in memory of the next instructions

5
New cards

What does the accumulator do?

Stores temporary values after calculation or inputs

6
New cards

What does the MAR do?

Stores the address of the location that data is being sent/fetched

7
New cards

What does the MDR do?

Stores the current instruction/data

8
New cards

What does the CIR do?

Splits instructions into opcode and operand after it fetched from memory

9
New cards

What makes up the ALU?

  • Arithmetic circuit

  • Logic circuit

  • Registers

  • Status flags

  • Buses

10
New cards

What are the three buses?

  • Data bus

  • Address bus

  • Control bus

11
New cards