DATASTRUCTURES-3SEM

DATASTRUCTURES-3SEM

Professional Development

25 Qs

quiz-placeholder

Similar activities

Linked List Test 03

Linked List Test 03

Professional Development

20 Qs

STRUKTUR DATA

STRUKTUR DATA

Professional Development

20 Qs

Computer Networks

Computer Networks

Professional Development

20 Qs

CIW IBA Lesson 3 Vocabulary

CIW IBA Lesson 3 Vocabulary

8th Grade - Professional Development

24 Qs

20UCT412 - CORE VIII: ADVANCED JAVA PROGRAMMING Quiz Event

20UCT412 - CORE VIII: ADVANCED JAVA PROGRAMMING Quiz Event

Professional Development

20 Qs

Quiz - Post Course - Big Data Ecosystem

Quiz - Post Course - Big Data Ecosystem

Professional Development

30 Qs

Unreal Engine Basic

Unreal Engine Basic

Professional Development

30 Qs

GCP-Quiz-1

GCP-Quiz-1

University - Professional Development

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