Turing

Chapter 1

1.1 The First Program
1.2 Basic Types
1.3 Variables & Constants
1.4 Using Variables
1.5 Getting Input
1.6 Graphics
1.7 Review Exercises

Chapter 2

2.1 Arithmetic
2.2 Random Numbers
2.3 Boolean Expressions
2.4 The if Statement
2.5 Basic Conditional Loops
2.6 Review Exercises


Chapter 3

3.1 Boolean Operators
3.2 Nested if Statement
3.3 The case Statement
3.4 Comparing Strings
3.5 Review Exercises



Chapter 4

4.1 Basic for Loops
4.2 Extending the for Statement
4.3 More Complex Conditional Loops
4.4 Nested Loops
4.5 Review Exercises

Chapter 5

5.1 Arrays
5.2 Using Arrays
5.3 Multi-Dimensional Arrays
5.4 Error Checking
5.5 Review Exercises

Chapter 6

6.1 Simple Procedures
6.2 Local & Global Identifiers
6.3 Value Parameters
6.4 Functions
6.5 Review Exercises