4.5.2 Number Bases Flashcards
What is base 10?
Denary/Decimal
What are some example of number base systems?
- Denary
- Binary
- Hexadecimal
What is decimal?
- The number base that humans use to count.
* Uses the digits 0 through to 9 to represent numbers.
What base is decimal?
Base 10
How are decimal numbers denoted?
Subscript of 10
How is binary represented?
Binary uses only two characters for each digit, either a 1 or a 0. These two values can easily be represented by computers with high or low current.
How are binary values represented by computers?
With a high or low current.
What is the subscript for binary?
2
How are hexadecimal numbers represented?
Hexadecimal uses the digits 0 through to 9 followed by the uppercase characters A to F to represent the decimal numbers 0 to 15.
What range of characters does hex have to represent each digit?
Hex can make use of 16 different characters for each digit.
How are hex numbers denoted?
With a subscript 16
What is an advantage of using hex?
Hex is the most compact, this means it can represent the same number as binary or decimal while using far fewer digits.
Why is hex used as a shorthand representation for binary?
- It’s easy to convert between hexadecimal and binary
* The compact nature, using far fewer digits to represent the same number.