1.2 Flashcards

(82 cards)

1
Q

Why do computers have primary storage (memory)?

A

To provide fast access to data, instructions and software currently in use by the CPU.

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

What does primary storage usually consist of?

A

RAM and ROM.

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

What does it mean for memory to be volatile?

A

Its contents are lost when the computer loses power.

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

What is stored in RAM?

A

The data and instructions the computer is currently working with.

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

Is RAM volatile or non-volatile?

A

Volatile.

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

What is stored in ROM?

A

Firmware essential for the computer to boot and operate.

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

Can ROM be modified during normal operation?

A

No (False).

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

Is ROM volatile or non-volatile?

A

Non-volatile.

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

Why is virtual memory needed?

A

When RAM is full but more programs/data need to be loaded.

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

How does virtual memory work?

A

It uses part of secondary storage as if it were extra RAM.

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

What is stored in cache?

A

Frequently used data and instructions.

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

Name three types of secondary storage.

A

Solid-state, optical, magnetic.

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

How do SSDs store data?

A

Using electrical circuits that trap electrical charge (no moving parts).

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

How do optical disks store data?

A

Using a laser to read data on discs such as CDs or DVDs.

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

How do magnetic hard disks store data?

A

Using tiny magnetised regions.

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

Rank secondary storage by capacity (high → low).

A

HDD → SSD → Optical.

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

Rank secondary storage by speed (high → low).

A

SSD → HDD → Optical.

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

Rank secondary storage by portability (best → worst).

A

SSD → Optical → HDD.

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

Rank secondary storage by durability (most → least).

A

SSD → HDD → Optical.

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

Rank secondary storage by reliability (most → least).

A

SSD → HDD → Optical.

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

Rank secondary storage by cost per GB (cheapest → most expensive).

A

HDD → Optical → SSD.

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

Two uses for HDDs?

A

Desktop PCs, servers.

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

Three uses for SSDs?

A

Laptops, phones, tablets.

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

Use for optical disks?

A

Sharing/distributing small volumes of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Why must data be stored in binary?
Because computers operate using two states (0 and 1).
26
Fundamental unit of information?
Bit.
27
What does bit stand for?
Binary digit.
28
How many bits in a byte?
8 bits.
29
Symbol for bit?
b
30
Symbol for byte?
B
31
Order of data units (smallest → largest)?
Bit → Byte → KB → MB → GB → TB → PB
32
1 KB equals?
1,000 bytes
33
1 MB equals?
1,000 KB (1,000,000 bytes)
34
1 GB equals?
1,000 MB
35
1 TB equals?
1,000 GB
36
1 PB equals?
1,000 TB
37
How many bytes in 3 MB?
3,000,000 bytes
38
How to convert denary to binary?
Use place values (powers of 2), subtract and assign 1s and 0s.
39
13 in 8-bit binary?
1101
40
How to convert binary to denary?
Add place values where there is a 1.
41
1010 in denary?
10
42
Binary to hexadecimal method?
Split into nibbles → convert to denary → convert to hex.
43
11011111 in hex?
DF
44
Hex A7 in binary?
10100111
45
254 in hex?
FE
46
2F in denary?
47
47
Binary addition: 0 + 0
0
48
Binary addition: 1 + 0
1
49
Binary addition: 1 + 1
0 carry 1
50
Binary addition: 1 + 1 + 1
1 carry 1
51
What is a binary shift?
Moving bits left or right.
52
Left shift effect?
Multiplies by 2 each shift.
53
Right shift effect?
Divides by 2 each shift.
54
Most significant bit?
Leftmost 1 (highest value).
55
Least significant bit?
Rightmost bit (lowest value).
56
Does adding leading zeros change value?
No.
57
What is character encoding?
Converting characters into binary codes.
58
Why is character encoding needed?
Computers only process binary.
59
Two character sets?
ASCII and Unicode.
60
ASCII value of E?
69
61
Text file size equation?
bits per character × number of characters
62
What is a pixel?
A single picture element in an image.
63
How are images stored?
As pixels with binary colour values.
64
Colour depth?
Bits used per pixel.
65
1-bit colour depth gives?
2 colours
66
8-bit colour depth gives?
256 colours
67
Increasing colour depth does what?
Increases file size and improves quality.
68
Resolution?
Width × height in pixels.
69
Image file size formula?
Colour depth × height × width
70
How is sound stored?
By sampling the analogue wave.
71
Sample rate?
Samples per second (Hz).
72
Bit depth (sound)?
Bits per sample.
73
Increasing sample rate does what?
Improves quality, increases file size.
74
Increasing bit depth does what?
Improves quality, increases file size.
75
Sound file size formula?
Sample rate × duration × bit depth
76
What is data compression?
Reducing file size.
77
Two types of compression?
Lossy and lossless.
78
Lossy compression?
Permanently removes some data.
79
Is lossy reversible?
No.
80
Lossless compression?
Preserves all data.
81
Best compression for text/code?
Lossless.
82
Best compression for streaming?
Lossy.