Storing data Flashcards

1
Q

what are all the measures of data going from smallest to largest

A

Bit
Nibble
Byte
Kilobyte
megabyte
gigabyte
terabyte
petabyte

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

how do computers store data

A

using ones and zeroes

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

what 2 types of data storage are used by computers

A

Binary
Hexadecimal

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

what is a character set

A

a collection of characters a computer recognises from their binary representation

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

what are the 2 main characters’ sets

A

ASCII
Unicode

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

how are images stored

A

images are stored as bitmaps which are made up of pixels
the colour of each pixel is presented by binary code

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

why is Unicode better than ASCII

A

it is larger so it covers more languages and symbols

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

what 2 factors affect the filesize of an image

A

colour depth
resolution

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

what is the colour depth of an image

A

the number of bits that is used to represent the colour for each pixel

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

what is the resolution of an image

A

the number of pixels

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

what is metadata and what is its purpose

A

data about an image that helps the computer recreate the image on the screen from the binary data

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

what are 4 examples of metadata

A

file format
location
date
height
width
colour depth

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

how is sound sampled

A
  1. a microphone records the sound as an analogue signal
  2. the analogue signal needs to be converted into digital data so that computers can read and store sound files.
  3. this is done by sampling where at regular intervals the computer will take a reading of the wave of information such as amplitude. this can be converted into binary data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are 2 factors that affect the quality of a sound file

A

sample rate
bit depth

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

what is the formula for the bit rate

A

sample rate/bit depth

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

how does the sample rate

A

the higher the sample rate the more samples will be taken of the sound wave per second which means that the digital sound wave will be more accurate

16
Q

how does bit dept affect the quality of a sound wave

A

bit depth is the number of bits available for each sample increasing bit depth means the digital file can pick up quieter sounds

17
Q

what are the 2 types of compression

A

lossy
lossless

18
Q

how does lossy compression work

A

it permanently removed data from the file to lower file size

19
Q

how does lossless compression work

A

temporarily lowers filesize by using an algorithm to remove unscary data

20
Q

what are 2 advantages of lossy compression

A
  • greatly reduce the file size
  • commonly used
21
Q

what are 3 disadvantages of lossy compression

A

file cannot be reverted
cannot be used on text files
lowers quality by a lot

22
Q

what are 2 advantages of losseless compression

A

the file can be reverted
can be used on text or software files

23
Q

what is a disadvantage of lossless compression

A

will only lower file size by a bit