Evaluation test questions

1

If your teacher told you to use 'indentation' in your code what would this mean?

2

What is internal commentary?

3

Why is it a good idea to use internal commentary in your programs?

4

Why is it a good idea to use meaningful variable names in your programs?

5

Which of the following is an example of a good variable name?

6

Which of the following is a definition of robustness?

7

Which of the following is an efficient approach to storing ten first names?

8

Why can use of nested IFs be regarded as more efficient than using a series of independent IF statements

9

Which of the following is a definition of fitness for purpose?

10

What should happen if software is found not to be fit for purpose during the evaluation phase?