Components of the Computer System Flashcards

1
Q

What is Hardware?

A

Hardware is physical components of the computer system, such as the CPU or Motherboard

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

What is Software?

A

Digital components of the computer system, such as applications or programs.

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

What are embedded systems?

A

Systems dedicated to a specific task.

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

In what devices are embedded systems located?

A

Devices dedicated to a single task, eg. microwaves, washing machines, dishwashers, etc.

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

What is the Motherboard?

A

The main circuit board that all hardware is attached to.

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

What piece of hardware processes all information?

A

The CPU

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

What does CPU stand for?

A

Central Processing Unit

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

What is the processing power of the CPU based on?

A

Cache, Cores and Clock Speed

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

What is the name of the architecture of the CPU?

A

Von Neumann

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

What are the three main parts of the CPU?

A

Control Unit (CU), Cache, Arithmetic Logic Unit (ALU)

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

What process does the Control Unit perform?

A

Fetch, Decode, Execute Cycle

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

What does the ALU do?

A

Performs Arithmetic and Logic Operations

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

What is the purpose of the cache?

A

To store regularly used data to be able to access it faster.

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

In comparison to RAM and Secondary Storage, how much storage does the Cache have?

A

A very low amount.

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

What register holds addresses soon to be used by the CPU?

A

Memory Address Register (MAR)

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

Which register holds the actual data or instruction?

A

Memory Data Register (MDR)

17
Q

Which register stores the results of calculations from the ALU?

A

Accumulator (ACC)

18
Q

Which register holds the address of instructions each cycle?

A

Program Counter (PC)

19
Q

What happens when the CPU fetches an instruction?

A

The memory address is copied from the PC to the MAR.
The instruction in the MAR is copied to the MDR.
Increase the PC to the next address for the next cycle.

20
Q

What happens when the CPU decodes an instruction?

A

The CU decodes the instruction in the MDR.

The CU prepares for the next step eg. loading values into the MAR or MDR.

21
Q

What happens when the CPU executes an instruction?

A

The instruction is performed.

22
Q

What does RAM stand for?

A

Random Access Memory

23
Q

What is RAM?

A

Main Volatile Storage

24
Q

What does ‘Volatile’ mean?

A

When a program is not in use, the data will lost.

25
Q

What is Virtual Storage?

A

Secondary Volatile Storage

26
Q

What is the purpose of Virtual Storage?

A

To store data when the RAM is full.

27
Q

What is a negative to using Virtual Storage?

A

It can make the computer slow to respond

28
Q

What does ROM stand for?

A

Read-Only Memory

29
Q

What is ROM?

A

A non-volatile memory that can only be read from. It contains instructions for boot up, called BIOS.

30
Q

What does BIOS stand for?

A

Basic Input Output System

31
Q

What is Clock Speed?

A

The number of instructions a single processor core can perform per second.

32
Q

What is Clock Speed measured in?

A

Hertz (Hz)

33
Q

How much is a Gigahertz?

A

1 billion instructions per second