Hex Flashcards
(27 cards)
What is the hexadecimal representation of the decimal number 255?
FF
True or False: The binary equivalent of the hexadecimal number A3 is 10100011.
True
Fill in the blank: The binary number 1101 is equal to _____ in decimal.
13
What is the binary equivalent of the decimal number 10?
1010
Convert the hexadecimal number 1C to decimal.
28
True or False: The decimal number 16 is represented as 10 in hexadecimal.
True
What is the hexadecimal representation of the binary number 1111?
F
Multiple Choice: What is the binary equivalent of the hexadecimal number 7B? A) 01111011 B) 11101101 C) 00011011
A) 01111011
Fill in the blank: The decimal number 255 is _____ in binary.
11111111
What is the hexadecimal equivalent of the binary number 10101010?
AA
True or False: The decimal number 31 is represented as 1F in hexadecimal.
True
Convert the decimal number 42 to hexadecimal.
2A
What is the binary equivalent of the hexadecimal number 4E?
01001110
Multiple Choice: Which of the following is the correct binary for the decimal number 64? A) 1000000 B) 1100000 C) 0100000
A) 1000000
Fill in the blank: The hexadecimal number B2 is equal to _____ in decimal.
178
What is the decimal equivalent of the binary number 1011?
11
True or False: The binary number 0001 is equal to 1 in hexadecimal.
False
What is the hexadecimal representation of the decimal number 100?
64
Convert the hexadecimal number 3F to binary.
00111111
Fill in the blank: The decimal number 5 is _____ in hexadecimal.
5
Multiple Choice: What is the binary equivalent of the hexadecimal number 9C? A) 10011100 B) 10111100 C) 11001100
A) 10011100
What is the binary equivalent of the decimal number 7?
111
True or False: The decimal number 0 is represented as 00 in hexadecimal.
True