Section 4 - Data Representation Flashcards

Keywords and questions on topic

1
Q

Describe how binary is used to represent data in computers

A

Computers are made up of logic circuits which use high and low voltages to represent 1s and 0s.

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

Define the term ‘character set’

A

A character set is a collection of characters a computer recognises from their binary representation.

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

Convert the hexadecimal 4E into decimal

A

78

4×16 = 64, 64+14 =78

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

Define the term ‘image resolution’

A

The size of an image (width × height) in pixels.

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

Describe how the number of bits used per pixel affects the colours in an image.

A

The number of bits per pixel determines the number of possible colours and so increases the amount of unique colours an image has available to use.

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

Explain why compression is used for audio files

A

Audio files can be very large especially for long podcasts. Compression is used to reduce the overall size of the audio file with some acceptable loss of quality.

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

What type of compression is Huffman coding?

A

Lossless

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

Explain how increasing the sampling rate can affect the quality of the sound file.

A

Increasing the sampling rate means that more samples are taken every second. The sound quality will be better as the file will more closely match the original.

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

What is the hexadecimal representation of the letter P?

A

50

Binary = 01010000, split into nibbles = 5 and 0 which = 50

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