Data Representation 3 Flashcards

(17 cards)

1
Q

What is Binary?

A

A base-2 number system that’s made up of only two numbers or digits: 0 and 1. It’s the language that computers understand.

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

What is a Character set?

A

A complete set of characters and their number codes that can be recognised by a computer system.

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

What is the ASCII Table?

A

A character set that can represent up to 128 different characters.

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

What is Unicode?

A

A character set that can represent up to 65,536 different characters.

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

What does File size refer to?

A

How big the file is, in terms of data storage units.

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

How do you calculate file size?

A

Formula to calculate file size: (Width x Height) x Bit depth.

E.g. Width of image = 8, Height of image = 8, Bits (bit depth) = 2, (8 x 8) x 2 = 128 bits.

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

What is Pixel?

A

One of the small squares that make up an image on a computer screen. The more pixels there are, the more the image looks real or accurate.

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

What is Bit depth?

A

The number of bits per pixel. The more bits we use to represent each pixel, the more colours we can use.

E.g. A bit depth of 1 gives a choice of using up to 2 colours (0 for white, 1 for black).

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

What is Resolution?

A

The number of pixels per inch. The more pixels an image has per inch, the greater the resolution.

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

What is Metadata?

A

Data that gives information about other data.

E.g. When you take photos and look at the info, you can see extra info such as when it was taken, where, the size of the photo etc.

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

What are Data storage units?

A

Bit (one bit of data, 0 or 1), Nibble (4 bits of data), Byte (8 bits of data), Kilobyte (1000 bytes of data), Megabyte (1000 Kilobytes), Gigabyte (1000 Megabytes), Terabyte (1000 Gigabytes), Petabyte (1000 Terabytes).

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

What is Sample rate?

A

The number of samples taken per second. The more samples taken per second, the better the quality of the recording.

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

What is Bit depth in audio?

A

The number of bits used per sample of sound. A higher bit depth means a better quality of sound because more amplitudes can be represented.

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

What is Data Compression?

A

Reducing the amount of data needed to store or transmit a file.

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

What is Decompression?

A

Restoring a file to its original form.

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

What is Lossy compression?

A

When the file is compressed by removing data and loses some of its quality.

17
Q

What is Lossless compression?

A

The file is compressed by changing the way the data is represented, without losing any quality.