Section 5 - Components of a Computer System Flashcards

Keywords and questions

1
Q

Define what is meant by hardware.

Give one example.

A

The physical components that make up a computer system.

RAM stick

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

Define what is meant by software.

Give one example.

A

The programs or applications that a computer can run.

Word processor/Internet browser/File manager etc.

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

What is an embedded system?

A

A computer built into another device.

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

Give an example of an embedded system

A

Dishwasher

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

Explain the difference between system software and application software.

A

Application software is run by the user to help perform particular tasks, while system software is run by the system to control or maintain the system.

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

Give two benefits of an embedded system over a non-embedded system.

A
  • Embedded systems are usually smaller than non-embedded systems
  • Embedded systems are cheaper to produce than non-embedded systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe how the CPU uses the clock signal

A

The CPU uses the clock signal to synchronise components in the computer and to determine when to carry out instructions.

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

What is the name given to wires that transmit data between components in the CPU?

A

Buses

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

State two functions of the CU

A
  • It controls the flow of data within the CPU

* It follows the fetch-decode-execute cycle

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

Describe the function of the Arithmetic Logic Unit (ALU)

A

The ALU carries out arithmetic operations, e.g. addition, subtraction and multiplication. It performs logic operations on binary data, such as AND, NOT, and OR

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

What is the purpose of CPU registers?

A

The registers are super fast memory that store tiny amounts of data instructions that the CPU can access extremely quickly.

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

Explain how cache memory is used by the CPU

A

Cache memory is extremely fast memory in the CPU. It stores regularly used data or instructions. The CPU can access data stored in the cache much faster than retrieving it from RAM

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

Describe the difference between volatile and non-volatility memory

A

Volatile memory is temporary while non-volatile is permanent

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

Explain the purpose of RAM in the computer system.

A

RAM holds any data that is currently in use. It allows the CPU to directly access data much faster than if the data was on secondary storage.

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

State two functions of the BIOS (Basic Input Output System)

A
  • It loads the operating system

* It checks for hardware connected to the computer

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

Define the term clock speed

A

The number of clock cycles per second

17
Q

What is secondary storage?

A

Secondary storage is non-volatile storage that isn’t directly accessible by the CPU.

18
Q

Give two differences between Level 1 cache and Level 3 cache memory.

A

Level 3 cache can hold more memory than Level 1 cache.
Level 1 cache tends to be quicker than Level 3 cache.

19
Q

State three functions of an operating system

A
  • The OS communicates with the I/O devices
  • The OS provides a user interface
  • The OS manages the CPU and processes
20
Q

Define what is meant by utility software

A

Utility software is a software that helps to configure, optimise or maintain a computer.