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.
How is WJEC A-Level Computer Science Unit 2 assessed?
Which is the recommended first stage when solving a programming problem?
Why is designing in pseudocode before coding recommended?
Which data structure is most appropriate for storing many items of the same type?
Storing a person's name, age and fee together is best done with:
Boundary test data is best described as values that are:
For a field accepting marks 0 to 100, which value is erroneous data?
What is the main purpose of input validation in a program?
Decomposing a program into procedures and functions mainly helps because it:
A loop intended to process items 1 to 10 actually runs 1 to 9. This kind of fault is known as:
Which knowledge base does Unit 2 mainly apply?
What should a good test plan record for each test?