Question Info

This question is public and is used in 8 tests or worksheets.

Type: Multiple-Choice
Category: Programming
Level: Grade 11
Tags: Problem Solving, Computer Science
Author: JenniferCrump
Created: 8 years ago

View all questions by JenniferCrump.

Programming Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

Grade 11 Programming

This algorithm divides the unsorted list into sublists, each containing 1 element (a list of 1 element is considered sorted). It then repeatedly merges sublists to produce new sorted sublists until there is only 1 sublist remaining. This will be the sorted list.
  1. Binary Search Algorithm
  2. Bubble Sort
  3. Insertion Sort
  4. Linear Search Algorithm
  5. Merge Sort
  6. Quick Sort
  7. Selection Sort