unit-4 test-2

unit-4 test-2

Professional Development

20 Qs

quiz-placeholder

Similar activities

Final Quiz

Final Quiz

Professional Development

20 Qs

Data Structure

Data Structure

Professional Development

20 Qs

Cyber 2 Module 4

Cyber 2 Module 4

9th Grade - Professional Development

15 Qs

Computers & Other things

Computers & Other things

KG - Professional Development

20 Qs

Computer Science Quiz

Computer Science Quiz

Professional Development

15 Qs

IT Concepts and Terminology  Data 1.0 - Storage 2.0

IT Concepts and Terminology Data 1.0 - Storage 2.0

Professional Development

20 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Computer Science

Computer Science

Professional Development

20 Qs

unit-4 test-2

unit-4 test-2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

PRASHANT ATMAKURI

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Suppose a binary search tree with 1000 distinct elements is also a complete binary tree. The tree is stored using the array representation of binary heap trees. Assuming that the array indices start with 0, the 3rd largest element of the tree is stored at index ___________.

509

409

510

408

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The preorder traversal of a binary search tree is 15, 10, 12, 11, 20, 18, 16, 19. Which one of the following is the postorder traversal of the tree?


20, 19, 18, 16, 15, 12, 11, 10

10, 11, 12, 15, 16, 18, 19, 20

11, 12, 10, 16, 19, 18, 20, 15

19, 16, 18, 20, 11, 12, 10, 15

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The postorder traversal of a binary tree is 8,9,6,7,4,5,2,3,1. The inorder traversal of the same tree is 8,6,9,4,7,2,5,1,3. The height of a tree is the length of the longest path from the root to any leaf. The height of the binary tree above is ______.

3

4

5

2

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The height of a tree is the length of the longest root-to-leaf path in it. The maximum and minimum number of nodes in a binary tree of height 5 are

63,6

64,5

32,6

31,5

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following is/are correct inorder traversal sequence(s) of binary search tree(s)?

I. 3, 5, 7, 8, 15, 19, 25
II. 5, 8, 9, 12, 10, 15, 25
III. 2, 7, 10, 8, 14, 16, 20
IV. 4, 6, 7, 9 18, 20, 25

I. IV.

II. III.

II. IV.

II.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What are the worst-case complexities of insertion and deletion of a key in a binary search tree?

log(n), log(n)

n,n

n, log(n)

log(n),n

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A binary tree T has 20 leaves. The number of nodes in T having two children is _______________.

20

19

18

22

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?