1.1 Compare and Contrast Notational Systems Flashcards
1
Q
What is a Binary Notation System?
A
Is a numbering system that utilizes a base-2 system which is used within computers; contain one of two possible values 0 or 1.
2
Q
What is a Hexadecimal Notational System?
A
Is a numbering system that utilises Base-16 System, first 10 values from 0-9 will be 0-9 and from 10 - 15 will be A-F.
3
Q
What is a Decimal Notational System?
A
Is a numbering system that utilizes a base-10 system which is a system of 10 unique numbers to represent a single value.
4
Q
Convert 14 into binary and Convert 1101 into Decimal.
A
- 1100
- 13
5
Q
What is ASCII and Unicode?
A
- ASCII is converting a single character into binary in English Language.
- Unicode is converting a single character into Binary in Non-English Language.