Computing - AS Level

Programming (Theory)

Many topics here are heavily related to areas covered practically in the Visual Basic unit. Therefore I have occasionally also included links to the relevant presentations in that unit, as well as the standard theory presentations shown here.

 

2.1 Designing Screens / Report Layouts

2.2 Translators

2.3 Programming Techniques (High-Level Languages)

2.31 Operators, Reserved Words, Variables, Local & Global and Writing Understandable Code
2.32 Data Types & File Size Calculations
2.33 Selection
2.34 Loops
2.35 Data Representation & String Handling
2.36 Arrays
2.37 Files
2.38 Top Down Approach / Stepwise Refinement and Algorithms
2.39 Procedures & Functions

2.4 Linked Lists

2.5 Stacks & Queues

2.6 File Access Methods

2.61 Serial and Sequential Files
2.62 Random Access Files
2.63 Indexed Sequential Files