1.2:MEMORY AND STORAGE PWH Flashcards

(44 cards)

1
Q

What is a synonym for memory?

A

Storage

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

What are the three categories of memory?

A

Primary
Secondary
Tertiary

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

What is contained in the primary storage?

A

Cache
Registers
ROM
RAM

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

Where is the primary storage located?

A

Close to the CPU

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

What are the characteristics of RAM?

A

Fast access
Volatile
Contains current programs and instructions
Link between the CPU and hard drive

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

What are some characteristics of ROM?

A

Non volatile
Contains essential commands
Contains POST and BIOS

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

What is virtual memory?

A

The use of secondary storage as memory when the RAM is full

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

What is a disadvantage of virtual memory?

A

It is much slower than other types of memory
The capacity is set by the operating system is around 1-2GB

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

What are the three types of secondary storage?

A

Magnetic
Solid state
Optical

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

Which examples of secondary storage can be used in magnetic storage

A

HDD
Tape

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

Which examples of secondary storage can be used in solid state storage

A

SSD
Flash Drive
SD card
USB

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

Which examples of secondary storage can be used in optical storage

A

CD
DVD
Blu-ray

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

What are the 6 dimensions to compare storage?

A

Cost (£/Gb)
Capacity
Portability
Speed (Gb or Mb/s)
Durability (Read/write)
Resiliency (Sturdy)

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

What are tracks?

A

The name of the concentric circles on the HDD

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

How does magnetic storage read and write data?

A

Disk heads mounted on mechanical arms

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

How are the 1s and os stored in magnetic storage?

A

polarities

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

What are the pros of magnetic storage?

A

Cheap
Large storage capacity
Fast access speeds

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

What are the cons of magnetic storage?

A

Not robust
Life span of 4-5 years
Slower than others

18
Q

What are the cons of magnetic storage?

A

Not robust
Life span of 4-5 years
Slower than others

19
Q

How is the data stored in optical storage?

A

In binary in a spiral from the middle out
Grooves (0)

20
Q

What are the 4 layers of a CD?

A

Label
Acrylic
Aluminium
Plastic

21
Q

Which layer does the laser reflect off?

A

The aluminium layer

22
Q

Where does the laser hit if it if is a 1

23
Q

What are the pros of optical storage?

A

Cheap
Portable
Easy to produce

24
What are the cons of optical storage?
Less storage Slow write Easily damaged
25
Non volatile can also be called?
Persistent
26
How does solid state storage read and write data?
Trapping electrons
27
What are the pros of solid state storage?
Fast access Robust-no moving storage Portable-physically small
28
What are the cons of solid state storage?
Expensive Limited read/write
29
what is metadata?
data about data the data stored in a file alongside the actual files data identifies stuff like: the type of image, when it was created, who it was created by, the image dimensions, the colour depth
30
what is lossy compression?
permanently removes some data used for sound (some sounds can’t be heard used for images (removes tiny details like colour differences)
31
what is lossless compression?
eliminates redundant information without losing quality the algorithm finds groups of repeating data and records the data once along with the number of repetitions RUNLENGTH ENCODING
32
what are the benefits of compression?
smaller files = fewer packets = faster transmission time the stream will decompress when playing reduces download times-^ makes streaming possible images in websites appear faster reduces space on disk/server
33
What does a binary shift to the right do?
Divide a number by 2
34
How many bits does ASCII use
7
35
How many bits does extended ascii use
8
36
How many bits does unicode use per character?
161
37
what is bit depth
the number of bits per pixel
38
how is resolution measured
dots per inch DPI
39
how is resolution calculated?
the number of pixels in an area (wxh)
40
what is colour depth
the number of bits available to show the colour of each pixel
41
how many colours can you fit in 5 bits
32 (2^5)h
42
how do you calculate the bits used
no. of pixels x colour depth
43
how do you calculate file size
sample rate x bit depth x duration