DS Quiz1

DS Quiz1

University

10 Qs

quiz-placeholder

Similar activities

ADAweek0 Intl

ADAweek0 Intl

University

15 Qs

data structure

data structure

University

15 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

EC8393_FDS_MODEL_EXAM_1_PART B

EC8393_FDS_MODEL_EXAM_1_PART B

University

10 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

UNIT 3

UNIT 3

University

10 Qs

special exam in BINARY TREE

special exam in BINARY TREE

University

15 Qs

DS Quiz1

DS Quiz1

Assessment

Quiz

Computers

University

Hard

Created by

Kiruthika S

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?

Insertion Sort

Bubble sort

Merge sort

Selection sort

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A binary tree in which all its levels except the last, have maximum numbers of nodes, and all the nodes in the last level have only one child it will be its left child. Name the tree.

Threaded tree

M-way search tree

Complete binary tree

Full binary tree

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Minimum number of fields in each node of a doubly linked list is?

2

3

4

1

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Suppose the numbers 7, 5, 1, 8, 3, 6, 0, 9, 4, 2 are inserted in that order into an initially empty binary search tree. The binary search tree uses the usual ordering on natural numbers. What is the in-order traversal sequence of the resultant tree?

0 1 2 3 4 5 6 7 8 9

7 5 1 0 3 2 4 6 8 9

0 2 4 3 1 6 5 9 8 7

9 8 6 4 2 3 0 1 5 7

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A queue follows _________

FIFO principle

LIFO principle

Linear tree

Ordered array

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The post order traversal of a binary tree is DEBFCA. Find out the post order traversal.

ABFCDBE

ADBFEC

ABDECF

ABDCEF

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following data structure store the homogeneous data elements?

Arrays

linked list

Stack

queue

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?