Skip to main content

← back to the guide

AQA GCSE Computer Science 3.2 Programming overview quiz quiz

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

  1. Which data type is most appropriate for storing a price such as 4.99?

  2. What is the difference between a variable and a constant?

  3. What is the value of 17 DIV 517 \text{ DIV } 5?

  4. Which iteration construct repeats a known, fixed number of times?

  5. Applying precedence, what is the value of 2+3×42 + 3 \times 4?

  6. How is an element of a one-dimensional array accessed?

  7. What is the difference between a function and a procedure?

  8. Where can a local variable be used?

  9. What does concatenation do to two strings?

  10. Why would a program write data to a file rather than keep it in a variable?

  11. Which is a benefit of structured programming?

  12. Which Boolean expression is True only when both conditions are True?