EEE -A DS Quiz -4

EEE -A DS Quiz -4

University

10 Qs

quiz-placeholder

Similar activities

Trees quizz

Trees quizz

University

14 Qs

DSA (D1+D2)

DSA (D1+D2)

University

10 Qs

DAA-UNIT III

DAA-UNIT III

University

10 Qs

Quizziz Express.js

Quizziz Express.js

University

10 Qs

CVS 101

CVS 101

University

10 Qs

QUIZ CHAPTER 6 - SANDWICH CONSTRUCTIONS

QUIZ CHAPTER 6 - SANDWICH CONSTRUCTIONS

University

12 Qs

The Cardiovascular System

The Cardiovascular System

University

14 Qs

Basic Circuit & Kirchhoff Law

Basic Circuit & Kirchhoff Law

University

9 Qs

EEE -A DS Quiz -4

EEE -A DS Quiz -4

Assessment

Quiz

Education

University

Hard

Created by

roja laveti

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is maximum number of children a node in binary Tree can have

2

3

0

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, what is the term for the node with no children

Root

Leaf

Parent

Sibling

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

how many edges does a full binary tree with n nodes have?

n

n-1

2*n+1

2*n+2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are null nodes filled with in a threaded binary tree?

inorder predecessor for left node and inorder successor for right node information

right node with inorder predecessor and left node with inorder successor information

they remain null

some other values randomly

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which traversal method of a binary tree involves visiting the left subtree, then the root, and then the right sub tree?

inorder

preorder

postorder

level order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With what data structure can a priority queue be implemented?

Array

List

Heap

Tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an application of priority queue?

Huffman codes

Interrupt handling in operating system

Undo operation in text editors

Bayesian spam filter

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?