A2 Graphs Quiz

A2 Graphs Quiz

University

5 Qs

Similar activities

Graph

Graph

University

10 Qs

tree

tree

University

10 Qs

Binary search tree

Binary search tree

University

8 Qs

DS UNIT-2 TEST-3

DS UNIT-2 TEST-3

University

10 Qs

ERD Relationships

ERD Relationships

University

6 Qs

Trees & Binary Tree

Trees & Binary Tree

University

8 Qs

1.4.2 Data Structures - Trees

1.4.2 Data Structures - Trees

12th Grade - University

10 Qs

Artificial Intelligence - Searching Quiz 4A

Artificial Intelligence - Searching Quiz 4A

University

9 Qs

A2 Graphs Quiz

A2 Graphs Quiz

Assessment

Quiz

Created by

A M Abirami

Computers

University

2 plays

Medium

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Graph is implemented by

Adjacency Matrix

Adjacency List

Arrays and Pointers

Array of Pointers

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

When BFS is done in the given graph with start node as A,

Traversal starts with A, B

Traversal starts with A, D

BFS is not possible in Directed Graph

G is the last node visited, in whatever way the traversal is done

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Media Image

When BFS is done with start node as A, the traversal is (multiple options may be correct)

A B D C F G E

A D B F C E G

A D B F C G E

A B D C F E G

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

When DFS is done with A as the start node, the traversal is (multiple options may be correct)

A D F B C G E

A D F B C E G

A B C G E F D

A F B D E C G

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

When DFS is done with start Node as A, _______ (more than one option may be correct)

F is visited after B

F is visited after D

F is visited after E

A is visited after F