3.3 Data Representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

How many bits are in a byte?

A

8

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

How many bytes are in a kilobyte?

A

1000

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

How many bytes are in a megabyte?

A

1000000

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

Define the meaning of resolution

A

The concentration of pixels within a specific area

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

What is lossy compression?

A

Lossy compression is a data compression method that sacrifices some information to achieve an even smaller file size than lossless compression

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

What is lossless compression?

A

Lossless compression uses Run Length Encoding (RLE). Lossless compression compresses data without losing any information.

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

What formula can be used to calculate the number of combinations in binary?

A

2 to the power of N

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

What is an overflow error?

A

When the result of a calculation is too large for the number of bits the computer works with.

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

What is a character set?

A

A character set is a collection of characters used to represent text in a computer system

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

What is colour or bit depth?

A

The number of bits used to indicate the colour of a single pixel. The bit depth is the number of bits available to represent the colour of each pixel.

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

What is the formula for calculating file size?

A

Width x height x colour depth

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

What is metadata?

A

Metadata is data about data. It is information that is stored with a file.

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

Define sampling rate

A

The number of samples taken per second

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

What is decompression?

A

The process where compressed data is restored to its original format.

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

What does Huffman coding analyse?

A

Huffman coding analyses the frequency with which characters in a body of text are used.

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