5.2 - Numbering Systems TQ Flashcards
A single bit binary digit can represent how many numbers
2
Which method is a shorthand method of representing three-bit binary words
Octal
In order to convert a hexadecimal number into binary, every hexadecimal digit is converted to how many bits of binary number
4
Which statement is true regarding conversion between hexadecimal and octal numbers
We have to first convert them into binary, and then convert from binary to another numbering system
What is base in any numbering system
Base is the number of different digits, including zero in the number system
How many digits does a base 10 has
10
What is the range of digits in hexadecimal numbering system
0-F
A three digit binary number can have how many variations/combinations
8
How many variations are possible with a two digit binary number
4
100 in decimal is equal to what in binary
1100100
Convert binary 101101 into decimal
45
What is decimal equivalent of binary 1100111
103
What is decimal equivalent of binary 101010
42
The maximum value of any number in octal numbering system is what
7