OCR GCSE Computer Science 2.1 Algorithms overview quiz quiz
12questions. Pick an answer and you'll see why right away.
Which principle of computational thinking means removing or hiding unnecessary detail?
What does decomposition mean?
Which flowchart symbol is used for a decision?
In the OCR Exam Reference Language, which keyword closes an if statement?
What is a trace table used for?
Which condition must be true for a binary search to work?
How does a binary search reduce the number of items to check at each step?
Which search works on an unsorted list?
What does one pass of a bubble sort do?
Which sorting algorithm splits the list in half repeatedly, then merges the parts back in order?
What is one disadvantage of merge sort compared with bubble sort?
An algorithm reads five numbers, adds them to a total, then divides by 5 and prints the result. What is its purpose?