EEE -A DS Quiz -4

EEE -A DS Quiz -4

University

10 Qs

quiz-placeholder

Similar activities

CCDSALG Practice Questions

CCDSALG Practice Questions

University

15 Qs

DS LAB QUIZ-4 IT-B

DS LAB QUIZ-4 IT-B

University

10 Qs

Heap Overflow Basic

Heap Overflow Basic

University

7 Qs

Smart IoT Assessment

Smart IoT Assessment

University

15 Qs

แบบทดสอบ Digital Circuit(ก่อนเรียน)

แบบทดสอบ Digital Circuit(ก่อนเรียน)

University

10 Qs

ECG Class Pre-Test

ECG Class Pre-Test

University

10 Qs

VLSID Lab Monday Quizizz

VLSID Lab Monday Quizizz

University

11 Qs

The Internet - Round 1

The Internet - Round 1

University

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