Programming constructs - Eduqas test questions - Eduqas

1

What are the three basic programming constructs?

2

Which of the following statements implements a count-controlled iteration?

3

What is a sequence?

4

Which form of condition-controlled iteration tests the condition at the end of the loop?

5

Which form of condition-controlled iteration tests the condition at the start of the loop?

6

Which of the following is another name for iteration?

7

Which of the following allows a programmer to implement selection?

8

What is the term given to the process of including one programming construct within another?

9

What is a subroutine used for?

10

What are the two possible values as a result of testing a condition?