Unit 3 - Data Flashcards
What is the symbol for a set of values of integers?
Z
What is the symbol for a set of values of irrational numbers?
Q
What is an ordinal number?
A number describing the position of something
What is ASCII?
Binary values used to encode the English alphabet.
Advantages and disadvantages of using Unicode to ASCII
Unicode uses 4 bytes to represent every value, this means that it has the power to store more values therefore broadening the characters to values such as emojis. However, this requires more memory and storage space.
Name a technique that can be used to check for transmission errors.
Parity bits, Check bits, Majority voting or Checksums
What is a parity bit?
Is a bit that is set to odd or even on the transmitting end of the byte. When data is sent the parity is checked at the recieving end. If the wrong number of bits are on then an error has occured.
What is a check digit and name an example of one time it is used in every day life?
A check digit is an additional digit added to the end of a string designed to check for mistakes in transmission. Used in barcodes using a special formula.
What is a checksum?
Works similarly to a check digit, a sum of all bytes is calculated and the computer determines whether this is faulty or not.
3 steps to convert a value to two’s complement:
- Using decimal value find the binary value
- Flip the bits around
- Add one to the value
Define resolution
Number of pixels used to make up a bitmap image
Formula to work out image file size.
Resolution x colour depth
Lossless vs Lossy compression
Lossless doesn’t remove any data but instead using pattern recognition, data is grouped together whilst lossy compression just removes less needed data.
What is run length encoding?
When you have multiple of the same data you group it as the amount of that data then the actual data value.
How is analogue sound recorded?
Using a microphone which takes the analogue input, this data is sent to the Analogue to Digital converter (ADC) which converts to digital sound and stored in binary.