Further algorithms test questions - Edexcel

1

What is a variable?

2

What is a constant?

3

What is an array?

4

What is a subprogram?

5

What are the three types of programming error?

6

What is the purpose of testing?

7

What are the three types of test data?

8

What is recorded in a trace table?

9

Which search algorithm examines each data item in turn until a match is made or there are no more items to examine?

10

With a data set of 0, 1, 3, 5, 7, 8, 9 how many values would a binary search examine before it found the value 8?