Skip to main content

← back to the guide

WJEC A-Level Computer Science Unit 2 Practical Programming to Solve Problems overview quiz quiz

12questions. Pick an answer and you'll see why right away.

  1. How is WJEC A-Level Computer Science Unit 2 assessed?

  2. Which is the recommended first stage when solving a programming problem?

  3. Why is designing in pseudocode before coding recommended?

  4. Which data structure is most appropriate for storing many items of the same type?

  5. Storing a person's name, age and fee together is best done with:

  6. Boundary test data is best described as values that are:

  7. For a field accepting marks 0 to 100, which value is erroneous data?

  8. What is the main purpose of input validation in a program?

  9. Decomposing a program into procedures and functions mainly helps because it:

  10. A loop intended to process items 1 to 10 actually runs 1 to 9. This kind of fault is known as:

  11. Which knowledge base does Unit 2 mainly apply?

  12. What should a good test plan record for each test?