Software Design and Development (Implementation: Evaluation) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does it mean to say that a program is fit for purpose?

A

If a program is fit for purpose, it means that it meets the functional and end-user requierments

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

What are some efficient coding construct?

A

Loops
Array
Selection Statements

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

What are the four things coders use to increase the readability of code?

A

Indentation
White Space
Internal Commentary
Meaningful Variable Names

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

What is Indentation?

A

Indentation is when a program is moved towards the right to accent certain are of the code such as IF statements

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

What is White Space?

A

White Space is when a coder leaves a line between each sub-routine in a page of code in order to convey where certain processes are

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

What is Internal Commentary?

A

Internal Commentary is when the program has content in it to explain briefly what is going for the next few lines

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

What are Meaningful Variable Names?

A

Meaningful Variable Names are when the coder uses an appropriate variable names such as “score” instead of “s”

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

What is Internal Commentary signalled by?

A

//

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

What is a definition of Robustness?

A

The program can cope with unexpected or incorrect input

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