Binary Trees and Graphs Quiz

Binary Trees and Graphs Quiz

University

20 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

University

15 Qs

Binary Tree Searching - Data Structures

Binary Tree Searching - Data Structures

University

15 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

INTRODUCTION TO TREE DATA STRUCTURE

INTRODUCTION TO TREE DATA STRUCTURE

University

20 Qs

DSA QUIZ

DSA QUIZ

University

20 Qs

special exam in BINARY TREE

special exam in BINARY TREE

University

15 Qs

ASD - A

ASD - A

University

20 Qs

Binary Trees and Graphs Quiz

Binary Trees and Graphs Quiz

Assessment

Quiz

Computers

University

Hard

Created by

RAHUL SONAWANE

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a complete binary tree?

A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from right to left

A tree In which all nodes have degree 2

Each node has exactly zero or two children

A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In delete operation of BST, we need inorder successor (or predecessor) of a node when the node to be deleted has both left and right child as non-empty. Which of the following is true about inorder successor needed in delete operation?

Inorder successor is always either a leaf node or a node with empty left child

Inorder successor is always either a leaf node or a node with empty right child

Inorder successor may be an ancestor of the node

Inorder Successor is always a leaf node

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following numbers are inserted into an empty binary search tree in the given order: 10, 1, 3, 5, 15, 12, 16. What is the height of the binary search tree (the height is the maximum distance of a leaf node from the root)?

2

4

6

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is false about a binary search tree?

The right child is always greater than its parent

In order sequence gives decreasing order of elements

The left and right sub-trees should also be binary search trees

The left child is always lesser than its parent

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of level order traversal?

O(1)

O(n)

O(nlogn)

O(logn)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Binary Tree in which all leaves are on the same level is called as

Complete Binary Tree

Strictly Binary Tree

Full Binary Tree

Skewed Tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While inserting the elements 71, 65, 84, 69, 67, 83 in an empty binary search tree (BST) in the sequence shown, the element in the lowest level is

67

83

69

65

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?