1.1 Components of the CPU Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

von Neumann architecture

A

the way in which the CPU is designed and carries out instructions with other components

in 1945 John von Neumann designed a stored program computer where both the program and data are stored in the memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

components of the von Neumann architecture

A
  • processing unit or CPU
  • program counter
  • memory
  • input and output mechanisms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CU

A

control unit

coordinates the actions of the computer

sends out control signals to other parts of the CPU and computer

control signals make everything happen inside the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

decoder

A

an important component of the CU

works out what the program instructions mean so control signals can be sent to other components that carry out the required actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ALU

A

arithmetic and logic unit

performs arithmetic and logical operations

  • addition
  • subtraction
  • multiplication
  • division
  • comparisons between two different numbers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

MAR

A

memory address register

holds the address of the memory location currently being read or written to

(holds the location needed by the MDR)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

MDR

A

memory data register

a temporary store (buffer) for anything copied from memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

PC

A

program counter

holds the address of the next instruction to be fetched

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ACC

A

accumulator

stores the results of calculations carried out by the ALU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

List two registers of the CPU with specific functions in the fetch-decode-execute cycle [2]

A

program counter

memory address register

etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe the role of the control unit in the operation of the central processing unit [4]

A

the control unit coordinates the actions of the other components of the CPU and the whole computer by sending out control signals

it also decodes the program instructions and executes them using the other components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly