unit-5 test-1

unit-5 test-1

Professional Development

15 Qs

quiz-placeholder

Similar activities

Kewargaan Digital

Kewargaan Digital

10th Grade - Professional Development

10 Qs

MAXIMUM FLOW AND BIPARTITE GRAPH

MAXIMUM FLOW AND BIPARTITE GRAPH

Professional Development

11 Qs

Chapter 6 Review Questions

Chapter 6 Review Questions

Professional Development

10 Qs

I/O Extended Bacolod 2021

I/O Extended Bacolod 2021

KG - Professional Development

15 Qs

Artificial Intelligence

Artificial Intelligence

Professional Development

10 Qs

BRUTE FORCE

BRUTE FORCE

Professional Development

11 Qs

CCNP ENARSI - Módulo 2 - EIGRP

CCNP ENARSI - Módulo 2 - EIGRP

Professional Development

10 Qs

DSA 2

DSA 2

Professional Development

13 Qs

unit-5 test-1

unit-5 test-1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

PRASHANT ATMAKURI

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Breadth First Search (BFS) is started on a binary tree beginning from the root vertex. There is a vertex t at a distance four from the root. If t is the n-th vertex in this BFS traversal, then the maximum possible value of n is ___________.

29

30

31

32

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Consider the following directed graph:

The number of different topological orderings of the vertices of the graph is ________________.

5

6

7

8

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Let G be a graph with n vertices and m edges. What is the tightest upper bound on the running time of Depth First Search on G, when G is represented as an adjacency matrix?

O(n log n)
O(n!)
O(m^2)
O(n^2)

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Suppose depth first search is executed on the graph below starting at some unknown vertex. Assume that a recursive call to visit a vertex is made only after first checking that the vertex has not been visited earlier. Then the maximum possible recursion depth (including the initial call) is _________.

17

18

19

20

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Consider the tree arcs of a BFS traversal from a source node W in an unweighted, connected, undirected graph. The tree T formed by the tree arcs is a data structure for computing

longest paths from the source node to all other nodes in the graph
paths from all nodes to the source node in the graph
random paths from the source node to all other nodes in the graph
shortest paths from the source node to all other nodes in the graph

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In a depth-first traversal of a graph G with n vertices,k edges are marked as tree edges. The number of connected components in G is

n - k + 1
n / k
n - k
n + k + 1

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Consider the following graph among the following sequences
I. a b e g h f
II. a b f e h g
III. a b f h g e
IV. a f g h b e

I. II.

I. III. IV.

II. III. IV.

I. II. III. IV

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?