Data Structure

Data Structure

University

15 Qs

quiz-placeholder

Similar activities

Data Structure

Data Structure

University

10 Qs

UNIT-IV 1

UNIT-IV 1

University

20 Qs

Blockchain Basics: Algorithm and Techniques

Blockchain Basics: Algorithm and Techniques

University - Professional Development

12 Qs

ITEDAT Endterm Quiz #2

ITEDAT Endterm Quiz #2

University

20 Qs

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Data Structures

Data Structures

University - Professional Development

20 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Intro to AVL Trees

Intro to AVL Trees

University

12 Qs

Data Structure

Data Structure

Assessment

Quiz

Computers

University

Hard

Created by

Gayathri Devi

Used 181+ 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?