Section 1.2 Functions And Characteristics Of The CPU Flashcards

(9 cards)

1
Q

What is the fetch decode execute cycle?

A

When a program is run it is first loaded into main memory. There it’s accessed by the processor which takes each instruction at a time, decodes it and executes it.
•fetch instruction from main memory
•decode
•execute instruction

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

What happens in the fetch part?

A
  • address of instruction is copied from the PC to the MAR
  • its then copied to the MDR
  • then to CIR
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What decodes the instruction?

A

The control unit.

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

What is clock speed?

A

The speed the processor operates at in Hertz. Typical pc speed are around 2-4 GHz. The faster the clock speed the faster instructions process.

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

What is cache memory?

A

Cache is the intermediary of the RAM and CPU. It makes often used data quickly accessible as it doesn’t have to access main memory as much.

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

Level 1 and 2 cache.

A

Level 1: faster and smaller.

Level 2: medium sized and quite fast.

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

What is a core?

A

A processor.

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

A duel core processor should theoretically be twice as fast, why isn’t this always true?

A

The computer may not be designed for multiple cores, though it will operate faster on the whole.

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

What is an embedded system?

A

It’s a microprocessor/CPU in a device to control it’s function, like a microwave or fridge. They are simple as they are only for basic tasks and usually have a WiFi link.

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