Search Header Logo

graph

Authored by priyanka bhardwaj

Computers

University

Used 1+ times

graph
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers