Graph Quiz - DAY 12 - BATCH 1

Graph Quiz - DAY 12 - BATCH 1

University

16 Qs

quiz-placeholder

Similar activities

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Search Algorithms

Search Algorithms

University

18 Qs

Chapter 3: Network Topology

Chapter 3: Network Topology

12th Grade - University

15 Qs

Time and Space Complexity

Time and Space Complexity

University

13 Qs

Algorithms

Algorithms

University

12 Qs

MapleSoft Quiz

MapleSoft Quiz

University

15 Qs

WLAN SECURITY

WLAN SECURITY

University

20 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

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?