Computer Science 1 Review and finish Number base conversion On computer time to finish Dice Game/ Number converter Challenge
Learning Targets Be able to convert to and from the following numbering systems Decimal, Binary, Octal, Hexadecimal Be able to write a program that can convert from one base to another base.
Conversions: Fill in the following Decimal Binary Octal 44 11101 23
Recreate the chart… Recreate a chart counting from 0 to 17 in… Decimal Binary Octal Hexadecimal (Not sure it we got this far before)
Binary to and from Hexadecimal
Push: Binary Program Input: Any integer Output: Convert the integer number to binary Input : Any binary number Output: The number converted to decimal. Push: Convert from binary to decimal Push: Binary to Hex Push: Any base to any base