Programming constructs - Edexcel test questions - Edexcel

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 words is another name for iteration?

7

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

8

Which form of condition-controlled iteration will always run at least once, no matter the state of the condition?

9

What is an array?

10

What is a subprogram?