Category Archives: Software Design and Development

2014 – Q19 (b) – (i)

In the game section of the website, players are shown a board with pairs of picture tiles placed randomly.

These are then flipped over to hide the images. Players have to flip two tiles trying to find two matching images until all pairs have been found.

2014 - q19 b

Identify a situation in the game where Ally will need to implement the following programming constructs. (2)

Selection:

Repetition:

Answer

2014 – Q18 (a)

An athlete is developing a mobile application (app).

The athletes will allow athletes to track weight in Kg.

Part of the pseudocode for the app is shown below.

2014 - q18 a

(i) Identify the line that contains a condition. (1)

(ii) Identify the line that stores a value in an array. (1)

(iii) Identify the line that accepts input values into the program. (1)

Answer