QUIZ3:-DATA STRUCTURE

QUIZ3:-DATA STRUCTURE

University

10 Qs

quiz-placeholder

Similar activities

Round 3

Round 3

University

11 Qs

Exploring Sorting Algorithms

Exploring Sorting Algorithms

University

10 Qs

Sorting in Microsoft Excel HEART

Sorting in Microsoft Excel HEART

10th Grade - University

10 Qs

Suprize Test - 6.10.2022

Suprize Test - 6.10.2022

University

10 Qs

DS-AE(29.11.2021)

DS-AE(29.11.2021)

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

DAA Lab Viva

DAA Lab Viva

University

10 Qs

AlgoWhiz Quiz

AlgoWhiz Quiz

University

15 Qs

QUIZ3:-DATA STRUCTURE

QUIZ3:-DATA STRUCTURE

Assessment

Quiz

Other

University

Hard

Created by

hayfa Haiza

Used 193+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms has the lowest worst-case complexity?

Quick sort

Merge sort

Selection sort

Bubble sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the number of records to be sorted is small, identify the suitable sorting to be used

Quick sort

Merge sort

Selection sort

Bubble sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The worst case occurs in linear search algorithm when ______________________

Item is not in the array at all

Item is somewhere in the middle of the array

Item is the last element in the array or item is not there at all

Item is the last element in the array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Recognize the algorithm that does not divide the list.

Merge sort

Binary Search

Linear Search

Quick sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the types of sorting that used the concept of divide and conquer.

Insertion sort

Merge sort

Selection sort

Bubble sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose we are sorting an array of eight integers using quick sort, and we have just finished the first partitioning with the array looking like this:

2 5 1 7 9 12 11 10

Identify the correct statement?

Neither the 7 nor the 9 is the pivot.

The pivot could be either the 7 or the 9.

The pivot is not the 7, but it could be the 9.

The pivot could be the 7, but it is not the 9.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many steps needed to sort the following numbers using a selection sort.

5 1 12 -5 16 2 12 14

8

6

7

5

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?