Chapter 1 - Data representation Flashcards

(28 cards)

1
Q

What is analogue data?

A

A continuous stream of data that is processed by humans.

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

What is a logic gate?

A

A very small component in a computer system that controls the flow of electricity.

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

What is digital data?

A

Discrete data that only uses the values 0 and 1.

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

What is a register?

A

A small component in a computer system that is used to temporarily store data.

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

What are the benefits of using hexadecimal rather than binary for a programmer?

A
  • Hexadecimal is a shorter way of representing binary, so it takes up less space on the screen/piece of paper
  • Hexadecimal is easier for a programmer to read, write and understand
  • Hexadecimal is easier to debug and locate errors in data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a MAC address?

A

A unique address that is given to a computer at the manufacturing stage that can be used to identify the computer.

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

What is a character set?

A

A set that contains all the characters that are in that character set and the binary value that is assigned to each character.

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

What is the difference between the ASCII and Unicode character sets?

A

ASCII represents characters using 8-bit binary numbers (up to 256 characters) while Unicode represents characters using 16-bit binary numbers (up to 65536 characters).

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

What is a pixel?

A

A very small dot of colour that is displayed with many others to create an image.

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

What is resolution?

A

The dimensions of an image.

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

What is metadata?

A

Additional data that is stored with an image that can provide information such as the resolution, time and date the image was taken.

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

What is colour depth?

A

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
13
Q

What is sound sampling?

A

A little piece of sound that is recorded at regular time intervals.

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

What is the sample rate?

A

The number of samples recorded each second.

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

What unit are sample rates measured in?

A

Hertz.

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

How can we improve the accuracy of a recorded sound?

A

Increase the sample rate.

17
Q

How is the storage space affected when sample rate is increased?

A

Storage space also increases.

18
Q

What is the sample resolution?

A

The number of bits that are used to record each sound sample.

19
Q

What are the different data measurement units?

A

Check book page 25 table.

20
Q

What is compression?

A

A method that uses an algorithm to reduce the size of a file.

21
Q

What are the benefits of compressing a file?

A
  • Not as much storage space needed
  • Less time taken to transmit the file from one device to another
  • Quicker to upload and download the file
  • Not as much bandwidth needed to transmit the file over the internet
22
Q

What are the two types of compression?

A
  • Lossy
  • Lossless
23
Q

What happens in lossy compression?

A

A compression algorithm finds unnecessary and redundant data in the file and permanently removes it.

24
Q

When do we mainly use lossy compression?

A
  • Image files
  • Sound files
25
How does a lossy compression algorithm reduce the size of an image file?
- Removes colours indistinguishable by the human eye - Reduces image resolution - Reduces number of pixels used to create the image
26
How does a lossy compression algorithm reduce the size of a sound file?
- Removes sounds that cannot be heard by the human ear - Removes softer sounds that are overlapped by louder sounds - Reducing sample rate - Reducing sample resolution
27
What is perceptual music shaping?
A process that is used in lossy compression that removes sounds that are not normally heard by the human ear.
28
What is run length encoding (RLE)?
An algorithm that groups together repeating patterns and indexes them.