|
What you must know about number systems for the 2007/08 ACSL Contest #1:
Count in the binary, octal and hexadecimal number systems.
Convert numbers from one base (decimal, binary, octal, hexadecimal) to another.
- Convert a decimal number to a binary number.
- Convert a binary number to a decimal number.
- Convert a decimal number to an octal number.
- Convert an octal number to a decimal number.
- Convert a decimal number to an octal number.
- Convert an octal number to a binary number.
- Convert a binary number to a hexadecimal number.
- Convert a hexadecimal number to a binary number.
- Convert a binary number to a binary number.
- Convert a decimal number to a binary number.
Add, subtract, multiply and divide in the number systems.
Convert everything to decimal → do the math → convert to target base.
Solve for the unknown value X in an equation with values of the same base.
Example: X16 = FEED16 - 6ACE16
Solve for the unknown value X in an equation with values of different bases.
Example: X378 = 1XF16
|