Term 1- FDE cycle Flashcards

1
Q

What are the main components of a computer?(8)

A

Case, motherboard, CPU, GPU, output devices, ram, rom, input devices

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

What does the CPU do?

A

Processes data, executes instructions, clock speed measured in hertz

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

Hertz

A

Number of cycles per second

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

Each processor has a … in which instructions are executed

A

Core

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

Each core executes instructions …

A

Independently

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

Concurrent processing

A

Being processed at the same time

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

Cache

A

Very fast, very small amount of memory on processor chip, acts as intermediary between processor and main memory, holds commonly used instructions

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

Accumulator

A

Register used by ALU to store results of calculations

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

ALU

A

Arithmetic Logic Unit, the component of the CPU that performs arithmetic as a logic calculator

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

PC

A

Program counter, increments by one each time, storing the address of the next instruction

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

MAR

A

Memory address register, stores the address of the current instruction/data

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

MDR

A

Memory data register, Stores the data/instruction that has been fetched from memory

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

CIR

A

Current instruction register, temporarily holds the instruction which is being decoded by the control unit

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

CU

A

Control unit, component of the CPU that manages instructions

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

FDE cycle in order(7)

A
  1. PC holds address of next operation
  2. Copy contents of PC to MAR from memory
  3. Increment PC
  4. load the instructions MAR points to to MDR
  5. Copy instructions from MDR to CIR
  6. CU decodes instructions in CIR
  7. Execute the instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly