Selection test questions

1

What is selection?

2

Why is selection important?

3

How many paths can be followed from a decision?

4

In pseudocode how is a decision represented?

5

Which of the instructions IF, THEN and ELSE represents a question?

6

Which of the instructions IF, THEN and ELSE points to what to do if the answer to the question is FALSE?

7

Which of the instructions IF, THEN and ELSE points to what to do if the answer to the question is TRUE?

8

In a flowchart how is a decision represented?

9

What does the instruction ELSE IF allow?

10

Which of the following instructions represent questions?