Selection in programming test questions

1

What is selection?

2

Why is selection important?

3

What is a statement?

4

In programming how is selection implemented?

5

How many paths through a program does an IF statement allow?

6

Which statement is used to add further choices to a program in Python?

7

What does an IF statement represent?

8

What does an ELSE statement represent?

9

What does ELSE IF represent?

10

In programming what is the answer to an IF question?