AS 91906 · 6 credits · Internal
Programming
Use complex programming techniques to develop a computer program
Study with Coach
Save your actual school result to count your credits.
You need to write a computer program that does something useful, using advanced coding techniques like working with multiple types of data, making choices in your code, and repeating actions. Your code needs to be well-organised with clear comments, tested to make sure it actually works, and you need to show that you understand what you've written.
What to do, grades and common mistakes
- ·Write code for a working program that performs a specific task or solves a defined problem
- ·Use complex programming techniques like graphical interfaces, file handling, objects/classes, or advanced data structures that match the chosen programming language
- ·Set out your code clearly and write comments throughout to explain what different parts do and how the program behaves
- ·Test and debug your program thoroughly to check it works on different types of input (normal cases and edge cases where things might go wrong)
- ·Use proper naming for variables and functions, and follow the coding conventions of your chosen language
Your program works and uses complex programming techniques with basic comments and testing on expected inputs.