Lecture Notes on 11 Jun 2014 * Reading form Chapter 1 and Appendix C (Number Systems) * Outline of a Programming Language - Write the Hello World program - Characterset (ASCII and Unicode) - Variables - Statements and Expressions - Assignments - Operators - Arithmetic: + - * / // % ** - Comparison: < <= > >= == != - Boolean: and or not - Bitwise: - Shift: - Conditionals (if-else) - Loops: while, for - Functions - Lists - Simple I/O - console or file - class