Data Structure

Data Structure

University

15 Qs

quiz-placeholder

Similar activities

Tree

Tree

University

10 Qs

Quiz Struktur Data

Quiz Struktur Data

9th Grade - University

20 Qs

BCSC0006 Trees

BCSC0006 Trees

University

10 Qs

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

Trees in Data Structure

Trees in Data Structure

University

15 Qs

Data Structure and Algorithms Semi-Final Examination

Data Structure and Algorithms Semi-Final Examination

University

13 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

03 - Tree & BST

03 - Tree & BST

University

15 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?