1.2 Memory and Storage Flashcards

1
Q

Why do computers need primary storage?

A

To allow fast access to the Cpu

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

What is RAM?

A

Random access memory-Temporary volatile storage of instructions and data

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

What is ROM?

A

Read only memory-Non volatile memory that contains information for a computers start up

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

What is the difference between Ram and Rom?

A

Ram is volatile-Rom is non volatile
Ram is read and write-Rom is read only
Ram is temporary-Rom is permenant

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

What is Virtual memory and why is it needed?

A

When Ram is full instructions are transferred to the Virtual memory

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

What is the need for secondary storage?

A

Rom is read only and Ram is volatile so secondary storage is needed for:
The storage for data when the computer is switched off
Semi perminant storage of data
Back up of data files

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

What is optical storage and the advantages and disadvantages?

A

Optical storage is CD,DVD and Blu Ray
It is very cheap,lightweight and portable however is slow to access and has low storage.

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

What is magnetic storage and the advantages and disadvantages?

A

Magnetic storage is Hard disk drives and magnetic tape
It has a high storage,cheap and quick access however it has moving parts and are not durable

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

What is solid state and the advantages and disadvantages?

A

Solid State is SSDs and USBs
It have good storage,quick access,robust and reliable however it is expensive

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

State all the units of data storage in order and their values

A

Unit Symbol Binary Value
Bit b 0 or 1
nibble 4 bits
Byte B 8 bits
Kilobyte KB 1000 B
Megabyte MB 1000 KB
Gigabyte GB 1000 MB
Terabyte TB 1000 GB
Petabyte PB 1000 TB

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

How do you calculate sound file size?

A

sample rate x duration x bit depth

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

How do you calculate text file size?

A

bits per character x number per characters

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

How do you calculate image file size?

A

colour depth x image height x image width

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

What is 0100 1000 in Denary?

A

72

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

What is 201 in Binary?

A

1100 1000

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

What is 0110 1011 in Hex?

A

6B

17
Q

What is D5 in Denary?

A

213

18
Q

What happens when you do a binary shipt 2 places to the left?

A

You times by 4

19
Q

When you move 0110 2 places to the right it becomes 0001 Why?

A

There is an overflow error

20
Q

What are the different character sets?

A

ASCII and Unicode

21
Q

If A is represented as 0001 in Ascii what is B?

A

0010

22
Q

What is the difference between ASCII and extended ASCII?

A

ASCII is an eariler version with 7 bits however extended ASCII is a later version which is 8 bits and codes for other languages aswell

23
Q

How are images represented and what affects the file size?

A

Images are represented through bitmaps made up of different coloured pixels and the more pixels or colours the larger the file size.

24
Q

What is metadata?

A

Meta data is data abut data eg and image meta data would be the height, width or time taken

25
Q

How is sound represented and stored in digital form?

A

Sound is sampled and the sample rate is measured and converted into Binary

26
Q

How does the sample rate,duration and bit depth effect the sound quality and file size?

A

The higher the Bit depth and sample rate the better the quality howvere the longer the duration.higher the sample rate and higher the bit depth the bigger the file size.

27
Q

What is Lossy compression?

A

Compression that can be used on images or sound to significantly decrease the amount of storage needed however some of the data is lost

28
Q

What is Lossless compression?

A

Compression that is used on documents to slightly reduce the file size as it doesnt lose any data but encodes it differently

29
Q

What is the difference between Lossy and Lossless compression?

A

Lossy permenantly losses data however in lossless it can be changed back to its original form. Lossy is a lot more effient than lossless