Unit And Data Representation Flashcards

1
Q

What are analogue signals

A

Pieces of continually changing data

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

What is sampling

A

Analogue signals need to be stored and converted into digital data so the computer can read and store sound files.

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

What is sample size

A

Number of bits per sample

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

Sample frequency

A

Number of samples taken per second (measured in KHz)

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

Bit rate

A

Number of bits per second of audio

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

What does increasing the sample size do

A

Increases the quality and file size

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

What is the formula for file size

A

File size = sample rate x bit depth x duration

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

What would 00101001 shifted 3 places to the left be

A

01001000 as the 001 has overflowed

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

What is a bit

A

1 or 0

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

What is a nibble

A

4 bits

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

What is a byte

A

8 bits

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

What is a kilobyte

A

1,000 bytes

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

What is a megabyte

A

1,000 kilobytes or 1,000,000 bytes

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

What is a gigabyte

A

1,000 mb or 1 billion bytes

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

What is a Terabyte

A

1,000 GB

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

What is a petabyte

17
Q

What is D4 in hexadecimal

18
Q

Why is binary used

A

Data is stored and processed using combinations of on (1) and off (0) as computers use switches

19
Q

Why use hexadecimal

A

Easier for humans to read than reading binary numbers

20
Q

What is a character set

A

Set of characters that are each given a unique binary number

21
Q

How many bits is ASCII

A

7-bits so there’s 128 combinations

22
Q

How many bits are in extended ASCII

A

8-bits so there’s 256 combinations

23
Q

What is ASCII

A

A character set which represents all English letters, numbers and symbols

24
Q

What is Unicode

A

A character set which represents additional languages and emojis

25
How many bits does Unicode represent
16 - 32 bits so can have up to 2 to the power of 32 combinations
26
What is the formula for file size of a bitmap image
File size = resolution x colour depth File size = colour depth x image width and image height
27
What is a bitmap image
Image made up of pixels
28
What are pixels
Tiny dots on an image given a colour. Each has a unique binary number, determining a colour.
29
What is colour depth
Number of bits per pixel determining the number of possible colours
30
What is resolution
Number of pixels per square inch
31
What is metadata
Extra information stored with an image E.g. height, width, colour depth and resolution
32