Trees (Binary Tree & Binary Search Tree)

Trees (Binary Tree & Binary Search Tree)

Assessment

Quiz

Computers

University - Professional Development

Medium

Created by

Jigar Shah

Used 229+ times

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A tree is composed of ____ connected by edges or lines.
Fruit 
Leaf Node
Root Node
Nodes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Kind of tree where every node in a tree can have at most two children.
Binary Tree
Binary Expression Tree
Tree
Binary Search Tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of the ROOT node in this Tree?

35

24

42

20

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Root

data structure similar to a graph, with no loops.

an object in a graph also known as a vertex

a join of relationship between nodes - also know as an arc

the starting node in a rooted tree structure from which all other nodes branch off./

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tree

data structure similar to a graph, with no loops.

an object in a graph also known as a vertex

a join of relationship between nodes - also know as an arc

the starting node in a rooted tree structure from which all other nodes branch off./

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary TREE

data structure similar to a graph, with no loops.

an object in a graph also known as a vertex

a join of relationship between nodes - also know as an arc

a tree where each node can only have 2 child nodes attached to it

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In preorder traversal of a binary tree the second step is ____________

traverse the right subtree

traverse the left subtree

traverse right subtree and visit the root

visit the root

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?