Topic 4 - Computer Systems Flashcards

(24 cards)

1
Q

What is volatile storage?

A

A type of storage which maintained only when the computer/device is turned on

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

What is non-volatile storage?

A

Even when the computer has been turned off, the data is kept and not lost.

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

What is ROM?

A

A storage medium that is used for firmware updates, data is saved even when PC is off which makes it non-volatile.

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

What is RAM?

A

A hardware device that allows information to be stored and retrieved on a computer, data is lost when PC is off which means its volatile.

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

What is a paging file?

A

An overflow for your RAM or system memory.

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

What is hardware?

A

A peripheral or essential part to a computer, either for convenience or something that helps the PC.

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

What is software?

A

An installed component for a computer system.

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

What does an ALU (Arithmetic Logic Unit) do?

A

Performs all calculations, mathematical and logical.

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

What does the Control Unit do?

A

Controls the flow of data within the computer system.

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

What is a CPU’s clock speed?

A

The measure of how many clock cycles a CPU can perform in a second.

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

What is cache size?

A

The more cache there is, the data can be stored closer to the CPU.

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

Why do the number of cores in a CPU matter?

A

The more cores a CPU contains, the better it can multitask.

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

What does each instruction do in the Fetch Execute Cycle?

A

Fetch - instruction is given to CPU and ready to be decoded
Decode - instruction is decoded by the CPU to work out how it needs to be executed
Execute - instruction is carried out, cycle repeats.

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

What is an address bus?

A

Used to transfer data between devices.

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

What is a control bus?

A

Use by the CPU to communicate with devices that are contained within the computer.

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

What is optical storage?

A

The storage of data on an optically readable medium, data is read and recorded by making marks in a pattern that can be read back with the aid of light.

17
Q

What is magnetic storage?

A

The storage of data on a magnetised medium, this storage uses different patterns of magnetisation in a magnetisable material to store data.

18
Q

What is solid-state storage?

A

A type of computer storage that stores and retrieves digital information using only electronic circuits, without any involvement of moving mechanical parts.

19
Q

Boolean

A

Values that are either True or False

20
Q

What is Base N ?

A

It’s equal to the amount of numbers you use

21
Q

What re logic gates ?

A

A boolean gate comprised of two values

22
Q

How can an AND gate operate ?

A

Both values must be apparent for the gate to open

23
Q

How can an OR gate operate ?

A

Only one of the two values must be apparent for the gate to open

24
Q

How can a NOT gate operate ?

A

If a value were to be on, then the output would be off