Topic 2 Flashcards

(43 cards)

1
Q

Pneumonic for names of data sizes

A

By numerous boats, kill many gay, trans people

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

How much is a bit?

A

A singlar the binary digit

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

How much is a nibble?

A

Four bits

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

How much is a kilobyte?

A

1000 bytes

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

How many kilobytes in a megabyte?

A

1000

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

How many megabytes in a gigabyte?

A

1000

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

How many gigabytes in a terabyte?

A

1000

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

How many terabytes in a petabyte?

A

1000

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 calculation has more than eight bits so causes an overflow

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

What happens to a Binary number one shifted left

A

Doubles

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

What happens to a binary number when it shifts

A

It divides by two

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

Which is the first number to turn into a letter in hexa decimal

A

10 and it is a

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

How to convert binary into hex

A

Split the byte into nibbles ( 8 into two 4s)
Convert nibbles into hex

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

What is ASCII

A

The most commonly used character set it consists of 128 characters including letters numbers and symbols and use a 7 bit binary code to identify each character

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

What is Unicode

A

Another character set that try’s to cover ever possible symbol or letter that could be written it covers all major languages

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

Formula for file size in bits for characters

A

Number of bits per character x number of characters

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

How are images stored

A

In a series of pixels represented by binary

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

How to increase number of colours in a photos?

A

Make a greater range of number of bits

19
Q

What is colour depth

A

Number of bits used for each pixel

20
Q

Formula for working out total number of colours in a photo

A

2^n where n = colour depth

21
Q

What is image resolution

A

The number of pixels in an image

22
Q

Formula for resolution

A

Width x height

23
Q

Formula to work out file size of an image

A

Image resolution x colour depth
Or
Width x height x colour depth

24
Q

What is metadata

A

The information stored in an image file which helps the computer recreate the image on screen from the binary data

25
Example of meta data
File format Height Width Colour depth Resolution
26
What is analogue
Data that is continuos and doesn’t not have fixed certain values
27
What is digital data
Data that is stored as non continuous and it sorted on certain fixed values
28
Which part of the computer converts data from analogue to digital
The analogue to digital converter
29
What is sample rate
The amount of data taken per second
30
What happens if the sample data is increased
Quality of audio increases
31
What is bit depth in sound
The number of bit available for each sound
32
How to calculate size of sound file
Sample rate x bit depth x length
33
What would happen if sample depth was increased
Quieter sound would be picked up
34
What is compression
Make file smaller while trying to make the compressed file as true to the original.
35
Benefits of compression
Faster download Takes up less storage space Web pages load faster
36
What is lossy compression
Compression where data is permanently removed from the file
37
What is lossless compression
Makes the file smaller by temporarily removing data to store the file and then restores it when opened
38
Pros of lossy
Greatly reduces file Take up less bandwidth Commonly used
39
Cons if lossy
Looses data Can’t be used on text or software as these files need to have all the data Worse quality
40
Pros of lossy
No reduction in qualified Can be turned back ro original Can be used on text and software
41
Cons of lossless compression
Only slight reduction in size compared to lossy
42
Example of lossy files
MP3 AAC JPEG
43
Examples of lossless files
FLAC TIFF PNG