Search Header Logo

16 AUG 24 SRM RMP Stream-II Day-04 AN

Authored by CCC info@ccc.training

English

Professional Development

Used 2+ times

16 AUG 24 SRM RMP Stream-II Day-04 AN
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is/are the disadvantages of implementing tree using normal arrays?

difficulty in knowing children nodes of a node
difficult in finding the parent of a node
have to know the maximum number of nodes possible before creation of trees
difficult to implement

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What must be the ideal size of array if the height of tree is ‘l’?

2l-1
l-1
l
2l

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Level order traversal of a tree is formed with the help of

breadth first search
depth first search
dijkstra’s algorithm
prims algorithm

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Identify the reason which doesn’t play a key role to use threaded binary trees?

The storage required by stack and queue is more
The pointers in most of nodes of a binary tree are NULL
It is Difficult to find a successor node
They occupy less size

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Advantages of linked list representation of binary trees over arrays?

dynamic size
ease of insertion/deletion
ease in randomly accessing a node
both dynamic size and ease in insertion/deletion

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Disadvantages of linked list representation of binary trees over arrays?

Randomly accessing is not possible
Extra memory for a pointer is needed with every element in the list
Difficulty in deletion
Random access is not possible and extra memory with every element

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following traversing algorithm is not used to traverse in a tree?

Post order
Pre order
Post order
Randomized

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?