 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Hexadecimals
Practice the powers of 16 and the decimal equivalents of hex numbers A-F as well as some basic information about converting between the two.
|
| A | B |
| 16^0 | 1 |
| 16^1 | 16 |
| 16^2 | 256 |
| 16^3 | 4096 |
| 16^4 | 65536 |
| Hexadecimal to Decimal | read the number right to left |
| Decimal to Hexadecimal | read the number left to right |
| A | 10 |
| B | 11 |
| C | 12 |
| D | 13 |
| E | 14 |
| F | 15 |
| Which operation(s) do you use when changing from Hex to Decimal? | Multiply and Add |
| Which operation(s) do you use when changing from Decimal to Hex? | Division |
|
| |