NEW
Font size
WorksheetsIterative Development Process
Total questions: 10
Worksheet time: 5mins
Which term refers to the information the user will provide when relating to Analysis?
Inputs
Processes
Output
Which term refers to the information the program will display when discussing Analysis?
Inputs
Processes
Output
Which term refers to the calculations that the program will do when discussing Analysis?
Inputs
Processes
Output
What is Pseudocode?
A mixture of English and Code
Programming Language
What type of error has occurred when we get unexpected results?
Syntax
Logic
Runtime/Execution
What type of error occurs when the program tries to divide by 0?
Syntax
Logic
Runtime/Execution
What type of error occurs when there is a spelling mistake in the code?
Syntax
Logic
Runtime/Execution
What type of test data is at the lower and upper limits of the set range?
Normal
Extreme
Exceptional
What type of test data is within the set range?
Normal
Extreme
Exceptional
What type of test data is outside the set range?
Normal
Extreme
Exceptional
