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

the cpu

the internal hardware component of the computer responsible for executing the instructions of programs

2
New cards

control unit

the control unit controls and coordinates the activities of the cpu, and directs the flow of data between the cpu and its devices

3
New cards

arithmetic logic unit

the component of the CPU that performs arithmetic and logical operations on the data

4
New cards

buses

a set of parallel wires connecting two or more components of a computer

5
New cards

memory address register

holds the current address that is to be fetched from memory

6
New cards

memory data address

holds the content/data that is found at the address held at the memory address register

7
New cards

program counter

holds the address of the next instruction, and increments by one

8
New cards

current instruction register

holds the current instruction that is split into operand and opcode

9
New cards

accumulator

holds the results of the calculations done by the alu