What is the base of the binary number system?
2
What is the base of the hexadecimal number system?
16
True or False: The binary system uses the digits 0 through 9.
False
Fill in the blank: In binary, the number 1010 represents the decimal number __.
10
What are the digits used in the hexadecimal system?
0-9 and A-F
Convert the binary number 1111 to decimal.
15
True or False: Hexadecimal is commonly used in programming to represent memory addresses.
True
What is the hexadecimal representation of the decimal number 255?
FF
Which of the following is a valid hexadecimal number? A) 1A3 B) 2G5 C) 3FZ
A) 1A3
Convert the hexadecimal number 1C to binary.
11100
What is the binary equivalent of the decimal number 8?
1000
Fill in the blank: The binary number system uses powers of __.
2
True or False: Each hexadecimal digit can represent four binary digits.
True
How many bits are in one byte?
8
What is the hexadecimal representation of the binary number 1101?
D
True or False: The decimal system is based on 10 digits.
True
Convert the binary number 101011 to decimal.
43
What is the range of values for a single hexadecimal digit?
0 to 15
Fill in the blank: The binary number 0001 represents the decimal number __.
1
What is the hexadecimal equivalent of the decimal number 32?
20
True or False: The hexadecimal number system includes the number 10.
True
What is the binary representation of the hexadecimal number A?
1010
Convert the decimal number 64 to binary.
1000000
Fill in the blank: The binary number 11111111 represents the decimal number __.
255