Data Structure quiz 1

Data Structure quiz 1

University

25 Qs

quiz-placeholder

Similar activities

Quiz No. 3 (Finals)

Quiz No. 3 (Finals)

University

20 Qs

Latihan Algotima

Latihan Algotima

University

30 Qs

Quiz 2 PBO

Quiz 2 PBO

University

20 Qs

SMARTICUS

SMARTICUS

University

20 Qs

searching sorting

searching sorting

University

20 Qs

UTS Praktikum SDA KOM B

UTS Praktikum SDA KOM B

University

20 Qs

UTS Praktikum SDA KOM B - 2 Ed

UTS Praktikum SDA KOM B - 2 Ed

University

20 Qs

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 Qs

Data Structure quiz 1

Data Structure quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

GOMATHI P

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following sorting algorithms is the fastest for sorting small arrays?



a) Quick sort

b) Shell sort

c) Insertion sort

d) Heap sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a) It is faster than any other sorting technique


b) It is scalable

c) It works best for inputs which are already sorted

d) It requires no additional storage space

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method is used for sorting in merge sort?

partitioning

b) merging

c) exchanging

d) selection

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Merge sort uses which of the following method to implement sorting?



a) selection

b) exchanging

c) merging

d) partitioning

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms is the fastest?



a) Merge sort

b) Shell sort

c) Insertion sort

d) Quick sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Shell sort algorithm is an example of?



a) Bottom-up sorting

b) In-place sorting

c) Internal sorting

d) External sorting

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an advantage of optimised bubble sort over other sorting techniques in case of sorted elements?



a) It is faster

b) Consumes less memory

c) Detects whether the input is already sorted

d) Consumes less time

Answer explanation

Optimised Bubble sort is one of the simplest sorting techniques and perhaps the only advantage it has over other techniques is that it can detect whether the input is already sorted. It is faster than other in case of sorted array and consumes less time to describe whether the input array is sorted or not. It consumes same memory than other sorting techniques. Hence it is not an advantage.

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?