Memory & Storage Flashcards

1
Q

Describe the differences between Primary and Secondary storage

A

Primary is quick, easily accessed by the CPU and is referred to as main memory (includes RAM and ROM). Secondary is slower however has a larger capacity and long-term

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

Describe the difference between volatile and non-volatile storage

A

Volatile storage is temporary, which means data is lost when the power is turned off. Non-volatile storage saves data

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

Why do computers need primary storage

A

Program instructions and data must be copied from the hard drive into RAM by the CPU because primary storage access speeds are much faster than secondary storage devices

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

What is RAM and what information is stored in it

A

Random Access Memory is volatile storage which stores all the programs which are currently running. RAM is made up of a large number of storage locations, each can be identified with a unique address

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

What is ROM and what information is stored in it

A

Read-Only Memory is non-volatile storage that cannot be changed. It stores BIOS for when the computer is switched on which will then load the operating system.

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

What is Virtual Memory

A

Computers use the HDD instead of RAM if RAM becomes too full. New data will be stored in RAM and unused data will be stored in Virtual Memory

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

Describe secondary storage and the characteristics

A

Non-volatile storage which can be accessed repeatedly. Capacity, cost, durability, portability, reliability and access speed

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

Describe secondary storage and the characteristics

A

Non-volatile storage which can be accessed repeatedly. Capacity, cost, durability, portability, reliability and access speed

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

Name the types of Magnetic storage and the characteristics

A

Magnetic HDD, floppy disk and magnetic tape which involves a disk platter and magnetic field to read/write data. Large capacity and cheaper than solid state, not durable or portable. Slow access but faster than optical

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

Name the types of Optical storage and the characteristics

A

CD, DVD and Blu-ray which involves a laser projecting beams of light onto a spinning disk. Portable, cheapest, low capacity, not durable and slow access speed

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

Name the types of Solid State storage and the characteristics

A

No moving parts SSD, USB and SD. High capacity but expensive. Durable and small and portable, fast access too

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

Why do computers use binary

A

Computer systems consist of millions of tiny transistors which are switches with only two values: 1,0. Therefore all data must be represented and processed this way.

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

List the units of data from smallest to largest

A

Bit = 1
Nibble = 2
Byte = 4
Kilobyte = 1000 bytes
Megabyte = 1000KB
Gigabyte = 1000MB
Terabyte = 1000GB
Petabyte = 1000TB

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

Why is Hexadecimal numbers are used as an alternative to binary

A

It’s used as a shorthand for binary because it uses fewer character to write the same value. This makes hexadecimal less prone to errors when reading and writing it, compared to binary

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

Explain what an overflow error is

A

When a binary value is too large to be stored in the bits available

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

What effect does shifting to the left/right have on the binary value

A

Left: multiply
Right: divide

16
Q

What is a character set and why are they needed

A

A table that matches together a character and a binary value. Each character in a character set has a unique binary number that matches with it. They are necessary as they allow computers to exchange data and humans can input characters

17
Q

Describe three differences between ASCII and Unicode

A

ASCII: does not take up space, uses 1 byte and is enough for the english language
Unicode: allows 2 bytes, different languages however takes more space.

18
Q

What does ‘ASCII’ stand for

A

American Standard Code for Information Interchange

19
Q

Describe 3 differences between bitmap and vectors

A

Bitmap: made of pixels, each have an assigned binary value, depends of resolution
Vectors: drawn by precise mathematical instructions, smaller in file size, don’t lose quality

20
Q

How do you calculate file size

A

File size = resolution x colour depth

21
Q

Define resolution

A

The amount of pixels in an image

22
Q

Define colour depth

A

The number of bits used to represent each pixel’s colour

23
Q

How many colours represented in;
1 bit, 5 bits and a byte

A

1 bit: 2 colours
5 bits: 32 colours
1 byte: 256 colours

24
Q

What is metadata and give 3 examples for a graphics file

A

The additional data about a file, this ensures the dimensions of image can be displayed correctly. Colour depth, File type, Resolution

25
Q

How is an analogue sound wave converted into a binary sample

A

They must be digitally recorded and stored in binary. The amplitude is measured and recorded in binary as specific intervals

26
Q

Define sample rate

A

The number of times per second the amplitude of a sound wave is measured

27
Q

How is an audio file affected when sample rate is increased

A

The higher the sample rate, the better the audio quality is

28
Q

What are the benefits of compressing a file

A

Takes up less storage, can be transferred quicker, can be read from or written quicker

29
Q

What are the differences between lossy and lossless compression

A

Lossy: Removes data which can’t be seen or heard by humans, removes data permanently and is often used with videos and audios
Lossless: Doesn’t permanently remove, usually larger and is done for executable files and word documents