What is HEX 12 in Decimal?
18
Convert 1101 in Hexadecimal.
D
Convert 13 in Binary(8-bits).
1101
What is the term used for a single binary digit that can be represented by either 0 or 1?
Bit
In hexadecimal numbers, what is the corresponding place value of the 4th hex digit (163)?
4046s or 4046
What is HEX 2A in Decimal?
42
Convert 1100 0011 in Decimal.
195
Convert 254 in Binary(8-bits).
1111 1110
How many bits are there in 1 Byte?
8
What 6-bit binary number generates the color green?
001100
What is HEX 1F in Binary (8-bits)?
0001 1111
Convert 0010 0000 0000 in Decimal.
512
Convert 128 in Hexadecimal.
80
In a binary number, what is the corresponding place value of the 7th binary digit (26)?
64s or 64
How many bits are there in one (1) Kilobytes?
1024 Bits
What is HEX 11A in Decimal?
282
Convert 0111 1111 1111 in Decimal.
2047
Convert 63 in Binary (8-bits).
0011 1111
What is the color generated on screen using the following three-bit binary combination: 011
Cyan
Decipher this following ASCII Message:
77_97_98_117_104_97_121_32_49_48_68
Mabuhay 10D
What is HEX FF in Binary?
1111 1111
Convert 1111 0000 1010 in Hexadecimal.
F0A
Convert 37 in Hexadecimal.
25
How many bits are used in one pixel in a Hexadecimal Color Code?
24
Convert HEX 421 in Binary and Decimal.
0100 0010 0001 and 1057