GRAPHS QUIZ-1

GRAPHS QUIZ-1

University

10 Qs

quiz-placeholder

Similar activities

Data Structures2

Data Structures2

University

11 Qs

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

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

University

10 Qs

02 - Graph Algorithm

02 - Graph Algorithm

University

12 Qs

Kuis Susulan ASD

Kuis Susulan ASD

University

10 Qs

Quiz3_Graph

Quiz3_Graph

University

6 Qs

CIS7 Quiz 3 Review

CIS7 Quiz 3 Review

University

15 Qs

Data Structure

Data Structure

University

15 Qs

Graphs

Graphs

University

10 Qs

GRAPHS QUIZ-1

GRAPHS QUIZ-1

Assessment

Quiz

Computers

University

Hard

Created by

RAVINDER B

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the maximum number of possible non zero values in an adjacency matrix of a simple graph with n vertices?

(n*(n-1))/2

(n*(n+1))/2

n*(n-1)

n*(n+1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The degree of any vertex of graph is ....

The number of edges incident with vertex

Number of vertex in a graph

Number of vertices adjacent to that vertex

Number of edges in a graph

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The degree sequence of a simple graph is the sequence of the degrees of the nodes in the graph in decreasing order. Which of the following sequences can not be the degree sequence of any graph?

 I. 7, 6, 5, 4, 4, 3, 2, 1   II. 6, 6, 6, 6, 3, 3, 2, 2   III. 7, 6, 6, 4, 4, 3, 2, 2   IV. 8, 7, 7, 6, 4, 2, 1, 1

I and II

III and IV

IV only

II and IV

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following properties does a simple graph not hold?

Must be connected

Must be unweighted

Must have no loops or multiple edges

All

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true?

A graph may contain no edges and many vertices

A graph may contain many edges and no vertices

A graph may contain no edges and no vertices

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A graph with all vertices having equal degree is known as a __________

Multi Graph

Regular Graph

Simple Graph

Complete Graph

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following ways can be used to represent a graph?

Adjacency List and Adjacency Matrix

Incidence Matrix

Adjacency List, Adjacency Matrix as well as Incidence Matrix

No way to represent

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?