1.2 Memory and storage Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is primary storage (main memory)

A

The component of the computer that holds data and programs that are currently in use

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

What is the difference between volatile and non volatile

A

Volatile - data is lost when the power is turned off
Non volatile - the data remains when the power is switched off

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

What is Random Access Memory (RAM) and its characteristics

A

Holds all of the data and instructions that are currently being processed

It’s volatile
You can read and write to it
It is quicker to access than secondary storage
It has the largest capacity of all main memory

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

What is Read Only Memory (ROM) and its characteristics

A

Stores the boot up sequence (BIOS) for the computer

It’s non volatile
Written by the computer manufacturer
Usually stores the BIOS
Smaller capacity than RAM

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

What are the levels of cache

A

Level 1:
Usually a part of the processor itself. This cache has the lowest capacity, but the quickest access speed

Level 2:
Built into the processor along with level one. Level two is slightly slower to read, but has a higher capacity than level one

Level 3:
The slowest at reading and writing, but it is still roughly twice as fast as RAM

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

What is virtual memory

A

A part of the HDD that acts like RAM when the RAM itself is full. The data moves between RAM and virtual memory when it’s needed by the CPU

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

What is flash memory

A

Non volatile memory that can be read from or written to. Suitable for secondary storage

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

What is secondary storage

A

Any non volatile medium that holds data until it is deleted or overwritten

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

What are the things to look for when choosing secondary storage

A

Capacity - how much storage it provides
Speed - how quick it is to access files
Cost - how much is it
Portability - can it be transported
Compatibility - can it be used with your device

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

What are the types of secondary storage

A

Magnetic - positive and negative magnet charges are used to represent binary code on the surface
Optical - a laser beam is reflected off the disc surface, a difference reflection represents the binary code
Solid slate - floating gate transistors are used to represent binary code. There are no moving parts

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

What are the advantages and disadvantages of magnetic storage

A

Advantages:
Low cost
High capacity

Disadvantages:
Not portable
Fragile

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

What are the advantages and disadvantages of optical storage

A

Advantages:
Portable
Low cost
Reliable

Disadvantages:
Low capacity

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

What are the advantages and disadvantages of solid slate

A

Advantages:
High speed
No moving parts

Disadvantages:
Limited times to read/write
High cost

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

What are the units of data storage

A

Bit
Nibble (4 bits)
Byte (8 bits)
Kilobyte (1000 bytes)
Megabyte (1000 KB)
Gigabyte (1000 MB)
Terabyte (1000 GB)
Petabyte (1000 TB)

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

How to convert denery into binary and vice versa

A

Minus the number by the highest number in a byte and go down until you have nothing left
Add up all the numbers

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

How to convert denery to hexadecimal

A

Divide the number by 16 (if it’s past 9, use the alphabet (up to F)) and put the remainder next to the number/letter (up to 9 then up to F)
Multiply the left number by 16 and add the number/letter on the right

17
Q

How to convert binary to hexadecimal

A

Split the byte into 2 nibbles, make them into the number/letter they need to be and put them together
Make it back into to nibbles and put them together

18
Q

What to remember when adding binary numbers

A

0 + 0 = 0
0 + 1 = 1
1 + 1 = 0 r1
1 + 1 + 1 = 1 r1

19
Q

What is an overflow

A

When the largest number that a register can hold is exceeded

20
Q

What to do when you multiply/divide a binary number

A

Shift to the left/right

21
Q

What is a character set and the two types

A

The range of characters a computer system can represent

ASCII - 8 bits for each character (256 in total)
Unicode - 6 nibbles for each character

22
Q

What is metadata

A

Extra data about a file

23
Q

How do you calculate file sizes

A

Text file - multiply the number of characters by 1.1
Image - multiply the area by 1.1
Sound file - multiply the sample with the length

24
Q

What is colour depth and resolution

A

Colour depth - bits per pixel
Resolution - pixels per inch

25
Q

What is the difference between sample rate and resolution

A

Sample rate - how many samples are taken in a period of time. This is measured in Hertz (Hz)
Sample resolution - bits stored per sample

26
Q

What is compression used for

A

Reduce the size of a file

27
Q

When would you need to compress images/videos/sounds

A

Upload to cloud storage, a web server or social media

28
Q

What are the types of compression

A

Lossy - detail is thrown away and unable to recreate the original
Lossless - finds patterns and able to make the original