Data Structures

Data Structures

Professional Development

20 Qs

quiz-placeholder

Similar activities

Final Quiz

Final Quiz

Professional Development

20 Qs

Data Structure

Data Structure

Professional Development

20 Qs

unit-5 test-1

unit-5 test-1

Professional Development

15 Qs

Java Chapter 12 Review Questions

Java Chapter 12 Review Questions

Professional Development

21 Qs

Data Structures and Algorithms Quiz2

Data Structures and Algorithms Quiz2

Professional Development

15 Qs

Linked List

Linked List

Professional Development

15 Qs

unit-4 test-2

unit-4 test-2

Professional Development

20 Qs

Data Structures

Data Structures

University - Professional Development

20 Qs

Data Structures

Data Structures

Assessment

Quiz

Computers, Other

Professional Development

Medium

Created by

Jayasheela Kallaganiger

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The number of edges from the node to the deepest leaf is called ___ of the tree.

Height

Depth

Length

Width

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a full/strictly binary tree?

Each node has exactly zero or two children

Each node has exactly two children

All the leaves are at the same level

Each node has exactly one or two children

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a complete binary tree?

 Each node has exactly zero or two children

A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from right to left

A binary tree, which is completely filled, with the possible exception of the bottom level, which is filled from left to right

A tree In which all nodes have degree 2

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a full binary tree if number of internal nodes is I, then number of leaves L are?

L = 2*I

L = I + 1

L = I – 1

L = 2*I – 1

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Any node is the path from the root to the node is called

Successor node

Ancestor node

Internal node

None of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following options is not true about the Binary Search tree?

The value of the left child should be less than the root node

The value of the right child should be greater than the root node

The left and right sub trees should also be a binary search tree

None of the above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the maximum number of children that a node can have in a binary tree?

3

1

4

2

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?