Bubble Sort Quiz

Bubble Sort Quiz

Assessment

Assessment

Created by

Deleted User

Computers

10th - 12th Grade

13 plays

Medium

Student preview

quiz-placeholder

5 questions

Show answers

1.

Multiple Choice

2 mins

1 pt

What is bubble sort?

Bubble Sort is a divide and conquer algorithm based on the idea of breaking down a list into several sub-lists until each sub list consists of a single element and merging those sub lists in a manner that results into a sorted list.

Bubble Sort is a simple sorting algorithm that builds the final sorted array one item at a time.

Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.

Bubble Sort is a divide and conquer algorithm. It picks an element as pivot and partitions the given array around the picked pivot.

2.

Multiple Choice

30 sec

1 pt

What is the advantage of bubble sort over other sorting techniques?

It is faster

Consumes less memory

Detects whether the input is already sorted

All of the mentioned

3.

Multiple Choice

1 min

1 pt

The given array is arr = {1,2,4,3}. Bubble sort is used to sort the array elements. How many iterations will be done to sort the array?

4

2

1

0

4.

Multiple Choice

30 sec

1 pt

In a bubble sort structure, there is/are?

A single for loop

Three for loops, all separate

A while loop

Two for loops, one nested in the other

5.

Multiple Choice

30 sec

1 pt

What is the temporary variable called?

Substitution

Temp

Replacement

Fill in

cartoon woman

Explore this activity with a free account

Find a similar activity

Create activity tailored to your needs using

Quizizz AI
Sorting Algorithms Quiz No 2

10 questions

Sorting Algorithms Quiz No 2

assessment

Bubble/Selection sort quiz

8 questions

Bubble/Selection sort quiz

assessment

SEARCH-SORT

10 questions

SEARCH-SORT

assessment

Bubble Sort Algorithm Quiz

8 questions

Bubble Sort Algorithm Quiz

assessment

Quick Sort Quiz

8 questions

Quick Sort Quiz

assessment

Merge Sort Quiz

10 questions

Merge Sort Quiz

assessment

Bubble Sort Quiz

9 questions

Bubble Sort Quiz

assessment

2.3.1(f) Big O Do Now

5 questions

2.3.1(f) Big O Do Now

assessment