1.2 Memory and storage Flashcards

1
Q

Why do we need primary storage?

A

The processor cannot get instructions straight from the hard drive because the access speed is slow. RAM acts as a temporary storage for programs and data while the program is being executed.

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

3 features of RAM

A

Volatile - data is lost when the power is turned off, used to store data currently in use, can be written to / read from

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

3 features of ROM

A

Non-volatile - data is not lost when power is turned off, store the BIOS/bootstrap loader - required at start-up, read-only

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

Define virtual memory

A

A memory management capability that uses secondary storage as RAM and holds instructions that are in use.

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

Why do we need secondary storage?

A

Computers need to be able store programs and data that is non-volatile for later use.

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

3 common types of storage

A

Optical, magnetic, solid-state

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

3 features of optical storage

A

Low capacity, slow access to data, portable (thin/lightweight)

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

4 features of magnetic storage

A

High capacity, medium / quick access to data, moving parts which will eventually fail, perform better if defragmented

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

6 features of solid-state storage

A

Medium storage capacity, very quick access to data, reliable (no moving parts), no noise, limited number of read/write cycles, expensive

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

6 things to consider when choosing a storage device

A

Capacity, speed, portability, durability, reliability, cost

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

Smallest unit of data

A

Bit

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

How many bits in a nibble and byte?

A

4 and 8

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

Hexadecimal number A in denary

A

10

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

Denary number F in hexadecimal

A

15

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

How to divide a binary number by 2?

A

Move all the digits to the right.

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

Define character set, give 2 examples

A

The name given to a collection of characters matching to binary codes. Examples: ASCII, Unicode

17
Q

How many bits are used to represent how many characters in ASCII?

A

7-bits to represent 127 characters.

18
Q

How are images represented in binary?

A

Each pixel has a specific colour, represented by a binary number.

19
Q

Define metadata

A

Data that stored before and after the image to tell the computer how to decode the image.

20
Q

Define colour depth

A

The number of bits used to represent each pixel in a bitmap image.

21
Q

Define resolution

A

The number of pixels contained on a display monitor, measured in DPI (dots per inch).

22
Q

How is sound stored in digital form?

A

Using an analogue-to-digital converter. This will capture a sound wave at regular time intervals and convert it into binary form.

23
Q

Define sample rate and what is it measured in

A

The number of samples recorded in any given period of time (measured in hertz - Hz).

24
Q

Define bit depth

A

The number of bits used to record each sample (typical bit depths are 16 bit and 24 bit.

25
Q

Why do we need compression?

A

To reduce the size of a file stored on secondary storage. This takes up less storage space and power when transferring data.

26
Q

What is lossless compression?

A

Gets rid of unnecessary data to re-present data without losing any information - reversible process.

27
Q

What is lossy compression?

A

Gets rid of the least essential data - irreversible process.