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

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Section B Introduction[edit | edit source]

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 | edit source]

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 | edit source]

Question 1

Pseudo code

Answer:

   'Solution to Question 1


Another question...

Answer:

'Another solution