Search Header Logo

Data Structures 1

Authored by R Suganya

Computers

University

Used 11+ times

Data Structures 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Assume there is a tree in which every node has a value greater than value of any node in its LST but lesser

than any node in its RST. An in order traversal of this tree shall result in

A. a sorted sequence in ascending order

B. a sorted sequence in descending order

C. sequence is sorted only of tree is a complete or full binary tree

D. sequence is not always sorted

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assume an algebric expression E is represented using the binary tree

A. the variable in E forms external nodes and operators in internal nodes

B. the operators in E forms external nodes and variables in internal nodes

C. the variable and operations in E forms internal nodes

D. the variable and operations in E forms external nodes

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Balance factor is defined as the

A. Difference between Left sub tree and Right sub tree

B. Difference between the height of Left sub tree and the height of Right sub tree

C. Difference between Right sub tree and Left sub tree

D. Difference between the height of Right sub tree and the height of Left sub tree

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assume the level of root node is 1 and the levels of left and right children of root is 2. The maximum number of

nodes on level i of a binary tree is

A. 2^i

B. 2^(i-1)

C. 2^(i+1)

D. 2^i+1

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The maximum number of binary trees that can be formed with three nodes

A. 3

B. 1

C. 5

D. 4

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum number of

nodes in a binary tree of height h is:

A. 2^h-1

B. 2^(h-1)-1

C. 2^(h+1)-1

D. 2*(h+1)

7.

MULTIPLE CHOICE QUESTION

1 min • 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 4 are

A. 31 and 5

B. 32 and 5

C. 15 and 5

D. 15 and 4

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers