Difference between revisions of "CSC231 Review of hexadecimal number system"
(Created page with "--~~~~ ---- =Some exercises to help you review the hexadecimal system= * What are the first 32 hex numbers, starting with 00? * Convert these hexadecimal numbers to binary, an...") |
(→Some exercises to help you review the hexadecimal system) |
||
Line 5: | Line 5: | ||
* What are the first 32 hex numbers, starting with 00? | * What are the first 32 hex numbers, starting with 00? | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
* Convert these hexadecimal numbers to binary, and to decimal. | * Convert these hexadecimal numbers to binary, and to decimal. |
Revision as of 09:23, 14 September 2012
--D. Thiebaut 10:23, 14 September 2012 (EDT)
Some exercises to help you review the hexadecimal system
- What are the first 32 hex numbers, starting with 00?
- Convert these hexadecimal numbers to binary, and to decimal.
1111 1234 AAAA F001 FFFF
- Convert these decimal numbers to binary, and hexadecimal
65 127 1024
- What comes after these hexadecimal numbers, logically?
1111 9999 19F 1ABF FFEF F00F ABCDEF
- Perform the following additions in hex:
1111 + AAAA 1234 + F 1234 + ABCD FFFF + FFFF