Study Guide for CS 303E Test 1 (Fall 2009) on 23 Sep 2009 * 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 * Read input from the console both numbers and strings * Output results using print * Use if-else and while in a computation * Write simple programs that will Prompt the user for input Read the input Compute with that input (will involve if-else and while statements) Write the results