CPU Flashcards

1
Q

What is the CPU.

A

The main part of the computer, consisting of the register, ALU and control unit.

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

What is the main part of the computer, consisting of the register, ALU and control unit.

A

The CPU.

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

what is Von Neumann Architecture.

A

Traditional computing architecture that forms a basis for most digital computer systems. Instruction are fetched, decoded and executed one at a time.

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

MAR

A

Holds the address of data ready for the use by the memory register, or the address of an instruction passed from the program counter. Step 2 of the fetch, decode, execute cycle.

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

MDR

A

Holds the data fetched from or to be written to the memory. Step 3 of the fetch, decode, execute cycle.

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

PC

A

Program counter, holds the address for the next instruction. Step 1 of the fetch, decode, execute cycle.

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

Accumulator

A

Holds the result of the calculation.

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

ALU

A

Performs calculations and logic comparisons in the CPU.

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

CU

A

Control unit, decodes instructions. Sends signals to control the how the data moves around the CPU

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

Cache

A

Memory in the processor providing fast access to frequently used instructions and data

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

F.D.E cycle

A

the complete process of retrieving an instruction form store, decoding it and carrying it out. It is also know as the instruction cycle.

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

Clock speed

A

Measured in Hertz, the clock speed is the frequency at which the internal clock generates pulses. the higher the clock rate, the faster the computer may work. the Clock is an electronic unit that synchronises related components by generating pulses at a constant rate

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

Cache size

A

A part of the main store between the central processor and the rest of the memory. It has extremely fast access, so sections of a program and its associated data are copied TO BE CONTIUED

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