Search Header Logo

ADS QUIZ FOR MECH1

Authored by Mara Shirisha

Computers

Professional Development

Used 1+ times

ADS QUIZ FOR MECH1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is common in three different types of traversals (Inorder, Preorder and Postorder)?


Root is visited before right subtree

Root is visited after left subtree

Left subtree is always visited before right subtree

All of the above

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The inorder and preorder traversal of a binary tree are d b e a f c g and a b d e c f g, respectively. The postorder traversal of the binary tree is:

d e b f g c a

e d b g f c a

e d b f g c a


d e f g b c a

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the equivalent prefix form of the following expression (a + (b − c))* ((d − e)/(f + g − h))

* +a − bc /− ed + −fgh


* +ab − c /− ed + −fgh

* +a − bc /− de − +fgh

* +a −bc − /de − +fgh

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about a complete binary tree?

Every level, except possibly the last, is completely filled

Every node has either 0 or 2 children

The height of the tree is always log n, where n is the number of nodes

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for depth-first search?

Queue

Stack

Heap

Linked List

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between binary search tree and AVL tree?

AVL tree is always balanced, while binary search tree may not be balanced

Binary search tree is always balanced, while AVL tree may not be balanced

There is no difference between binary search tree and AVL tree

AVL tree always has a height of log n, where n is the number of nodes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between red-black tree and AVL tree?

AVL tree is always balanced, while red-black tree may not be balanced

Red-black tree is always balanced, while AVL tree may not be balanced

There is no difference between red-black tree and AVL tree

Red-black tree always has a height of log n, where n is the number of nodes

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?