Level 1 Level 2 Level 3 Expert Level - Check My Answers
Sequencing
The process of executing code in order, line by line.
Selection
Using decisions to structure your program.
Validation
A set of rules that are checked when data is entered.
Iteration
Repeating a section of code. Often referred to as looping.
File Handling
The ability to read, write and append data to and from a file.
ASCII Code
A character set that allows 128 different characters.