| Overview |
| |
What is programming?
What is scripting?
Compiled and interpreted code
Overview of web programming |
|
| General approach |
| |
Creation, testing
and debugging
Approaching tasks logically
Dividing up a task
Giving detailed instructions |
|
| Preparation |
| |
Planning a program
Testing the logic
Using diagrams |
|
| |
Adding comments
Prototypes and roughs |
|
| Writing code |
| |
Choosing an editor
Writing statements
Adding comments
Externalising code
Debugging |
|
| Components of
code |
| |
Containers and data
Variables, constants and literals
Assigning values to containers
Data types
Arrays
Operators |
|
| Common program
structures |
| |
Code blocks
Concatenation
Conditional statements
Loops
Functions and sub-routines
Passing parameters |
|