AS 91896 · 6 credits · Internal
Advanced programming
Use advanced programming techniques to develop a computer program
Study with Coach
Save your actual school result to count your credits.
This standard asks you to write a working computer program using advanced programming techniques. Your program needs to handle at least two different types of data (like numbers and text), use proper decision-making and loops, take input and produce output, and use at least two advanced techniques like functions, lists, or event handling. The work is judged on how well you code it, test it, and document it with clear comments.
What to do, grades and common mistakes
- ·Write a complete program in a suitable programming language that does what it's supposed to do
- ·Use at least two advanced programming techniques (like creating functions with parameters, working with lists or arrays, string manipulation, or responding to button clicks in a graphical interface)
- ·Set out your code neatly and add clear comments explaining what different parts do
- ·Test your program thoroughly with different inputs to make sure it works correctly and fix any bugs
- ·Handle edge cases and invalid inputs so your program doesn't crash
Your program works and uses advanced techniques, but your testing is basic (only typical cases) and your documentation could be clearer.