What does SDD stand for?
Software Design and development
What shape is used to represent the start and end function in a flowchart?
Ellipse/Oval
What code do you use to create/make a variable?
Dim…As…
What are the three standard algorithms?
Input validation, running total within a loop and traversing a 1D array
What are the three types of errors?
Syntax, execution and logic
What is an unconditional loop used for?
To repeat something a fixed number of times