Algorithms - Edexcel test questions - Edexcel

1

What is pseudo-code?

2

What is the purpose of a flowchart?

3

In a flowchart, how is the start of an algorithm represented?

4

Which of the following is an advantage of using pseudo-code?

5

What are the three basic programming constructs?

6

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

7

What is a sequence?

8

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

9

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

10

Which of the following words is another name for iteration?