Introduction To Networking Quiz: Binary, Decimal, and Hexadecimal Conversions¶
Quiz: Binary, Decimal, and Hexadecimal Conversions¶
Convert each of the following 16 bit binary integers into their decimal and hexadecimal equivalents:
- 0000010010111101
- 0000010111101100
- 0101110101011011
- 1001011011100101
- 1111111101111110
- 1001001001001010
Convert each of the following decimal integers into hexadecimal and 16 bit binary integers:
- 85
- 946
- 5,292
- 53,112
- 65,471
- 62,000
Convert each of the following hexadecimal numbers into decimal and 16 bit binary integers:
- 000C
- 0057
- 0CE5
- A560
- 987D
- F5E4