The Processor Flashcards

to revise the fetch decode execute cycle

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

What is the purpose of the processor?

A

The processor responds to and processes the instructions that drive the computer.

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

What does the CPU contain?

A

The CPU contains the Control Unit, The arithmetic/logical unit(ALU) and registers.

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

What is the order of the three operations that are being carried out?

A

Fetch decode execute

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

What happens during the Fetch operation?

A

causes the next instruction to be fetched from main memory

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

What happens during the decode operation?

A

decodes the instruction

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

What happens during the execute operation?

A

causes instruction to be executed

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

What arithmetic operations does the ALU do?

A

The ALU performs arithmetic operations like addition subtraction, multiplication and division

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

What 2 types of operations does the ALU perform?

A

The ALU performs Arithmetic and Logical operations

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

What logical operations does the ALU perform?

A

The Logical operations consist of comparing one item with another to determine wether the first data item is smaller than, equal to or greater than the second data item

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

What are registers?

A

Registers are special memory cells that operate at very high speed. All arithmetic and logical functions take place within registers.

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

What is the Von Neumann architecture?

A

shared memory and bus is used for both data and instructions.

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

What is the stored program concept?

A

machine code instructions are fetched and executed serially by a processor that performs arithmetic and logical operators.

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

What is the Harvard Architecture?

A

physically separate memories for instructions and data.

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