Trees

Trees

Professional Development

10 Qs

quiz-placeholder

Similar activities

Unit I - Introduction Data Structure/Array

Unit I - Introduction Data Structure/Array

Professional Development

10 Qs

DATA STRUCTURES  BRIGHT STUDENT QUIZ 2

DATA STRUCTURES BRIGHT STUDENT QUIZ 2

Professional Development

10 Qs

Programming Data Structure

Programming Data Structure

Professional Development

15 Qs

Deep Learning

Deep Learning

Professional Development

9 Qs

ICT_Quiz_R15

ICT_Quiz_R15

Professional Development

5 Qs

Python - Heap

Python - Heap

Professional Development

15 Qs

Python_DS2

Python_DS2

Professional Development

10 Qs

Machine Learning Test-4

Machine Learning Test-4

Professional Development

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