FOUNDATIONS PRE-ASSESSMENT V1 2026
COMPREHENSIVE STUDY GUIDE SOLVED
QUESTION SET
◉ Design Phase. Answer: Defines specifics of how to build a program
◉ Implementation phase. Answer: involves writing the program
◉ Testing Phase. Answer: checks that the program correctly meets the
goals
◉ Example of analysis phase:. Answer: The program should support
mean, median, max and min calculations
◉ Example of design phase:. Answer: Each calculation will be a
function. The use types a letter to invoke each calculation.
◉ Example of implementation phase:. Answer: A programmer writes
each function using statements
◉ Example of testing phase:. Answer: A programmer checks that each
function works.