QUIZ3:-DATA STRUCTURE

QUIZ3:-DATA STRUCTURE

University

10 Qs

quiz-placeholder

Similar activities

Understanding Arrays in Programming

Understanding Arrays in Programming

University

10 Qs

Understanding Quick Sort Algorithm

Understanding Quick Sort Algorithm

University

15 Qs

Data Structure & Algorithm

Data Structure & Algorithm

University

15 Qs

Computational Thinking for Problem Solving

Computational Thinking for Problem Solving

University

10 Qs

CodeCadette

CodeCadette

University

15 Qs

Estruturas de dados

Estruturas de dados

University

13 Qs

Coding Challenge Round 1

Coding Challenge Round 1

University

10 Qs

Computer Science Quiz

Computer Science Quiz

KG - Professional Development

8 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?