Graph Quiz - DAY 12 - BATCH 1

Graph Quiz - DAY 12 - BATCH 1

University

16 Qs

quiz-placeholder

Similar activities

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

Y13 Graph Traversal

Y13 Graph Traversal

9th Grade - University

16 Qs

AlgoMania Quiz

AlgoMania Quiz

University

15 Qs

data structures1

data structures1

University

20 Qs

Stack & Queue

Stack & Queue

University

16 Qs

Lecture EIGHT.

Lecture EIGHT.

University

20 Qs

Trees in Data Structure

Trees in Data Structure

University

15 Qs

Data Structure and Algorithms Semi-Final Examination

Data Structure and Algorithms Semi-Final Examination

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?