Data Representation Flashcards

1
Q

How many GiB in a TiB?

A

1024 GiB

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

How many MiB in a GiB?

A

1024 MiB

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

What are the uses of hexadecimal?

A

Colour values in photo editing software
MAC addresses
IPv6 addresses
Unicode

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

What is an overflow error?

A

A computer or a device has a predefined limit that it can represent or store (e.g. 32 bits).
Once a values falls outside this limit, an overflow error occurs

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

How to convert using a Two’s Complement Signed Integer?

A

Flip the bits and add 1

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

What is a character set?

A

Consists of all the letters, numbers and special characters that can be recognised by a computer system.

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

How many characters/bits does the ASCII character set use?

A

128 characters / 7 bits

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

How many characters/bits does the Extended ASCII character set use?

A

256 characters / 8 bits

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

How many characters/bits does the Unicode character set use?

A

65,356 characters / 16 bits

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

What is sample rate measured in?

A

Frequency in Hertz

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

What is the sample rate?

A

How often the height is recorded (x-axis)

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

What is the sample resolution?

A

The accuracy to which the height is recorded (y-axis)

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

What is sample resolution “measured” in?

A

Bit depth

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

How to calculate file size of a sound file in bytes?

A

(Sample rate x Sample frequency x Length) / 8

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

What is the colour depth of an image?

A

The number of bits required to represent the number of colours in the image

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

What is the image resolution of an image?

A

The number of pixels in the image (i.e. the area of the image ~ b x h)

17
Q

What is metadata?

A

The information that allows us to recreate the image on the screen

18
Q

How to calculate the file size of an image file in bytes?

A

(Image resolution x Colour depth) /8

19
Q

What file formats use Lossy compression?

A

JPG, MP3, MPG

20
Q

What are the advantages of Lossy compression?

A

Biggest reduction in file size
Least transmission time
Reduces Internet traffic and collisions

21
Q

What are the disadvantages of Lossy compression?

A

Detail is permanently lost by reducing the colour depth, resolution or rate

22
Q

When would Lossy compression be used?

A

Music streaming
Online images and video
Image libraries on devices or in the cloud

23
Q

What file formats use Lossless compression?

A

TIF, PDF, GIF, PNG, ZIP

24
Q

What are the advantages of Lossless compression?

A

Original quality is preserved / no information or data is lost

25
What are the disadvantages of Lossless compression?
Less significant reduction in file size
26
When would Lossless compression be used?
Text documents Electronic books High resolution documents