1 - Components Of A Computer Flashcards

1
Q

What is the CPU?

A

The Central Processing Unit.

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

Components of the CPU?

A
  1. Control Unit
  2. Buses
  3. Arithmetic - logic Unit
  4. Dedicated Registers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the control unit do?

A

Coordinates the activity of the CPU
(data is sent along the control bus)

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

What is a bus?

A

A series of connectors that transfer signals along components (often 8, 16, 32, and 64; this is what a 64 bit computer is)

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

System bus components?

A
  1. Control Bus
  2. Data Bus
  3. Address Bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the signals often passed along the control bus?

A
  1. Memory Read
  2. Memory Write
  3. Bus request
  4. Bus grant
  5. Clock
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the ALU?

A

Arithmetic:
- Add, subtract, multiply, divide
Logic:
- AND, OR, NOT, XOR
Shift:
- Move bits from left or right within a register

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

Accumulator

A

The register where results of the ALU go rather than slower memory

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

Program Counter

A

Holds the memory address of the next instruction to be executed

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

Current Instruction Register (CIR)

A

Holds the current instruction, which is split into opcode and operand

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

Memory Address Register (MAR)

A

Holds the address of where the processor needs to visit next

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

Memory Data Register

A

Temporarily holds the data moving between the processor and main memory

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

FDE Cycle

A

The process where the processor FETCHES the next instruction, DECODES what it is, and EXECUTES the instruction.

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