3.1.10 Data representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

a bit has a value of…

A

1 or 0

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

A nibble is …

A

four bits

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

A byte is …

A

eight bits

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

A kilobyte (KB) is …

A

1024 bytes

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

What are the stages of converting sound to digital form/binary

A
  • Computer cannot work with analogue data so it must be converted to digital data.
  • Microphone picks up sound waves.
  • Converted to an electrical analogue signal.
  • Value read at specific point and rounded to a level.
  • The points which sound is read and stored defines the sample rate.
  • The higher the sample rate the better the quality but the larger the sound file.
  • Binary representation of level stored.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what happens if you reduce the sample rate?

A

reduces the data needed to store but also reduces the sound quality

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

what other way can you reduce the amount of data needed for sound?

A

use less bits to represent each sample (also lowers quality)

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

what are the stages of using binary to represent bitmap images?

A
  • The image is represented as a grid or sequence of pixels.
  • Each pixel is represented by one bit.
  • White is represented by a 0
  • Black is represented by a 1
  • White and black are represented using different bit patterns.
  • Same bit pattern used for black and white.
  • Metadata about the image is also stored.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are the limitations of ASCII?

A

only 128 characters

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

Explain the possible limitations of using ASCII character set for global communication: {3}

A
  • ASCII is a 7-bit character set so can include at most 128 different characters
  • characters represent mainly just the Latin alphabet
  • characters of other alphabets cannot be represented.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Advantages of using hexadecimal over binary {6}

A
  • Hexadecimal is easier (for humans) to read than binary
  • Hexadecimal is easier to convert to binary than denary.
  • Numbers are displayed in a more compact way in hexadecimal than in binary.
  • quicker to type in hexadecimal than binary
  • Less memory is also used to store hexadecimal than binary.
  • Easier to remember as they are shorter.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is a bitmap?

A

a digital image composed of individual pixels

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

what do computers use to represent all data and instructions?

A

binary

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

what types of data can binary code represent? {6}

A

text, images, sound, integer, data, real

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