wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Graph Theory

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Which set represents the vertices of the graph?

a)

{1,2}, {2,3}. {2,4}, {4,5}, {4,6}

b)

{1, 2, 3, 4, 5, 6,}

c)

{1, 2, 3, 4, 5, 6, 7}

d)

{1,2}, {2,3}. {2,4}, {4,5}, {4,6}, {6,7}

2.

What is the degree of vertex 4?

a)

3

b)

4

c)

5

d)

7

3.

Which two vertices are adjacent vertices?

a)

5 is adjacent to 6

b)

3 is adjacent to 6

c)

4 is adjacent to 1

d)

3 is adjacent to 2

4.

The graph represents the following vocabulary term.

a)

Cycle

b)

Path

c)

Complete Graph

d)

Complete Bipartite Graph

5.

The graph is an example of a

a)

Path

b)

Cycle

c)

Complete Bipartite Graph

d)

Complete Graph

6.

Which vocabulary term describes the graph?

a)

circuit

b)

path

c)

complete graph

d)

polygon

7.

What is the weight of the shortest path from A to F?

a)

5

b)

7

c)

9

d)

11

8.

Which vertices are adjacent to E?

a)

B and C

b)

B, C, D, and A

c)

B

d)

A, B, C, D, F, G

9.

Which of the following are isolated vertices?

a)

F

b)

G

c)

Graphs are fun.

d)

F and G

10.

Which notation is correct for the complete bipartite graph?

a)

K2,3

b)

K3

c)

K2

d)

K1, 3

11.

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

a)

The number of edges incident with vertex

b)

Number of vertex in a graph

c)

Number of vertices adjacent to that vertex

d)

Number of edges in a graph

12.

Which of the following is true?

a)

A graph may contain no edges and many vertices

b)

A graph may contain many edges and no vertices

c)

A graph may contain no edges and no vertices

d)

A graph may contain no vertices and many edges

13.

Which of the statements below is not true

a)

V = {P, Q, R, S, T, U}

b)

E = {(R,S), (S,T), (T,U), (U,P), (P,Q)}

c)

d(R) = 3

d)

sum of degree = 18

14.

Which of the following statements in not true?

a)

V={ P, Q, R, S, T, U}

b)

E= {(P,P), (P,R), (R,S), (S,T), (T,S), (R,Q), (Q,P)}

c)

d(P) = 3

d)

sum of degree = 14

15.

Which of the following statements in not true?

a)

V = { P, Q, R, S, T}

b)

E = { (P,Q), (Q,R), (S,R), (S,T), (T,T), (P,S), (S,P)}

c)

din (T) = 2

d)

sum of degree = 14

16.

The directed graph on the right shows the

roads connecting Lani’s house at A to the

school at E. Suggest the shortest route

that Lani can choose to cycle to school.

a)

A > C > D > E

b)

A > B > C > E

c)

A > D > E

d)

A > B > E

17.

The directed weighted graph on the right shows

the prices of tickets and the travel times for some

choices of flights of a private airline. Vertex S is the

destination of the flight from vertex P. Vertex Q and

vertex R are the transit airports. The transit time at

each of the airports is 45 minutes. Which one is the most economical route?

a)

P > Q > R > S

b)

P > R > S

c)

P > Q > S

d)

P > S

18.

The directed weighted graph on the right shows

the prices of tickets and the travel times for some

choices of flights of a private airline. Vertex S is the

destination of the flight from vertex P. Vertex Q and

vertex R are the transit airports. The transit time at

each of the airports is 45 minutes. Which route takes the shortest time?

a)

P > Q > R > S

b)

P > R > S

c)

P > Q > S

d)

P > S

19.

The following undirected graph shows six houses in a village. A salesperson needs to visit all

the houses starting from house A and finishing at house F. Calculate the shortest distance in km.

a)

3.05

b)

3.08

c)

3.30

d)

3.68

20.

A simple graph has no loops. What other property must a simple graph have?

a)

It must be directed.

b)

It must be undirected.

c)

It must have at least one vertex.

d)

It must have no multiple edges.

21.

You are required to construct a graph with 20 edges and each vertex with a degree of 4. How many vertices do you need to have on the graph?

a)

8

b)

10

c)

12

d)

15

22.

Which one is NOT a subgraph of the above graph?

a)
b)
c)
d)
23.

Which of the following statements is/are TRUE for undirected graphs?

P: Number of odd degree vertices is even.

Q: Sum of degrees of all vertices is even.

a)

P only

b)

Q only

c)

Both P and Q

d)

Neither P nor Q

24.

Is the given Graph is regular?

a)

Yes

b)

No

25.

What will be the number of edges in a complete bipartite graph Km,n

a)

m+n

b)

m.n

c)

Data Insufficient

26.

Which of the following is a correct representation of a complete bipartite graph?

a)

K2,2

b)

K4

c)

K5

d)

C3

27.

Determine the sum of degrees.

a)

16

b)

8

c)

4

d)

13

28.

Graphs that have directed edges are called

a)

multiple edges

b)

simple graphs

c)

digraphs

d)

trees

29.

Which graphs are simple? (select all that apply)

a)
b)
c)
d)
e)

None are simple graphs

30.

A (a)   is a route through a graph along edges in which no vertex is visited more than once

31.

Euler's Handshaking Lemma says that the sum of the degrees of the vertices is equal to 2 x the number of (a)  

32.

A path that starts and finishes at the same vertex.

a)

cycle

b)

trail

c)

closed walk

d)

loop

33.

A walk that involves no repeat use of edges and no repeat use of vertices.

a)

path

b)

bridge

c)

trail

d)

length

34.

If I want to travel every edge once and I don't mind repeating vertices, I need to think...

a)

Bipartite graph

b)

Hamiltonian path

c)

Complete graph

d)

Eulerian trail

35.

An edge that starts and finishes at the same vertex.

a)

node

b)

loop

c)

arc

d)

multiple edges

36.

Vertices are divided into two disjoint sets. Edges do NOT join vertices from the same group.

a)

Planar graph

b)

Bipartite graph

c)

Complete graph

d)

Linear graph

37.

The number of edges a walk, trail, path or cycle uses.

a)

Multiple edges

b)

Length

c)

Degree

d)

Order

38.

Choose all the simple graph below.

a)
b)
c)
d)
e)
39.

Choose all the graphs with multi edges and / loop(s).

a)
b)
c)
d)
e)
40.

Choose all the correct information about the simple graph given.

a)

n(V) = 4

b)

n(V) = 5

c)

n(E) = 4

d)

n(E) = n(V)

e)

Sum of degree = 10