Programming - AQA test questions - AQA

1

What are the three basic programming concepts?

2

What is a variable?

3

What is a constant?

4

Giving a variable a value is known as what?

5

Which of the following statements implement count controlled iteration?

6

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

7

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

8

Which of the following is another name for iteration?

9

What is a subroutine?

10

Which of the following are all benefits of subroutines?