Mr Bulsara

Mr Bulsara

12th Grade

10 Qs

quiz-placeholder

Similar activities

Merge sort | Starter Quiz | Oak National Academy

Merge sort | Starter Quiz | Oak National Academy

9th Grade - University

9 Qs

C++ Searches and Sorts

C++ Searches and Sorts

7th - 12th Grade

9 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

Algorithm Intro

Algorithm Intro

9th Grade - University

14 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

Sorting Algorithm

Sorting Algorithm

9th - 12th Grade

9 Qs

Software Design and Development: Algorithm Quiz

Software Design and Development: Algorithm Quiz

11th - 12th Grade

15 Qs

Unit 6/7 B  Quiz #2  Objects in lists and arrays, searching , so

Unit 6/7 B Quiz #2 Objects in lists and arrays, searching , so

9th - 12th Grade

12 Qs

Mr Bulsara

Mr Bulsara

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Siddharth Bulsara

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the primary operation of Bubble Sort?

Repeatedly comparing and swapping adjacent elements

Dividing the list into two halves and merging

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm selects the smallest (or largest) element from the unsorted part and moves it to the end of the sorted part?

Insertion Sort

Selection Sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which sorting algorithm is the final sorted array built one item at a time by inserting each item into its proper position?

Merge Sort

Insertion Sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm divides the list into two halves, sorts each half recursively, and then merges the two sorted halves?

Merge Sort

Quick Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary technique used by Quick Sort to sort a list?

Picking a pivot and partitioning the list

Repeatedly comparing and swapping adjacent elements

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term "abstraction" refer to in computing?

Hiding the complexity of a system by focusing on the essential features, allowing users to interact with a simplified model.

A type of algorithm that sorts data by comparing adjacent elements and swapping them if they are in the wrong order.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Big O notation measure?

Algorithm efficiency

Algorithm correctness

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?