SDD Flashcards

1
Q

What does SDD stand for?

A

Software Design and development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What shape is used to represent the start and end function in a flowchart?

A

Ellipse/Oval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What code do you use to create/make a variable?

A

Dim…As…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three standard algorithms?

A

Input validation, running total within a loop and traversing a 1D array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the three types of errors?

A

Syntax, execution and logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an unconditional loop used for?

A

To repeat something a fixed number of times

How well did you know this?
1
Not at all
2
3
4
5
Perfectly