Sorting Quiz

Quiz
•
Other, Education, Science
•
University - Professional Development
•
Medium

B G
Used 18+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How many passes does an insertion sort algorithm consist of?
n
n-1
n+1
Answer explanation
An insertion algorithm consists of N-1 passes when an array of N elements is given
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the average case running time of an insertion sort algorithm?
Answer explanation
The average case analysis of a tight bound algorithm is mathematically achieved to be O(N2).
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Insertion Sort is
stable and sorts in place
unstable and sorts in place
stable and does NOT sort in place
NOT stable and does NOT sort in place
Answer explanation
During insertion sort, the relative order of elements is not changed. Therefore, it is a stable sorting algorithm. And insertion sort requires only O(1) of additional memory space. Therefore, it sorts In-place.
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following sorting algorithm is best suited if the elements are already sorted?
Insertion Sort
Merge Sort
Heap Sort
Answer explanation
The best case running time of the insertion sort is O(n). The best case occurs when the input array is already sorted. As the elements are already sorted, only one comparison is made on each pass, so that the time required is O(n).
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Merge sort uses which of the following technique to implement sorting?
backtracking
greedy algorithm
divide and conquer
dynamic programming
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the average case time complexity of merge sort?
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the space complexity of merge sort?
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Quiz for algorithms

Quiz
•
University
20 questions
Round 1- Code Crunch

Quiz
•
University
15 questions
Sorting

Quiz
•
University
17 questions
Python Review Module 16 - Searching Sorting Algorithm

Quiz
•
University
10 questions
Computational Thinking for Problem Solving

Quiz
•
University
15 questions
Data Structure & Algorithm

Quiz
•
University
20 questions
Computer Science Quiz

Quiz
•
Professional Development
20 questions
DSAquiz

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Other
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University