Skip to main content

← back to the guide

WJEC A-Level Computer Science Unit 1 Fundamentals of Computer Science overview quiz quiz

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

  1. What is the denary value of the 8-bit binary number 10110010?

  2. To represent a negative number in two's complement, you:

  3. Which data structure operates on a last-in first-out basis?

  4. A hash table resolves the situation where two different keys map to the same location. This situation is called a:

  5. Using De Morgan's law, NOT (A AND B) is equivalent to:

  6. What is the essential precondition for performing a binary search?

  7. Which sorting algorithm has a worst-case time complexity of O(n log n)?

  8. A parameter passed by value means that:

  9. Every recursive routine must contain a base case in order to:

  10. Which of these is an example of system software?

  11. During the fetch phase of the fetch-execute cycle, the program counter is:

  12. In a relational database, a foreign key is used to:

  13. Which statement best describes the difference between validation and verification?

  14. In packet switching, the packets of one message:

  15. What does encryption achieve when data is intercepted in transit?

  16. Which performance factor allows a CPU to run several instruction streams in parallel?