Study Guide for Quiz 1 (14 Sep 2009) * Number conversions from decimal to binary, octal, and hexadecimal and vice versa. You may bring a calculator to the quiz. Convert 53 in decimal to binary, octal, and hex Convert B0F in hex to binary, octal, and decimal * Write boolean expressions that evaluate to True for the following conditions, where the variable n is an integer: - n is an even number - n is odd but not divisible by 3 - n is a two digit number - n is not in the range 20 through 30 inclusive * Input of numbers and strings p. 72, Algorithm Workbench: 1, 2 * Output numbers and strings * Arithmetic operations p. 72, Algorithm Workbench: 3 - 7 * Conditionals: if-else p. 147, Algorithm Workbench: 1 - 3 * Simple programs as given in the Class Work for 9 September 2009