Memory and Storage Flashcards

1
Q

What is primary storage?

A

It’s low-capacity, internal storage that can be directly accessed by the CPU

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

Why was primary storage needed?

A

Primary storage access speeds are much faster than secondary storage

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

What does RAM mean and what are its features?

A

Random Access Memory
Volatile (temporary)
Stores all the programs that are currently running

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

What does ROM mean and what are its features?

A

Read-Only Memory
Non-volatile
Can’t be changed
Stores boot program/ BIOS
BIOS loads operating system

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

Where are programming instructions stored and what is the processing of them?

A

Stored by the RAM
It’s copied from the hard drive into the RAM which can the be processed by the CPU

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

Why is virtual memory need?

A

If there isn’t enough space for all the programs in the the RAM
The Hard Drive Disk can be used as an extension -virtual memory

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

What are some characteristics of primary storage?

A

Very quick as it’s accessed by CPU
Smaller storage size
Called ‘main memory’

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

What are some characteristics of secondary storage?

A

Slower not directly accessed by CPU
Larger storage size
Long-term storage of data and files

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

Why is secondary storage needed?

A

To save and store data that will be accessed repeatedly
Non-volatile storage

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

Examples of magnetic storage:

A

Floppy disk
Magnetic tape

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

What are some magnetic storage characteristics?

A

Large capacity
Cheaper than solid state
Not durable or portable
Slow access speed (faster than optical storage)

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

Examples of solid state storage:

A

USB flash drives
SD card

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

What are some optical storage characteristics?

A

Low capacity
Not durable
Portable
Slowest access speed

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

Examples of optical storage:

A

CD
DVD
Blu-Ray

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

What are some solid state storage characteristics?

A

High capacity
More expensive
Durable
Portable
Fast access speeds

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

What are characteristics that can be mentioned when talking about secondary storage?

A

Capacity
Speed
Portability
Durability
Reliability
Cost

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

Order the units of data storage:

A

Bit
Nibble (4 bits)
Byte (8 bits)
Kilobyte (1,000 bytes or 1KB)
Megabyte (1,000KB)
Gigabyte (1,000MB)
Terabyte (1,000GB)
Petabyte (1,000TB)

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

Why must data be stored in a binary format?

A

All data is presented in binary
Everything that needs to be processed on the computer needs to be converted into a binary format so it’s understood

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

How to calculate the size of a sound file?

A

Sound file size = sample rate x duration (s) x bit depth

20
Q

How to calculate the image file size?

A

Image file size = colour depth x image height (px) x image width (px)

21
Q

How to calculate the text file size?

A

Text file size = bits per character x number of characters

22
Q

What is an overflow error?

A

When a binary number is too big to be stored in the bits available

23
Q

1 binary shift to the left equals?

A

Multiply by 2

24
Q

2 binary shifts to the left equals?

A

Multiply by 4

25
1 binary shift to the right equals?
Divide by 2
26
2 binary shifts to the right equals?
Divide by 4
27
What is a character set?
Collections of characters that a computer recognises from their binary representation
28
What are two common character sets?
ASCII and Unicode
29
How many characters can ASCII store?
256 characters as it uses 1 byte
30
How many characters can Unicode store?
65,536 characters as it uses 2 bytes
31
Compare Unicode and ASCII:
ASCII only has english - doesn't take up much memory space Unicode has different languages, symbols and emojis - more memory is required
32
What are bitmap images made of?
Pixels, single coloured squares on a grid
33
Each pixel has:
Each pixel has an individual binary which represents the colour of the pixel
34
Whats the relationship between file size of an image when changing colour depth and resolution?
The file size gets bigger when the colour depth and resolution is increased
35
What does metadata store?
It stores additional image information like height and width
36
How are analogue sound waves stored?
They must be digitally recorded and converted into binary
37
How would you record a sound?
The amplitude of the sound wave is measured and recorded in binary at specific intervals
38
How would you get a high quality sound?
Many samples are taken to recreate the analogue wave as closely as possible
39
What is sample rate and what is it measured in?
The number of times per second the amplitude of a wave is recorded In Hertz (Hz)
40
What is bit depth in sound?
The number of bits available to represent each sample
41
What is duration?
The number of seconds of audio the sound file contains
42
What are benefits of compression of files ?
Files take up less space Files can be transferred faster Files can be read from or written to faster
43
What is lossy compression?
Permanently removes data that can't be seen or heard by humans - reduces size of file
44
What is lossy compression used on?
Images, audio, and videos
45
What is lossless compression?
Reduces size of file without permanently removing data (can be decompressed) - bigger file size
46
What is lossless compression used on?
Executable files (programs and games) and word documents