Graph Quiz - DAY 12 - BATCH 1

Graph Quiz - DAY 12 - BATCH 1

University

16 Qs

quiz-placeholder

Similar activities

Basics of Data Structure

Basics of Data Structure

University

20 Qs

DAA QUIZ-2

DAA QUIZ-2

University

19 Qs

Graph Theory Data Structures

Graph Theory Data Structures

University

17 Qs

Data Structure

Data Structure

University

15 Qs

Data Structures

Data Structures

University

20 Qs

Shortest Path Algorithms and AI

Shortest Path Algorithms and AI

12th Grade - University

19 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

DSAA Quiz

DSAA Quiz

University

15 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?