A-level Computing/AQA/Problem Solving, Programming, Data Representation and Practical Exercise/Skeleton code/2014 Exam/Section B

Section B Introduction edit

This section will ask you questions that you will have to find programming solutions to. The past exams have always provided a strict program specification in the form of variable names and pseudocode. You should be able to interpret pseudocode, structured english, structure charts, stepwise refinement tables and decision tables. Any of these techniques could be used to communicate an algorithm to be coded.

Practice questions edit

Obviously all the past papers from AQA have good section B questions that you should attempt. Here are some around this year's theme...

Question 1 edit

Question 1

Pseudo code

Answer:

   'Solution to Question 1


Another question...

Answer:

'Another solution