Perform coding for simple business problems
Overview
This standard is about undertaking coding for simple business problems.
It involves applying the basic concepts and techniques of developing programs for problem solving. This includes using an integrated coding development tool to design, implement, test, debug, and deploy simple programs.
This standard is for those who need to recognise and resolve routine digital technology problems to meet their own needs or as part of their duties.
Performance criteria
You must be able to:
Plan a software program to solve a well defined business problem specification
Design algorithms to handle user inputs and process data for simple problems in line with organisational procedures
Produce code using basic programming constructs to a given design in line with organisational procedures
Apply stepwise refinement to solve problems iteratively to produce the required functionality
Debug and test software programs to identify and resolve programming defects
Apply notation to software programs to identify programming features and variables to improve maintainability in line with organisational standards
Document a program by producing release notes and guidance to assist users to operate the software correctly
Knowledge and Understanding
You need to know and understand:
- How to interpret a business problem specification
The basic concepts of coding and how to apply them
How to plan a software solution
The basic principles of procedural computer programming
How to design and use algorithms to capture user input and process data
The steps involved in solving a business problem through coding a software solution and how to apply them
- How to identify and implement the variables needed to produce functioning code
The industry standard programming and scripting languages and their functions and syntax
The basic techniques used to create code and how to apply them
How to test and debug code to make it function correctly
The sources of help, tips and techniques for producing effective code