Binary Tree

Binary Tree

University

12 Qs

quiz-placeholder

Similar activities

Binary Search Tree (Recap 1)

Binary Search Tree (Recap 1)

11th Grade - University

13 Qs

DSA-Quiz1

DSA-Quiz1

University

12 Qs

UNIT 3

UNIT 3

University

10 Qs

Data Structures -Trees & Sorting

Data Structures -Trees & Sorting

University

15 Qs

Binary Tree 2

Binary Tree 2

University

10 Qs

tree

tree

University

10 Qs

Data Structure

Data Structure

University

15 Qs

Binary Tree

Binary Tree

University

14 Qs

Binary Tree

Binary Tree

Assessment

Quiz

Computers

University

Medium

Created by

Nicolas Jara

Used 145+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What would be the answer to this expression tree?

28

27

31

29

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What are the nodes at depth 2?

[B,C]

[D,E,F,G]

[H,I,J,K,L,M,N,O,P]

[A]

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How could I get to the node with the K value?

root.left.right.left

root.right.left

root.left.right.right

root.left.left.right

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What are the leaves of this tree

[4,3,2,1]

[2,3]

[1,2,3]

[4,5,6,7]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Is this Tree a Binary Tree?

Yes

NO

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many levels would a tree have to have be to contain 32 nodes(with the first level being considered as 0)

0

1

4

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the root of this Binary Tree?

7

14

8

1

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?