Assignment Guide
Assignment Guide
Explain how computational thinking skills are applied in finding solutions that
can be interpreted into software applications.
P1
Discuss the various types of programming languages and what they are used for.
Give examples of languages and what domain they are used in.
For example:
P2
Describe the following program constructs and show how they are implemented
in Java (state that Java is C based) vs Python:
Explain how the principles of software design are used to produce high-quality
software applications that meet the needs of users.
Analyse how computational thinking skills can impact software design and the
M1
quality of the software applications produced.
Evaluate how computational thinking skills can impact software design and the
D1
quality of the software applications produced.
Learning Aim B
1, Explain the stages of the SDLC (software development lifecycle) and state
what you will do at each stage. You must discuss the following stages:
The following design documentation needs to have at least one mistake which
you will fix in P5.
2, Describe briefly what your program will do. State that you will use arrays to
store data and methods will be called for each function of the program.
P4
3, Create a story board for the program
4, Write pseudocode for the intended program or three flowcharts (one for a
particular method).
5, Create a test table with the actual result and corrections columns being
empty. The table should have the following columns:
Review the design with others to identify and inform improvements to the
proposed solution
P5
Receive an email from the client (the school) explaining what you need to fix in
the design. Screenshot the email and then fix the design.
M2 Justify design decisions, showing how the design will result in an effective
solution
Programming language
Predefined code (e.g. Scanner) and library code
GUI vs CLI
Data structures and data storage (e.g. 1D arrays vs 2D arrays, linked
lists, text files, a database etc)
The control structures (e.g. if statements vs switch statements. While
loops vs for loops)
Multiple methods vs one method
Error handling methods vs no error handling
Learning Aim C
Your client feedback should ask you to implement two of the following, or any
two reasonable improvements.
1. Error handling
M3 2. Searching
3. Sorting
4. Storing data to a file
5. Allowing for the addition of students to teams
6. Allowing students or teams to enter only one contest
Review the extent to which the final computer program meets client
P7 requirements
Evaluate the final design and optimised software application against client
requirements
Evaluate the strengths and weaknesses of your design and program. You can
evaluate the following:
You can evaluate the work you have done at each stage of the SDLC.