hexadecimal Flashcards
hexadecimal to binary to dernary (20 cards)
What is the hexadecimal equivalent of the binary number 1010?
A
True or False: The binary number 1111 is equivalent to the hexadecimal number F.
True
Convert the binary number 11011011 to hexadecimal.
DB
Fill in the blank: The hexadecimal number system uses base ____.
16
What is the binary equivalent of the hexadecimal number 3C?
111100
True or False: The decimal number 255 is represented as FF in hexadecimal.
True
What is the process of converting binary to hexadecimal called?
Binary to hexadecimal conversion
Which binary group corresponds to the hexadecimal digit 7?
0111
Convert the binary number 10110101 to hexadecimal.
B5
What is the hexadecimal representation of the binary number 0000?
0
Fill in the blank: Hexadecimal uses digits from 0 to ____ and A to ____.
9, F
What is the binary equivalent of the decimal number 16?
10000
True or False: The hexadecimal number 1A is equivalent to the decimal number 26.
True
What is the hexadecimal equivalent of the binary number 11110000?
F0
Which hexadecimal digit corresponds to the binary sequence 1000?
8
Convert the decimal number 42 to hexadecimal.
2A
Fill in the blank: The binary number system is a base ____ system.
2
What is the hexadecimal equivalent of the binary number 0001?
1
True or False: Every hexadecimal digit can be represented by a 4-bit binary number.
True
What is the hexadecimal representation of the binary number 01010101?
55