Study Guide for CS 303E Test 1 (Fall 2008) * Number Conversions Decimal to binary, octal, hexadecimal and back Binary to octal and hexadecimal and back * Define Variables * Write Python expressions * Evaluate arithmetic and boolean expressions * Use bitwise operators (& | ^ ~) in a computation * Read input from the console * Output results using print * Use if-else, if-elif-else in a computation * Write simple programs that will Prompt the user for input Read the input Compute with that input (will involve if-else statements) Write the results