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.
What is the denary value of the 8-bit binary number 10110010?
To represent a negative number in two's complement, you:
Which data structure operates on a last-in first-out basis?
A hash table resolves the situation where two different keys map to the same location. This situation is called a:
Using De Morgan's law, NOT (A AND B) is equivalent to:
What is the essential precondition for performing a binary search?
Which sorting algorithm has a worst-case time complexity of O(n log n)?
A parameter passed by value means that:
Every recursive routine must contain a base case in order to:
Which of these is an example of system software?
During the fetch phase of the fetch-execute cycle, the program counter is:
In a relational database, a foreign key is used to:
Which statement best describes the difference between validation and verification?
In packet switching, the packets of one message:
What does encryption achieve when data is intercepted in transit?
Which performance factor allows a CPU to run several instruction streams in parallel?