DATASTRUCTURES-3SEM

DATASTRUCTURES-3SEM

Professional Development

25 Qs

quiz-placeholder

Similar activities

ROS Training : Module 4

ROS Training : Module 4

Professional Development

20 Qs

Sammilan Quiz- Prelims

Sammilan Quiz- Prelims

Professional Development

20 Qs

NM-BIG DATA Course

NM-BIG DATA Course

Professional Development

20 Qs

Introduction to Kubernetes

Introduction to Kubernetes

Professional Development

25 Qs

Basic Teradata Architecture Understanding Quiz

Basic Teradata Architecture Understanding Quiz

Professional Development

23 Qs

Advance Networking - Final Quiz

Advance Networking - Final Quiz

Professional Development

20 Qs

MBIP UDP Training Lab Assessment

MBIP UDP Training Lab Assessment

Professional Development

30 Qs

Data Structures-U2

Data Structures-U2

Professional Development

20 Qs

DATASTRUCTURES-3SEM

DATASTRUCTURES-3SEM

Assessment

Quiz

Computers

Professional Development

Hard

Created by

lakshmi vydehi

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 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

2.

MULTIPLE CHOICE QUESTION

30 sec • 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.

3.

MULTIPLE CHOICE QUESTION

30 sec • 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

4.

MULTIPLE CHOICE QUESTION

30 sec • 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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TREE[1]=NULL indicates is _____________

Overflow

Empty

Underflow

Full

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A terminal node in a binary tree is called __________

Root

Branch

Child

Leaf

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If node N is a terminal node in a binary tree then its ________

Right tree is empty

Left tree is empty

Both left & right sub trees are empty

Root node is empty

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?