CC104 2A

CC104 2A

University

10 Qs

quiz-placeholder

Similar activities

INDUSTRY 4.0 , 2nd session

INDUSTRY 4.0 , 2nd session

University

14 Qs

Basic Network Laws and Theorem

Basic Network Laws and Theorem

KG - University

15 Qs

Assignment No 3

Assignment No 3

University

10 Qs

Christmas Song Trivia

Christmas Song Trivia

KG - University

10 Qs

Heart part 2 (EKG)

Heart part 2 (EKG)

University

15 Qs

Graphing Quiz

Graphing Quiz

KG - University

8 Qs

Pertemuan 5

Pertemuan 5

University

10 Qs

Cluster Point Quiz

Cluster Point Quiz

University

10 Qs

CC104 2A

CC104 2A

Assessment

Quiz

Other

University

Hard

Created by

Analyn Edañol

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Which traversal method uses a stack data structure to keep track of unvisited nodes?

Breadth First Search

Dijkstra's Algorithm

Kruskal's Algorithm

Depth First Search

2.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Which type of graph traversal would you use if you wanted to visit all nodes at the current depth level before moving to the next depth level?

Breadth First Search

Prim's Algorithm

Bellman-Ford Algorithm

Depth First Search

3.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

In graph terminology, what does a 'leaf' node refer to?

A node with only one adjacent node

A node with no outgoing edges

A node with no incoming edges

A node with no adjacent nodes

4.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Which graph representation is more space-efficient for a sparse graph?

Adjacency List

Incidence Matrix

Adjacency Matrix

Edge List

5.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

In an adjacency matrix representation of a graph, what value is used to indicate the absence of an edge between vertices Vi and Vj?

1

0

-1

None

6.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

In a graph G, if there is a path between every pair of vertices, what type of graph is G?

Directed graph 

Disconnected graph 

Bipartite graph

Complete graph

7.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

What is the primary difference between a directed graph and an undirected graph?

Directed graphs allow edges to point in one direction; undirected graphs do not.

Directed graphs are sparse; undirected graphs are dense.

Directed graphs have weights on edges; undirected graphs do not.

Directed graphs have cycles; undirected graphs do not.

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?