Graph Quiz - DAY 12 - BATCH 1

Graph Quiz - DAY 12 - BATCH 1

University

16 Qs

quiz-placeholder

Similar activities

Data Structures Quiz No 2

Data Structures Quiz No 2

University

20 Qs

DS_final

DS_final

University

20 Qs

DM2 Quiz

DM2 Quiz

University

20 Qs

Searching and Sorting

Searching and Sorting

University

16 Qs

A big fan of DE142

A big fan of DE142

University

12 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

DAA-Quiz1

DAA-Quiz1

University

20 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

Graph Quiz - DAY 12 - BATCH 1

Graph Quiz - DAY 12 - BATCH 1

Assessment

Quiz

Computers

University

Medium

Created by

PEARLS 5

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a graph in computer science?

A) A data structure consisting of nodes and edges

B) A hierarchical structure

C) A linear data structure

D) A sorting algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an undirected graph, an edge between two nodes means:

A) A one-way relationship between the nodes

B) A two-way relationship between the nodes

C) No relationship between the nodes

D) A hierarchical relationship

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a connected graph?

A) A graph where all nodes are reachable from each other

B) A graph with no edges

C) A graph with cycles

D) A graph with self-loops

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is an adjacency matrix represented for a graph with n vertices?

A) An n x n matrix

B) A list of pairs

C) An n x 2 matrix

D) A dictionary of lists

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an adjacency list?

A) A list of edges

B) A matrix representation of a graph

C) A list where each node has a list of adjacent nodes

D) A hierarchical list of nodes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which graph traversal algorithm uses a queue?

A) Depth-First Search (DFS)

B) Breadth-First Search (BFS)

C) Dijkstra's Algorithm

D) Prim's Algorithm

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Depth-First Search (DFS), nodes are visited:

A) Level by level

B) Starting from the root node

C) In the order they appear

D) By exploring as far as possible along each branch before backtracking

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?