1.2 - storage and binary Flashcards

1
Q

What is primary storage

A

RAM and ROM, storage on the motherboard

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

What is RAM

A

random access memory, stores currently running programs, volatile

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

What is ROM

A

bootstrap (start up) information, non-volatile, OS

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

What is virtual memory

A

when part of secondary storage is used as primary storage (allows to run bigger programs, slower)

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

What is secondary storage

A

Non volatile storage not on the motherboard

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

what are the three main types of secondary storage and how do they work

A

Optical - light reflected or not, portable
Magnetic - magnetised or not, cheaper
SSD (solid state) - transistor on or off, faster, smaller

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

Why do computers use digital electronics (on or off, binary)

A

To stop information being lost by interference

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

How do you add binary

A

0+0=0, 1+0=1, 1+1= 0 carry 1

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

what is an overflow error

A

when a number becomes too large to represent with 8 bits

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

how do you convert binary to denary

A

rightmost bit is 1, then 2, 4, 8, 16 ect. Then add them up

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

How do you multiply or divide binary

A

to x by 2 you shift the number left one, to / by 2 you shift the number right one.

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

how do you convert hex to binary

A

convert each digit into 4 bit binary number, then put them together

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

What is a pixel

A

a single square on a screen that can be coloured

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

What is metadata

A

the information about a picture that isn’t colour e.g. width and height, location, time created

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

What is colour depth

A

The number of bits per pixel in an image (number of colours)

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

What is the resolution of an image

A

number of pixels per cm

17
Q

how do you calculate image file size

A

height x width x colour depth x resolution

18
Q

What is sampling rate

A

How many samples of a sound wave you make per second

19
Q

what is bit depth of a sound

A

how many bits are used to represent the height (amplitude) of a sound wave

20
Q

how do you calculate sound file size

A

sampling rate x bit depth x duration

21
Q

what is a character set

A

a list of binary numbers which represent a character (e.g. letters and numbers)

22
Q

what is the difference between AsCii and unicode

A

ascii uses 7 bits so can only write 127 symbols, unicode has more

23
Q

why is compression needed

A

to save storage space and reduce file upload and download times

24
Q

what is the difference between lossy and lossless compression

A

lossy compression is where files are compressed a lot but some information is lost, lossless compression compresses the file less but no information is lost