graph

graph

University

15 Qs

quiz-placeholder

Similar activities

DAA QUIZ-1

DAA QUIZ-1

University

19 Qs

Algorithms

Algorithms

University

10 Qs

Q&A – Predicting Outcomes of Repetition (Primary 4 – 4CT.05)

Q&A – Predicting Outcomes of Repetition (Primary 4 – 4CT.05)

4th Grade - University

10 Qs

FUNDAMENTALS OF ALGORITHMS - UNIT II

FUNDAMENTALS OF ALGORITHMS - UNIT II

University

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

Data Structure And Algorithm II

Data Structure And Algorithm II

University

15 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

20 Qs

time and space complexity

time and space complexity

University

13 Qs

graph

graph

Assessment

Quiz

Computers

University

Hard

Created by

priyanka bhardwaj

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What would be the DFS traversal of the given Graph?

ABCED

AEDCB

EDCBA

ADECB

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these adjacency matrices represents a simple graph?

[ [1, 0, 0], [0, 1, 0], [0, 1, 1] ]

[ [1, 1, 1], [1, 1, 1], [1, 1, 1] ]

[ [0, 0, 1], [0, 0, 0], [0, 0, 1] ]

[ [0, 0, 1], [1, 0, 1], [1, 0, 0] ]

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

n the given graph, how many intermediate vertices are required to travel from node a to node e at a minimum cost?

2

1

0

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is false in the case of a spanning tree of a graph G?

a) It is tree that spans G

b) It is a subgraph of the G

c) It includes every vertex of the G

d) It can be either cyclic or acyclic

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Floyd Warshall’s Algorithm is used for solving ____________

a) All pair shortest path problems

b) Single Source shortest path problems

c) Network flow problems

d) Sorting problems

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dijkstra’s Algorithm is the prime example for ___________

a) Greedy algorithm

b) Branch and bound

c) Back tracking

d) Dynamic programming

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Given pseudo code of Dijkstra’s Algorithm.

What happens when “While Q != 0” is changed to “while Q>1”?

a) While loop gets executed for v times

b) While loop gets executed for v-1 times

c) While loop gets executed only once

d) While loop does not get executed

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?