Trees

Trees

Professional Development

10 Qs

quiz-placeholder

Similar activities

Linked List

Linked List

Professional Development

15 Qs

DSA + System design - 14

DSA + System design - 14

Professional Development

14 Qs

Data Structure Quiz

Data Structure Quiz

University - Professional Development

10 Qs

TREE QUIZ

TREE QUIZ

Professional Development

6 Qs

Journey to White Castle

Journey to White Castle

Professional Development

10 Qs

Kubernetes -  SUSE CNF

Kubernetes - SUSE CNF

Professional Development

10 Qs

SDT1

SDT1

Professional Development

10 Qs

ADA

ADA

Professional Development

10 Qs

Trees

Trees

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Anupriya Rajkumar

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of edges from the root to the node is called __________ of the tree.

Height

Depth

Length

Path

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an application of trees?

Game playing

Database indexing

Router algorithms

Undo/Redo operations in a notepad

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A full binary tree with n leaves contains

n nodes

2n - 1 nodes

2n + 1 nodes

n+1 nodes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A tree with N nodes has _______ null pointers.

N+1

N-1

N

2N

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A tree with N nodes has ____________ edges.

N+1

N-1

2N+1

2N-1

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The leftmost node in a Binary Search Tree contains the ___________ value among all the nodes.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tree traversal resembles the graph's breadth-first search?

Preorder

Postorder

levelorder

inorder

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?