Algorithms test questions - Eduqas

1

What is the purpose of a flowchart?

2

What is syntax?

3

Which of the following is an advantage of using pseudocode?

4

What is an identifier?

5

What type of variable exists only within a subroutine?

6

What type of variable is used throughout a whole program?

7

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

8

What is a sequence?

9

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

10

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