DATASTRUCTURES-3SEM

DATASTRUCTURES-3SEM

Professional Development

25 Qs

quiz-placeholder

Similar activities

Introduction to Kubernetes

Introduction to Kubernetes

Professional Development

25 Qs

AVL, B-tree & B+ Tree

AVL, B-tree & B+ Tree

Professional Development

22 Qs

Computer Networks

Computer Networks

Professional Development

20 Qs

unit-4 test-2

unit-4 test-2

Professional Development

20 Qs

Java Chapter 12 Review Questions

Java Chapter 12 Review Questions

Professional Development

21 Qs

Data Structures-U2

Data Structures-U2

Professional Development

20 Qs

ROS Training : Module 4

ROS Training : Module 4

Professional Development

20 Qs

Unit 4-Tree

Unit 4-Tree

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?