data structures & applications

data structures & applications

University

30 Qs

quiz-placeholder

Similar activities

3ICTH7H8DSA

3ICTH7H8DSA

University

25 Qs

Computer Networking Lesson 3

Computer Networking Lesson 3

University

26 Qs

Neo Coding Round 1 Set 1

Neo Coding Round 1 Set 1

University

25 Qs

TD2DDSA

TD2DDSA

University

25 Qs

מחשבים 4

מחשבים 4

11th Grade - University

26 Qs

Unit III Data Structures Quiz

Unit III Data Structures Quiz

University

25 Qs

DSA Quiz - Final

DSA Quiz - Final

University

25 Qs

Binary Trees and Traversals Quiz

Binary Trees and Traversals Quiz

University

30 Qs

data structures & applications

data structures & applications

Assessment

Quiz

Computers

University

Medium

Created by

kamala patil

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.      If n is number of nodes how many edges will be there in an undirected graph inorder to be called as complete graph

n*n-1  /2

n*(n-1)

(n-1)/2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For digraph to be called as strongly connected

           

all pair of vertices should be connected

every node should be reachable from every other node

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we traverse binary search tree containing integers in reverse inorder (RDL)the sequence obtained is in

  

ascending order

descending order

no definite order

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4)what is the maximum height binary tree one can construct with 8 nodes

4

3

8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5)Given 9 as index of right child  ,what would be index of  parent and its left sibling  node  in a binary tree represented using  array    

18,10

4,7

4,8

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

spanning tree  vertice set  V1 is

subset of vertice set V of graph G

equal to vertice set V of G

both are true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In BFS using adjacency list

we  suspend traversing the current vertex and move to the adjacency list of new  vertex

we traverse the entire list associated with a particular vertex visited before visiting new vertex adjacency list

none of the above

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?