Software Design & Development Flashcards

1
Q

What are the Inputs in the Analysis stage?

A

What you need from the USER.

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

What are the processes in the Analysis stage?

A

The calculations and logic the program must do.

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

What is the output in the Analysis stage?

A

What to display to the user at the end.

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

What are the 3 Logical Operators?

A

AND, OR & NOT

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

What are the 3 Standard algotoritms?

A

Input Validation, Traversing an Array & Running Total

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

How do you evaluate fitness for purpose within a program?

A

Check if the program meets the functional requirements.

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

How do you evaluate robustness in a program?

A

Robustness is the programs ability to cope with invalid input and ensuring the program doesn’t crash.

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