Skip to main content

← back to the guide

Eduqas A-Level Computer Science programming principles and construction overview quiz quiz

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

  1. An AND gate outputs 11 when

  2. Which is the correct statement of De Morgan's law for AB\overline{A \cdot B}?

  3. Simplifying A+ABA + A \cdot B gives

  4. The most appropriate primitive data type for storing whether a switch is on or off is

  5. The scope of a local variable is

  6. Passing a parameter by reference means

  7. Encapsulation in object-oriented programming means

  8. Polymorphism allows

  9. Which statement about a compiler is correct?

  10. What happens during lexical analysis, the first stage of compilation?

  11. An error that lets the program run but produces the wrong output is a

  12. For a field accepting marks from 00 to 100100, which is an example of erroneous test data?