1_2A Graph representation

1_2A Graph representation

University

7 Qs

quiz-placeholder

Similar activities

Graphs

Graphs

University

10 Qs

Let's Dive deep into DIP

Let's Dive deep into DIP

University

9 Qs

Representing Data

Representing Data

University

8 Qs

DS- Queue

DS- Queue

University

10 Qs

Database | Entity Relationship Model

Database | Entity Relationship Model

University

10 Qs

BFM3002 - QUIZ 2

BFM3002 - QUIZ 2

University - Professional Development

12 Qs

MPB Week 7

MPB Week 7

University

10 Qs

หน่วยการเรียนรู้ เรื่อง กราฟ (Graph)

หน่วยการเรียนรู้ เรื่อง กราฟ (Graph)

University

10 Qs

1_2A Graph representation

1_2A Graph representation

Assessment

Quiz

Computers

University

Hard

Created by

Kinga Pusztai

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What kind of graph do you see in the picture?

directed weighted

undirected weighted

directed unweighted

undirected unweighted

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What kind of graph do you see in the picture?

complete graph

Hamiltonian cycle

cycle but not Hamiltonian

disconnected graph

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What kind of representation can be seen in the picture?

Textual description

Adjacency matrix

Adjacency list

4.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Enter row 4 of the adjacency matrix of the graph shown in the figure! Separate the numbers with a space!

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it true that in a tree: number of edges= number of vertices+1

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it true that the advantage of adj matrix representation that we can decide in constant time whether there is an edge between i and j.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it true that the adjacency matrix of a weighted graph contains the weights, infinite or 0.

True

False