Chapter 1 Data representation: Unit 1.2: Text, Sound And Images Flashcards

1
Q

What does ASCII stand for?

A

American Standard Code for Information Interchange

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

Define the ASCII code system

A

Set up in 1963 for use in communication systems and computer systems
Standard character set consists of 7-bit codes (0 to 127 in denary, 00 to 7F in hexadecimal)

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

What is the main disadvantage of the ASCII System?

A

Does not represent characters in non-Western languages.

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

What was the solution to the ASCII systems’s main disadvantage?

A

Create a coding system called Unicode.

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

Define the Unicode system

A

Can represent all languages of the world
Can use up to 4 bytes of data for one character

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

What were the 5 goals of the Unicode system?

A

Create a universal standard that covered all languages and all writing systems
Produce a more efficient coding system that ASCII
Adopt uniform encoding where each character is encoded as 16-bit or 32-bit code
Create unambiguous encoding where each 16-bit and 32-bit value always represents the same character
Reserve part of the code for private use to enable a user to assign codes for their own characters and symbols

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

How are sound waves converted into digital data that can be read by a computer?

A

A ADC (Analogue to Digital Converter) is used.
The sound waves are sampled at regular time intervals.
The amplitude of the sound cannot be measured precisely, so approximate values are stored.

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

How does increasing the number of possible values used to represent sound amplitude affect the accuracy of the sampled sound?

A

It increases the accuracy.

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

Define sampling resolution/bit depth

A

The number of bits per sample

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

Define sampling rate

A

The number of sound samples taken per second

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

How is sampling used to record a sound clip?

A

The amplitude of the sound wave is first determined at set time intervals
This gives an approximate representation of the sound wave
Each sample of the sound wave is then encoded as a series of binary digits.

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

What are the benefits of using a larger sampling resolution when recording sound?

A

Larger dynamic range
Better sound quality
Less sound distortion

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

What are the drawbacks of using a larger sampling resolution when recording sound?

A

Produces larger file size
Takes longer to transmit/download music files
Requires greater processing power

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

Define bitmap images

A

Images that are made up of pixels
Is 2 dimensional

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

Define image resolution

A

The number of pixels that make up an image

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

What is the main drawback of using high resolution images?

A

Increase in file size.