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