Remember the 10 types of people of people in this world… CS 1 Remember the 10 types of people of people in this world…
Learning Objectives Review translating Binary numbers to and from their Decimal, Octal and Hexadecimal equivalents Be able to translate Binary numbers to and from their Decimal, Octal and Hexadecimal equivalents
Binary to Decimal 111 11011 1101
Decimal to Binary 14 38 135
Binary to Octal 110111 101101 111101
Octal to Binary 27 31 40
Binary to Hexadecimal 1110110101 1010111011
Hexadecimal to Binary 2F CAB A1C
Conversions: Fill in the following Decimal Binary Octal Hexadecimal 51 101101 46 2B
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