What's the word?
Its a Planar
Do some maths
Dead men in maths
How much does it weigh?
100

the proper name for the dot on a network

What is a Node or Vertice?

100

The edges and vertices create distinct areas.

What is a face?

100

Is node B connected to node C?


0 1 0 1

1 0 0 1

0 0 0 1

1 1 1 0

No

100

A graph that has a path where you can travel through every vertex exactly once, while ending at the initial vertex.

What is a Hamiltonian graph?

100

Step 1: begin at a vertex with low weighted edges

Step 2: progressively select edges with the lowest weighting (unless they form a circuit)

Step 3: continue until all vertices are selected

What is Prim's Algorithm?

200

a network with arrows on it

What is a directed graph?

200

The number of edges connected to a vertex

What is the degrees of a vertex?

200

How many faces will there be in a connected planar graph of 7 vertices and 10 edges?

5

200

The prefix used to describe when a path starts and finishes at a different vertex.

What is Semi-?
200

A sub-graph that identifies the lowest-cost connections that includes all of the vertices of the original graph

What is a minimum spanning tree?

300

A graph where it is not possible to move along the edges to every vertex.

What is a disconnected graph?

300

Used to determine if a graph is planar.

What is Euler's formula?

300

Draw a network for the following matrix.

*Mrs Monaghan will show the picture (Network2)

Teacher to check.


Answers Ex10.2 Q7b

300

All vertices have even degrees in this type of trail.

What is an Eulerian trail?

300

Identify the shortest distance to travel from A to D.

*Mrs Monaghan to show the picture (Network6)

11

400

A walk in which no edges are repeated.

What is a trail?
400

How many faces does this Planar graph have?


*Mrs Monaghan will show picture (network3)

3

400

Any non-zero value in the leading diagonal of a matrix will indicate the existence of this.

What is a loop?

400

A garbage collection route is an example context for this.

What is a Eulerian trail?

400

Draw the minimum spanning tree for the graph shown.

*Mrs Monaghan will show the picture (Network5)

teacher to check

Example 9 pg360

500

When all vertices are connected to every other vertice.

What is a complete graph?

500

Redraw this graph so it is Planar.

*Mrs Monaghan will show the picture (Network1)

Teacher to check.

500

Construct an adjacency matrix for the following graph.


*Mrs Monaghan will show the picture (Network4)

0 0 1 1 2 0

0 0 1 0 0 1

1 1 0 0 0 0

1 0 0 0 0 3

2 0 0 0 0 0

0 1 0 3 0 0

500

Travelling to a list of European capital cities for sightseeing is an example context for this.

What is a Semi-Hamiltonian cycle?

500

A truck starts from the main distribution point at vertex A and makes deliveries at each of the other vertices before returning to A. What is the shortest route the truck can take?

*Mrs Monaghan will show the picture (Network7)

66

M
e
n
u