Text, Sound & Images Flashcards

1
Q

Define character set.

A

A character set is a defined list of characters that can be understood by a computer, where each character is given a unique binary code.

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

What is ASCII?

A

ASCII (American Standard Code for Information Interchange) is a character set that uses 7 bits, allowing it to represent a maximum of 128 characters.

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

What is the definition of extended ASCII?

A

Extended ASCII is a character set that uses 8 bits, allowing it to represent a maximum of 256 characters.

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

Define UNICODE.

A

UNICODE is a character set that uses a minimum of 16 bits, allowing it to represent a minimum of 65,536 characters from all major languages around the world.

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

True or False?

UNICODE uses more storage space than ASCII.

A

True.

UNICODE uses more storage space than ASCII because it uses more bits to represent characters.

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

What does character encoding mean?

A

Character encoding refers to the process of assigning a unique binary code to each character in a character set.

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

What is the equation in terms of X for the maximum number of characters in a character set using X bits?

A

Maximum number of characters = 2 to the power of x(to the power of the number of bits)

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

Define sampling.

A

Sampling is the process of measuring and capturing values of an analogue signal at regular intervals.

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

What is an analogue signal?

A

An analogue signal is a continuous signal that can take on any value within a range, such as a sound wave.

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

What does Analogue to Digital conversion (A2D) mean?

A

Analogue to Digital conversion (A2D) is the process of converting an analogue signal, such as sound, into a digital form that a computer can understand.

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

Define sample rate.

A

The amount of samples taken per second of an analogue signal, measured in Hertz (Hz).

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

State the meaning of sample resolution.

A

Sample resolution is the number of bits stored per sample of the sound.

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

True or False?

Higher sample rate and bit depth result in better sound quality but larger file sizes.

A

True.

Higher sample rate and bit depth result in better sound quality but larger file sizes.

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

What does amplitude mean in the context of sound waves?

A

Amplitude refers to the height of a sound wave.

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

True or False?

The sample rate of a typical audio CD is 44.1 kHz (44,100 samples per second).

A

True.

The sample rate of a typical audio CD is 44.1 kHz (44,100 samples per second).

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

What is the definition of digital?

A

Digital refers to data represented as a series of discrete values, typically 0s and 1s in binary.

17
Q

Define duration.

A

Duration is the length of time that something lasts, in the context of sound, it refers to the length of the recorded audio.

18
Q

Define bitmap.

A

A bitmap is an image made up of squares called pixels, where each pixel is stored as a binary code.

19
Q

Define resolution.

A

Resolution is the total amount of pixels that make up a bitmap image, calculated by multiplying the height and width of the image (in pixels).

20
Q

What is a pixel?

A

A pixel is the smallest element of a bitmap image.

21
Q

What does color depth mean?

A

Color depth is the number of bits stored per pixel in a bitmap image.

22
Q

What is the meaning of True Colour?

A

True Colour refers to a colour depth of 24 bits, allowing for 16,777,216 colours.

23
Q

True or False?

Higher resolution and color depth result in larger file sizes.

A

True.

Higher resolution and color depth result in larger file sizes.

24
Q

Describe how the text is converted to binary to be processed by the computer.

A
  • A character set is used
  • such as Unicode/ASCII
  • Each character has a unique binary value
25
Q
A