Question Info

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

Type: Multiple-Choice
Category: Programming
Level: Grade 11
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 is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items and swaps them if they are in the wrong order. The process is repeated until all items are sorted and in the correct order.
  1. Binary Search Algorithm
  2. Bubble Sort
  3. Insertion Sort
  4. Linear Search Algorithm
  5. Merge Sort
  6. Selection Sort
  7. Quick Sort