Binary Tree and BST MCQs

Binary Tree and BST MCQs

University

65 Qs

quiz-placeholder

Similar activities

Segundo Parcial EDNL

Segundo Parcial EDNL

University

61 Qs

TOPOLOGIAS

TOPOLOGIAS

University - Professional Development

61 Qs

DAA Unit III

DAA Unit III

University

60 Qs

Data Communication & Networks

Data Communication & Networks

University

60 Qs

OOAD UPC-2 MCQ

OOAD UPC-2 MCQ

University

60 Qs

DSA Basics

DSA Basics

University

67 Qs

Data Structures Improvement Test

Data Structures Improvement Test

University

60 Qs

Blockchain Quiz

Blockchain Quiz

University

61 Qs

Binary Tree and BST MCQs

Binary Tree and BST MCQs

Assessment

Quiz

Computers

University

Hard

Created by

Shubham Khari

Used 3+ times

FREE Resource

65 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the degree of a binary tree node?

1

2

Maximum of 2

At least 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of nodes in a binary tree of height $ h $?

$ 2^h - 1 $

$ 2^{h+1} - 1 $

$ 2^{h-1} $

$ h^2 $

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, the number of leaf nodes is:

Greater than the number of internal nodes.

Equal to the number of internal nodes.

One more than the number of internal nodes in a full binary tree.

Twice the height of the tree.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a complete and a full binary tree?

A complete binary tree has all levels fully filled.

A full binary tree has all levels filled except possibly the last.

A full binary tree has all nodes with 0 or 2 children.

There is no difference.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a binary tree has $ N $ nodes, what is the height of the tree in the worst case?

$ O(\log N) $

$ O(N) $

$ O(1) $

$ O(\sqrt{N}) $

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following trees is not a binary tree?

AVL tree

Red-Black tree

B-tree

Huffman tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The minimum height of a binary tree with $ n $ nodes is:

$ \lfloor \log_2(n+1) \rfloor $

$ \lceil \log_2(n+1) \rceil $

$ \log_2 n $

$ \lfloor \log_2 n \rfloor $

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?