1.1: SYSTEMS ARCHITECTURE TRE fin Flashcards

Mr Read

1
Q

What is the purpose of the processor?

A

Processes data
Executes instructions
The ‘brains’

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

How is the processor speed measured?

A

A clock speed
the number of instructions executed (cycles) per second

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

What is the clock speed measure in?

A

Hz

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

What does a core do?

A

Executes instructions independently

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

What types of core can you have?

A

Dual core
Quad core
8 core

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

How many instructions per second can a dual core process compared to a single core?

A

Twice as many- it has double the clock speed

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

What is the definition of concurrent processing?

A

All processors processing simultaneously

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

What is threading?

A

Sending different instructions to different cores (in multi cores)

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

What memory is in the processor?

A

The cache

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

What is the purpose of the cache?

A

Acts as a link between the processor and the main memory
Holds commonly used instructions as programs are being executed
small, fast piece of memory

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

What are the names of the registers?

A

PC- program counter
MAR-memory address register
MDR-memory data register
CIR- current instruction register

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

What is the purpose of the accumulator?

A

Holds the result of the ALU’s calculation

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

What is the purpose of the ALU?

A

Completes the calculations/logic for the computer

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

What does the control unit do?

A

Synchronises the other components
Decodes instructions (only one that can)

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

What is the purpose of the program counter?

A

To store the next instruction address and increase the count of the programs

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

What is the purpose of the memory address register?

A

Stores the address of the current instruction

17
Q

What is the purpose of the memory data register?

A

Stores the data when it has been fetched from the cache and transfers it to the CU

18
Q

What is EEPROM?

A

Electronically editable programmable ROM

19
Q

What is an embedded system?

A

A small computer embedded in another device
Controls the device
Allows user to interact with the device

20
Q

What is an example of an embedded system

A

A washing machine