AS 91075 · 3 credits · Internal
Program planning
Construct a plan for a basic computer program for a specified task
Study with Coach
Save your actual school result to count your credits.
This standard asks you to write a plan (not the actual code) for a simple computer program that solves a real task. Your plan needs to show the variables you'll use, the logic and flow of the program, and how you'll test whether it works. You're demonstrating that you can think through a program before you write it.
What to do, grades and common mistakes
- ·Identify and specify all variables you need, including what type of data each one holds (e.g., numbers, text, decimals)
- ·Design the procedural flow of your program using actions, conditions (if/then logic), and control structures (loops, selections)
- ·Create a set of test cases that show inputs you'll try and what outputs you expect
- ·Communicate your plan clearly using diagrams, pseudocode, or precise written descriptions—not actual programming code
- ·Make sure your plan logically solves the specified task without errors or unintended behaviours
Your plan specifies variables with their data types, includes actions and control structures that solve the task, and lists test cases with expected inputs.
Your plan independently uses well-chosen actions and control structures that work correctly with no unintended behaviour, and includes test cases with both expected and boundary inputs (like edge cases).
Your assessment resources
The standard itself12
- Achievement Standard · 2018PDF ↗
- Achievement Standard · 2018DOC ↗
- Achievement Standard · 2017PDF ↗
- Achievement Standard · 2017DOC ↗
- Achievement Standard · 2015PDF ↗
- Achievement Standard · 2015DOC ↗
- Achievement Standard · 2014PDF ↗
- Achievement Standard · 2014DOC ↗
- Achievement Standard · 2012PDF ↗
- Achievement Standard · 2012DOC ↗