Data Structure quiz 1

Data Structure quiz 1

University

25 Qs

quiz-placeholder

Similar activities

Data Structures and Algorithms Quiz - BATCH 1

Data Structures and Algorithms Quiz - BATCH 1

University

23 Qs

3ICTH7H8DSA

3ICTH7H8DSA

University

25 Qs

Team 4 Data structure

Team 4 Data structure

University

20 Qs

Quiz on Standard Algorithms

Quiz on Standard Algorithms

10th Grade - University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

ICT 1 (H1H2)

ICT 1 (H1H2)

University

25 Qs

DS QUIZ 2

DS QUIZ 2

University

20 Qs

Data Structures Quiz

Data Structures Quiz

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?