Data Structure

Data Structure

University

15 Qs

quiz-placeholder

Similar activities

Linked List

Linked List

KG - University

18 Qs

Linked list 1

Linked list 1

University

20 Qs

Prelims - LIST

Prelims - LIST

University

20 Qs

PDS - 04225 Lists, Stacks and Queues - Chapter 5

PDS - 04225 Lists, Stacks and Queues - Chapter 5

University

10 Qs

DS UNIT-2 TEST-2

DS UNIT-2 TEST-2

University

13 Qs

LINKEDLIST- DSA -2-3

LINKEDLIST- DSA -2-3

University

20 Qs

ITEDAT Endterm Quiz #3

ITEDAT Endterm Quiz #3

University

20 Qs

DS UNIT-2 TEST-1

DS UNIT-2 TEST-1

University

10 Qs

Data Structure

Data Structure

Assessment

Quiz

Computers

University

Hard

Created by

Gayathri Devi

Used 180+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A binary search tree whose left subtree and right subtree differ in height by at most 1 unit is called

AVL tree

Red-black tree

Lemma tree

None of the above

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

________is very useful in situation when data have to stored and then retrieved in reverse order.

Stack

Queue

List

Link list

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In the __________traversal we process all of a vertex’s descendents before we move to an adjacent vertex.

Depth First

Breadth First

With First

Depth Limited

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

There is an extra element at the head of the list called a ________

Antinel

Sentinel

List header

List head

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A graph is a collection of nodes, called __________ And line segments called arcs or__________ that connect pair of nodes.

vertices, edges

edges, vertices

vertices, paths

graph node, edges

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The disadvantage in using a circular linked list is __________

it is possible to get into infinite loop

last node points to fist node.

time consuming

requires more memory space.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

State true of false.

i) A node is a parent if it has successor nodes.

ii) A node is child node if out degree is one.

True, True

False, True

True, False

False, False

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?