Data Structures2

Data Structures2

University

11 Qs

quiz-placeholder

Similar activities

Data Structure And Algorithm II

Data Structure And Algorithm II

University

15 Qs

Final Practice

Final Practice

University

7 Qs

Quiz 2 - ASD - B

Quiz 2 - ASD - B

University

10 Qs

27Mar

27Mar

University

10 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Trees

Trees

University

10 Qs

Heap and Search Tree

Heap and Search Tree

University

15 Qs

Heap

Heap

University

15 Qs

Data Structures2

Data Structures2

Assessment

Quiz

Computers

University

Medium

Created by

Ashok Kumar

Used 6+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For a given graph G having v vertices and e edges which is connected and has no cycles, which of the following statements is true?

v=e

v = e+1

v + 1 = e

v = e-1

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

For the tree below, write the pre-order traversal.

2, 7, 2, 6, 5, 11, 5, 9, 4

2, 7, 5, 2, 6, 9, 5, 11, 4

2, 5, 11, 6, 7, 4, 9, 5, 2

2, 7, 5, 6, 11, 2, 5, 4, 9

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the most appropriate data structure for reversing a word?

queue

stack

tree

graph

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many stacks are required for reversing a word algorithm?

one

two

three

four

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a max-heap, element with the greatest key is always in the which node?

Leaf node

First node of left sub tree

root node

First node of right sub tree

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Heap exhibits the property of a binary tree?

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Heap can be used as ________________

Priority queue

Stack

A decreasing order array

Normal Array

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?