1.3 How do computers represent text, images and sound Flashcards

(20 cards)

1
Q

How is text represented in a computer?

A

Using character sets like ASCII or Unicode.

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

What is ASCII?

A

A 7-bit code for English letters, numbers, and symbols.

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

What is Unicode and why is it used?

A

A universal character set for many languages, using more bits.

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

How is sound stored in a computer?

A

It is sampled at regular intervals and stored in binary.

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

What is sampling rate?

A

The number of sound samples taken per second (measured in Hz).

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

What is sampling resolution?

A

The number of bits used to store each sound sample (bit depth).

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

What are bitmap images made of?

A

Pixels, each stored as binary numbers.

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

What is a JPEG file?

A

A compressed image file format, used for photos.

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

What is colour depth?

A

The number of bits used per pixel to represent a color of an image. More bits = more colours.

It is the number of bits that
are used to create each colour in an image

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

What is image resolution?

A

The number of pixels in an image (e.g., 1920 × 1080).

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

How is image file size calculated?

A

Resolution × colour depth.

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

How is sound file size calculated?

A

Sample rate × bit depth × time (×2 for stereo).

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

What is a MIDI file?

A

Stores music as commands, not actual sound — very small size.

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

What is an MP3 file?

A

A compressed sound file using lossy compression.

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

What is an MP4 file?

A

A multimedia file that can store sound, video, images, etc.

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

What is a character set?

A

When a computer converts text to binary to be processed it uses a tool called a character set.
It contains all the characters that are in that character set and the binary value that is assigned to each character.

17
Q

What are the main character sets that the computer uses?

A

ASCII and Unicode

18
Q

What are pixels?

A

Pixel is a very small dot of colour that is displayed with many others to create an
image. An image is made up of pixels.

19
Q

What is RGB system for colors?

A

Colours are created by computer screens using the Red Green Blue (RGB) colour system.

20
Q

sound sampling

A

When sound is recorded, this is done at set time
intervals. This process is known as sound sampling.