Skip to main content

← back to the guide

Eduqas GCSE Computer Science algorithms and computational thinking overview quiz quiz

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

  1. What is abstraction?

  2. What is decomposition?

  3. Which flowchart symbol represents a decision?

  4. What is a trace table used for?

  5. Why must a binary search be used on a sorted list?

  6. Which search checks each item in turn from the start of the list?

  7. How does a bubble sort move values into order?

  8. Why is merge sort usually preferred over bubble sort for a large list?

  9. When does an AND gate output 1?

  10. When does an OR gate output 1?

  11. What does a NOT gate do?

  12. How many rows does a truth table have for an expression with three inputs?

  13. In the software development life cycle, when does testing take place?

  14. What is the output of NOT(A AND B) when A = 1 and B = 1?