
Sorting Algorithms Quiz No 2

Quiz
•
Computers
•
12th Grade
•
Hard
Elizabeth Gist
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order?
MergeSort
QuickSort
BubbleSort
InsertionSort
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm selects an element as a pivot and partitions the array around the pivot?
QuickSort
MergeSort
SelectionSort
HeapSort
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm builds the final sorted array one item at a time by repeatedly taking the minimum element from the unsorted part and placing it at the beginning?
BubbleSort
MergeSort
InsertionSort
SelectionSort
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In which sorting algorithm does the sorting happen by merging two sorted arrays into one?
QuickSort
MergeSort
BubbleSort
InsertionSort
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is known for its simplicity and effectiveness for small datasets or partially sorted arrays?
QuickSort
BubbleSort
InsertionSort
MergeSort
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is considered unstable, meaning it may change the relative order of elements with equal keys?
QuickSort
MergeSort
SelectionSort
BubbleSort
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm's worst-case time complexity is O(n^2) and best-case time complexity is O(n log n)?
MergeSort
QuickSort
BubbleSort
InsertionSort
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
PySpark Day2

Quiz
•
12th Grade
11 questions
44. Algorithms - Bubble Sort Algorithm Quiz

Quiz
•
9th - 12th Grade
13 questions
Robust Programming

Quiz
•
11th - 12th Grade
15 questions
SLR5 | Algorithms

Quiz
•
12th Grade
10 questions
Understanding Bubble Sort Algorithm

Quiz
•
12th Grade
13 questions
Microsoft Word 2016 Tables

Quiz
•
8th - 12th Grade
6 questions
Selection sort algorithm

Quiz
•
9th - 12th Grade
10 questions
Tes Diagnostik

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade