Quiz 2.1: Algorithms
Which of the following is an example of abstraction in programming?
Which sorting algorithm is also known as a "divide and conquer" sort?
Which type of subprogram is shown below?
Python code
Which searching algorithm works by repeatedly dividing the search space in half?
Which type of subprogram always returns a value?
Which of the following best defines an algorithm?
The London Underground map is a good example of…
Identifying similarities which help to identify and solve problems is known as…
A step-by-step solution to a problem is known as…
Which sorting algorithm works by repeatedly stepping through the list and comparing adjacent elements?