1.2 Memory and Storage Flashcards

1
Q

What does increasing the capacity of RAM do to increase performance

A

Less likely to use the slower virtual memory
More instructions in use can be stored in the fast to access RAM

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

What is RAM and it’s purpose

A

Random Access Memory
To store instructions currently in use

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

Properties of primary storage
and how its properties are different to secondary

A

Usually volatile
Faster to access
Lower capacity than secondary

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

What is virtual memory

A

Secondary storage used as primary storage

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

When is virtual memory used

A

When RAM is full but there still needs to be room for instructions in use to go

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

A con of virtual memory and why

A

It is slower than primary storage because it needs to send the data back to primary storage first

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

2 types of primary storage

A

RAM and ROM

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

What is ROM and what does it do

A

Read-Only Memory
Contains the bootstrap system (BIOS) which runs checks on the computer and tells the computer to transfer the operating system from secondary storage to RAM

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

What is firmware

A

A combination of hardware and software
Permanent software

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

Why is secondary storage needed

A

To store instructions not currently in use for long term

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

Differences between RAM and ROM

A

RAM is read and write
RAM is volatile
RAM is used in F-D-E cycle
Ram has higher storage

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

What is primary storage definition

A

Storage that CPU can quickly access

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

What is secondary storage definition

A

Storage that stores instructions currently not in use

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

What are the 3 types of secondary storage

A

Optical
Magnetic
Solid State

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

How does Magnetic drive work

A

Data is stored as magnetic charge on a spinning disc

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

How does SSD work

A

Electronically

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

How does optical data work

A

Pits and lands work as 0s and 1s

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

6 ways of measuring how good a memory type is

A

Capacity
Cost (per MB)
Portability
Reliability
Durability
Speed

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

What are advantages and disadvantages of magnetic storage

A

Advantages Disadvantages
Capacity Speed
Cost Reliability

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

What are advantages and disadvantages of solid state storage

A

Advantages Disadvantages
Capacity Cost
Speed Limited amount of read/writes

21
Q

What are advantages and disadvantages of optical

A

Advantages Disadvantages
Cost Capacity
Durable Speed

21
Q

State all of the measurements of data in ascending order

A

Bit
Nibble
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte

22
Q

Why is data stored in binary

A

Because it is easier for electronics and the components
It is elegant as it is a simple on or off

23
Q

How to workout the size of a text file

A

bits per character x number of characters

24
How to workout the size of a sound file
Sample rate x bit depth x duration
25
How to workout the size of an image
colour depth x image height x image length
26
105 in binary
01101001
27
10110101 in denary
181
28
187 in hexadecimal
BB
29
What does binary shift left do
Double the number
30
What is an overflow error
When adding binary and the number is more than 8-bits
31
How many bits does ASCII use
8
32
What is a character set
Collection of characters used to represent text in a computer system
32
How many characters can ASCII represent
256
33
How many bits does Unicode use
16
34
What are images made of pixels called
Bit-map
35
How to increase the colour depth of an image
Increase the amount of bits used to represent one pixel
36
What is metadata
Data providing information about one or more aspects of another data
37
How is sound converted to digital data
Analogue sound is picked up by microphone, analogue to digital converters convert the analogue sound into data, by sampling the sound at regular intervals
38
Why is compression needed
Reduce file size
39
What is lossy compression
Some unnecessary data is removed from the file
40
What is lossless compression
Data is temporarily removed from a file but when opening the file the computer is told how to return the file to it's original state
41
Pros of lossy compression
Reduced size Most data removed is unnoticeable Often is necessary to use
42
Cons of lossy compression
Data is lost Worse quality Can't return file to original
43
Pros of lossless compression
Can be used on text No data lost Can return to original
44
Cons of lossless compression
Not that big reduction in file size
45
When is lossy compression used
Image and sound files
46
When is lossless compression used
Text, (image and sound sometimes)
47