1.1 Systems Architecture Flashcards

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

What is the Purpose of the CPU

A

The CPU performs the Fetch - Decode - Execute Cycle

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

What is the MDR

A

Memory Data Register - Holds values and instructions ready to be used by the CPU

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

What is the MAR

A

Memory Address Register - Holds Address of next value or instruction to be fetched or stored

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

What is the PC

A

Program Counter - Holds Address at the memory which can be fetched by the Memory Address register.

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

What is the CU

A

Control Unit - Centre of operations; receives and decodes instructions; sends out commands to the other components in the CPU

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

What is the Memory (RAM)

A

RAM - Holds data and values in the form of a computer program. The CPU can store data here as well as fetch from it. Can hold billions of lines of code.

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

What is the ALU

A

Arithmetic logic unit - performs arithmetic and logic calculations

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

What is the ACC

A

Accumulator - temporarily stores data and instructions of arithmetic and logic calculations that are being performed by the ALU.

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

What are Buses

A

Buses transport data, addresses and instructions to different components of the CPU

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

What is the Cache

A

The Cache is short term memory that hold recently used data that is easily accessible by the CPU

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

What is Clock Speed

A

Clock speed is the number of cycles performed by the computer per second, measured in Hertz (Hz)

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

What is an Embedded system

A

An embedded system is a computer system that is dedicated to to limited tasks and is often connected to a larger mechanical system.

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

What are examples of Embedded systems

A

Traffic Lights, Coffee machines, Washing machines

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

What is Overclocking

A

Over clocking is when the clock speed is increased to make the computer faster. However, extra cooling fans must be purchased to stop the computer overheating and they can be expensive.

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

What are cores

A

Cores are complete copies of the CPU that help process information faster. You can get Dual and Quad Core Computers.

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

Why does 4 cores not mean 4x Speed

A

The Cores have to communicate with each other which takes time and some programs can only operate one core, so only one is working.