Data Representation Flashcards
1
Q
What is a decimal notational system?
Hint: One digit, two digits and three digits
A
- Also known as base 10.
- Where a single digit contains values from 0 to 9.
- If two combined digits are used, this will contain values from 0 to 99.
- If three comibned digits are used, this will contain values from 0 to 999.
2
Q
What is a binary notation system?
A
- Also known as base 2.
- Is a numbering system where numbers contain two values; either 0 or 1.
3
Q
What is a hexadecimal notational system?
A
- Also known as base 16.
- Where numbers from 0 to 9 are assigned values of 0 to 9; but from 10 - 15 values of A to F are assigned.
4
Q
What is ASCII and What is Unicode?
A
- ASCII encodes english letters, digits and punctuations to binary values. Uses 8 bit of data.
- Unicode is an extended character sets (non-english) to be encoded into binary values. Uses 8 or 16 bits of data.