Data Representation Flashcards

1
Q

What is Resolution?

A

How many pixels are in a certain space

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

What is Colour Depth?

A

The number of bits used for each pixel

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

What is Metadata?

A

The information about the image file that is stored within it

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

What is Sampling?

A

The amplitude of the wave is measured at regular intervals which creates a digital representation of the wave

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

What is Compression?

A

Makes the files sizes smaller

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

What is Lossy Compression?

A

Permanently removes some of the data from a file to make the file size smaller

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

What is Lossless Compression?

A

Data is temporarily removed from the file and then put back together when it is opened

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

What are Images made up of?

A

Pixels

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

What numbers does Denary use?

A

0-9

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

What numbers does Binary use?

A

0 and 1

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

What values does Hexadecimal use?

A

0 - F

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

How many Bits are in a Byte?

A

8 Bits

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

What is a Binary Shift?

A

Moving the Binary Number to the Left or Right
Left Shift - Multiplies the number by 2
Right Shift - Divides the number by 2

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

What is a Character Set?

A

The characters that are recognised or represented by a computer system

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

What is ASCII?

A

Each character is represented by a 7 bit number with a 0 in front to make it up to a byte

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

What is Extended ASCII?

A

Each character is represented by an 8 bit binary number

17
Q

How many different possibilities are there in Extended ASCII?

A

256 Possibilities

18
Q

What is Unicode?

A

Each letter is represented by a 16 bit or 32 bit binary number
This gives at least twice as many character options as ASCII and allows the character set to represent characters and symbols from all languages