
Graph Quiz

Quiz
•
Information Technology (IT)
•
University
•
Medium

Chong May
Used 72+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used to represent a graph efficiently when the graph is sparse?
Adjacency Matrix
Adjacency List
Edge List
Incidence Matrix
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which traversal technique uses a queue?
DFS
BFS
Dijkstra’s
Kruskal’s
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these algorithms is used to find the shortest path from a single source to all vertices?
Prim’s
Kruskal’s
Dijkstra’s
DFS
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data structure is used in DFS?
Queue
Stack
Heap
Priority Queue
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which algorithm is used for topological sorting?
BFS
DFS
Kruskal
Either BFS or DFS
Answer explanation
Topological sorting is applicable only to Directed Acyclic Graphs (DAGs), and both DFS and BFS can be used to perform it, but with different approaches.
🔹 1. Using DFS (Depth-First Search):
This is the most common method.
Perform DFS traversal and push each node onto a stack after visiting all its neighbors.
Once all nodes are visited, pop from the stack to get the topological order.
2. Using BFS (Kahn’s Algorithm):BFS-based method using in-degrees of nodes.
Start with nodes having in-degree = 0, and repeatedly remove them while updating in-degrees of neighbors.
Works well for cycle detection too (if not all nodes are sorted, a cycle exists).
✅ Steps:
Calculate in-degrees.
Enqueue all nodes with in-degree 0.
While queue is not empty:
Dequeue node and add it to result.
Decrease in-degree of its neighbors.
If in-degree of neighbor becomes 0, enqueue it.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main difference between Kruskal’s and Prim’s algorithm?
Prim’s uses greedy approach, Kruskal doesn’t
Kruskal works on connected graphs only
Kruskal selects edges globally, Prim’s grows from a node
Prim’s is slower than Kruskal
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes the output of a topological sort?
All edges in minimum weight
Nodes in a linear order with all dependencies resolved
Shortest paths from a single node
All cycles in a graph
Create a free account and access millions of resources
Similar Resources on Wayground
28 questions
ปลายภาคชุดที่1

Quiz
•
University
30 questions
Round2TechQuiz

Quiz
•
University
30 questions
Quiz Logika dan Algoritma

Quiz
•
University
27 questions
Session 7

Quiz
•
University
26 questions
Cryptography Quiz

Quiz
•
University
25 questions
chuong 3 p1

Quiz
•
University
31 questions
pop 30-51

Quiz
•
University
30 questions
Revision Quiz 3

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Information Technology (IT)
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University