Chapter 4 - Data representation Flashcards

1
Q

Character set

A

The list of codes and matching characters for a computer

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

Metadata

A

Data about data e.g. date made

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

Pixel

A

One dot in an image

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

Colour depth

A

Bits per pixel which decides how many colours each pixel could represent

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

Resolution

A

Number of pixels per unit

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

Sample interval

A

The time between samples taken of an audio file to convert it from analogue to digital

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

Bit rate

A

The amount of space needed for each sample

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

Operator (opcode)

A

Instruction part of binary code - bit pattern is unique in computer instruction set

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

Operand

A

Data part of binary code

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

Accumulator

A

Special register in the CPU used to store the results of any calculation

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

What is the order of units for data?

A

Bits, bytes, kilobytes, megabytes, gigabytes, terabytes

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

What is an overflow error?

A

When the result of an addition is too big to fit into the space given and an extra digit is needed - computers can’t handle this

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

Why is hex often used? (3)

A

1) Easy to convert to/from binary
2) Easy to work with
3) Saves space - uses fewer digits

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

How many colours can 8 bits per pixel represent?

A

2^8 = 256

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

How many bits per pixel is high colour and true colour?

A

16bbp - high

24bbp - true

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

What happens when sound is sampled at a low rate?

A

Few samples taken, poor match to original, smaller file

17
Q

What does a high bit rate mean?

A

More accurate + quality, larger file

18
Q

How does a computer tell the difference between instructions and data?

A

It doesn’t - it deals with data according to what it expects to find

19
Q

How many bits do ASCII and Unicode use?

A

ASCII - 7 or 8

Unicode - 16