Mr White Test 2 Flashcards

1
Q

How many unique characters are on a keyboard

A

98

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

What is a Character set

A

A set of letters, symbols and digits that can be represented on a computer

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

What are the two major character sets in use today

A

ASCII and unicode

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

What does Unicode do better than ASCII

A

Stores characters in less bytes

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

What does ASCII do

A

Encodes 128 characters into 7 bit binary code

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

How many characters can unicode store

A

17 x 2^16

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

What are storage forms of images

A

JPEG, PNG, GIF, BITMAP, TIFF, HEIC

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

What are the two main types of graphics formats

A

Bitmaps and vectors

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

What are bitmap images made up of

A

Pixels

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

What is a pixel

A

The smallest identifiable area of an image

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

What is each pixel

A

A single colour that is given a binary value that represents that colour

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

What is the resolution of an image

A

The total number of pixels in an image (width x height)

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

What is PPI or DPI

A

Pixel per inch / dots per inch. 72 PPI is typical resolution

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

What is colour depth

A

The number of bits available to store the colour of each pixel

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

How many colours can you represent with 3 bits

A
  1. This is a colour depth of 3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are some different ways to represent colour

A

Red green blue (RGB), hue saturation value (HSV), hue saturation lightness (HSL)

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

What is the standard depth of colour

A

24 bit RGB

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

Example question: Mary has an image with a 2 bit colour depth that is 300 by 400 pixels. What is the representation in bytes?

A

30000 bytes

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

Example question 2: 24 bit RGB image that is 50x100 pixels. Rep in bytes

A

15000 bytes

20
Q

Stuff about sound

A

High or low pressure waves, compression - high, refractions - low

21
Q

What is an analogue format in sound

A

Sound that originates in the real world. Has no exact value and varies continuously

22
Q

How can we represent sound

A

In the form of a wave

23
Q

What does discrete mean

24
Q

What must be done to sound in order to store it on a computer

A

It must be converted to a digital form

25
What is ADC
Analogue to digital converter. Used to convert inputs to digital signals
26
What is DAC
Digital to audio converter. Used to convert digital signals to outputs
27
What does sample size/resolution/audio bit depth represent
Number of bits used for each sample
28
What does bit rate represent
Number of bits used per second
29
What does sampling frequency / sample rate represent
Number of samples per second
30
What are samples in sound
Takes the exact value of a sound at regular intervals. Measured in hertz. 1Hz = 1 sample per second
31
What does frequency / sample rate affect
The detail in the digital representation
32
Greater the frequency greater the …
Accuracy and file size
33
File size for sounds=
Bit depth x sampling rate x duration
34
What does number of bits used to store each sample determine
How accurate the amplitude is
35
Recording quality improves by:
Increasing the sample rate, how accurately we record the wave length by increasing it rate
36
What does increasing sampling rate mean
Recording more data points
37
What does metadata do
Can increase file size
38
What is compression
The name given to algorithms which reduce file sizes
39
What is decompression
The process where compressed data is restored to its original format
40
What are the two types of compression
Lossy (JPG, MP3) and Lossless (PNG, TIFF, GIF)
41
What does lossy compression do
Permanently remove some data (works when we have excess data we don’t need)
42
What are digital artefacts
The small mistakes that result from lossy compression
43
What does lossless compression do
Eliminates redundant information, often achieved by spotting patterns in the data
44
What is run length encoding
When data is uncompressed it is restored exactly as it was in the original
45
What is dictionary compression
Finds patterns in the original text and encodes each pattern in a dictionary
46
Benefits of compression
Smaller file sizes = fewer packets = faster transmission time, reduces download times of video, sound and image files, images inside web pages appear faster, reduces space on disks / servers
47
What is metadata
A set of data that describes and gives information about other data