1.2 Memory and Storage Flashcards

Primary and Secondary storage (positives and negatives) (44 cards)

1
Q

What is Primary Storage?

A

Primary memory is built inside the computer and as a result data can be read to and written from very quickly

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

Why is Primary Storage needed?

A

Primary storage is needed in a computer because the primary storage is a lot closer than the secondary storage to the CPU therefore it can access data quicker

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

What are 3 examples of Primary Storage?

A

RAM, ROM and Cache

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

What does Volatile mean?

A

If a storage media is Volatile, when the Computer loses power, everything inside of the storage will be gone

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

What are the two programs called that are stored in ROM?

A

BIOS (Basic Input Output System) and the Bootstrap

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

What does RAM hold?

A

RAM is used to hold data that is currently in use and is usually used to hold the operating system for any documents and programs that are running

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

What is Secondary Storage?

A

Secondary storage is external, long term memory that stores software on your computer even when it is turned off

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

Features of secondary storage

A

Can be changed (Read/Write), long term memory, external memory, non-volatile

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

Why is Secondary storage important?

A

Secondary storage is needed as it stores software on the computer when the computer is turned off meaning that when you turn your computer back on, you will still be able to access these programs.

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

What are the 3 types of Secondary storage?

A

Solid-state, Magnetic and Optical

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

What is Virtual memory?

A

Virtual memory is a technique where we use secondary storage as if it were RAM.

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

Name all the different measurements of storage in binary.

A

Bit, Nibble, Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte

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

What is the required capacity formula?

A

Required capacity=number of files × size of a single file

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

I need to download two videos, of average size 500 MB. What is the approximate total amount of data that I will download?

A

1000 MB or 1 GB

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

A home computer user’s solid state drive (SSD) has failed. They are trying to find out why this has happened, but the only thing that they have done differently recently is use virtual memory. Why has their SSD failed?

A

Solid state storage media has limited read/write cycles and using it as virtual memory broke this limit

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

Positive features of Solid-state storage.

A

Positives: small, lightweight, durable and fast access times (uses electricity to store data)

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

Negative features of Solid-state storage.

A

Negatives: expensive and has limited Read/Write cycles, will wear down after getting plugged in and out all the time

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

Positive features of Optical storage.

A

Positives: It is cheap, it is light weight, and it is portable

19
Q

Negative features of Optical storage.

A

Negatives: It has slow access times to the data because the scanners can be slow, and it is prone to scratches which can lead to the data on the discs unreadable

20
Q

Positive features of Magnetic storage.

A

Positives: It is relatively cheap, and it has a large storage capacity

21
Q

Negative features of Magnetic storage.

A

Negatives: It is fragile since the drive head can break very easily and if it breaks then the storage is lost and has slow access time

22
Q

How does Solid-state storage store data?

A

It uses electrical conductors to represent 0s and 1s in binary and because it uses electricity, this makes it have the fastest access times because computers also use electricity to store data

23
Q

How does Optical storage store data?

A

It uses Pits and Lands on the disc that have been etched in by a laser to represent the 0s and 1s in binary and uses a scanner to read the data on it

24
Q

How does Magnetic storage store data?

A

It uses positively and negatively charged magnetic particles to represent the 0s and 1s of binary and a drive head to read the data held on it

25
What number system does a computer use?
Binary
26
What are the three main number systems in Computer Science?
Binary, Denary and Hexadecimal
27
What is 9E (hexadecimal) in denary?
158
28
What base is binary?
Base 2
29
What Base is hexadecimal?
Base 16
30
What is an overflow error?
When a number is too large to be stored
31
What is 1001+0101 in denary?
1110 = 14
32
What happens in a left binary shift?
Each digit moves one place to the left which has the effect of multiplying the number by 2
33
What happens in a left binary shift?
Each digit moves one place to the right which has the effect of dividing the number by 2
34
What are the 3 types of alphanumerical character?
Letters, Numbers and Symbols
35
What is a character set?
A character set is a collection of all the characters that a computer recognises, along with their binary codes.
36
What are the three main character sets?
ASCII, Extended ASCII and Unicode
37
Why does every device use the same set of binary values for each character?
To ensure compatibility between devices
38
The number of bits used to store the colour of each pixel is known as...
Colour depth
39
What is the resolution of an image?
The number of pixels in the image (width x height of image)
40
How many bits does a black and white image have per pixel?
One
41
Which number base is used to store all images?
Binary
42
What is the equation for Bit Rate?
Sample Size x Sample Rate = Bit Rate
43
What does Compression do?
Compression helps to reduce the sizes of files so that more data can be stored on a storage device.
44
What are the 2 types of Compression?
Lossy compression and Lossless compression