1.1 System Architecture Flashcards

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

What is the purpose of the CPU?

A

It is the brain of the computer and it is responsible for executing a sequence of instructions known as a program

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

What is the difference between ROM and RAM?

A

ROM is slower and is non-volatile. RAM is faster and is volatile

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

What are the three buses?

A

Data bus, Address bus, Control bus

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

What are hertz?

A

The amount of cycles per second

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

What is the purpose of cache?

A

Cache is to store frequently used program instructions

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

What does FDE stand for?

A

Fetch, Decode, Execute cycle

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

What component processes mathematical operations in the computer?

A

Arithmetic Logic Unit

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

The data and the software that are both being used is stored in the RAM. Who came up with this idea that we use today?

A

Von Neumann

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

State the factors affecting the CPU.

A

The amount of cores, the clock speed, cache performance, size of RAM, graphics card and size of cache

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

What are the advantages of having wider buses?

A

The computer can move more data in the same duration of time

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

What does CPU stand for?

A

CPU stands for Central Processing Unit

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

How can a CPU run multiple tasks simultaneously?

A

Multi-tasking

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

What was the observation Gordon Moore made in 1965?

A

Gordon Moore found that every 2 years, the number of transistors on a CPU would double and so the processing power would double

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

What is over-clocking?

A

This is running a CPU faster than its designed speed which could lead to it overheating and frying the data

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

What is an embedded system and give an example of how one is used?

A

An embedded system is a computer system with a set function within a larger mechanical or electrical system. An example is an ATM which allows the user to check their balance as well as the main function or giving or receiving money

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

What does that MAR hold?

A

The MAR holds the location of data that needs to be accessed

18
Q

What does the MDR do?

A

This temporarily holds data fetched from the memory in the FDE cycle

19
Q

What component increases it’s value by 1 as each instruction gets fetched?

A

The program counter

20
Q

What is a temporary storage place for logic and arithmetic instructions in the cpu?

A

The accumulator

21
Q

What component tells input and output devices how to respond to programs instructions?

A

The control unit