1.1.2-3 System Architecture Flashcards

1
Q

What is the fetch-decode-execute cycle?

A

1.Fetches instructions
2.Decodes them
3.Carries out the the instructions

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

Fetch

A

Processor fetches the instructions from memory and uses the program counter to keep track of where it is

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

Decode

A

Once the instruction is loaded, the CPU needs to know what it means, so the instruction is decoded

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

Execute

A

The instruction is then carried out (calculations or transfer data)

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

Clock speed

A

Rate at which instructions are processed by CPU (3GHz = Billion cycles per second)

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

Cache size

A

Allows temporarily stored data to be accessed very quickly.

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

What is L1 cache?

A

Used to store very frequently used data (small but fast)

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

What is L2 cache?

A

Slower and further away (still more efficient that main memory)

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

Why does the number of cores matter?

A

Each core can carry out separate tasks simultaneously.

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

What are the names of cores?

A

2 cores = dual core
4 cores = quadcore
6 cores = hexacore
8 cores = octacore

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

What is an embedded system?

A

Computer system programmed to a specific task within a larger device.

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

Examples of an embedded system?

A

Smartphone
Dishwasher
Navigation system
Micorwave

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

What are the characters of an embedded system?

A

Low power requirements
Low maintenance
Difficult to repair or replace

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