3.1.10 Data representation Flashcards
a bit has a value of…
1 or 0
A nibble is …
four bits
A byte is …
eight bits
A kilobyte (KB) is …
1024 bytes
What are the stages of converting sound to digital form/binary
- 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.
what happens if you reduce the sample rate?
reduces the data needed to store but also reduces the sound quality
what other way can you reduce the amount of data needed for sound?
use less bits to represent each sample (also lowers quality)
what are the stages of using binary to represent bitmap images?
- 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.
what are the limitations of ASCII?
only 128 characters
Explain the possible limitations of using ASCII character set for global communication: {3}
- 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.
Advantages of using hexadecimal over binary {6}
- 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.
what is a bitmap?
a digital image composed of individual pixels
what do computers use to represent all data and instructions?
binary
what types of data can binary code represent? {6}
text, images, sound, integer, data, real