Networks Flashcards

1
Q

What is a vertex?

A

A vertex is a point in a network diagram at which lines of pathways intersect/meet. Vertices are also called nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an edge?

A

An edge is a line that connects the vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is meant by the degree of a vertex?

A

The degree of a vertex is the number of edges that are connected to it. The degree of the Broken Hill vertex is 3 because there are three edges attached to the vertex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Finish the sentence…

“The degree of a vertex is ? if it has an even number of edges attached to it.”

A

The degree of a vertex is even if it has an even number of edges attached to the vertex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Finish the sentence…

“The degree of a vertex is ? if it has an odd number of edges attached to it.”

A

The degree of a vertex is odd if it has an odd number of edges attached to it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a loop?

A

A loop starts and ends at the same vertex. It counts as one edge, but it contributes two to the degree of the vertex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a directed edge?

A

A directed edge has an arrow and travel is only possible in the direction of the arrow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an undirected edge?

A

An undirected edge has no arrow and travel is possible in both directions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a directed network?

A

In a directed network all the edges are directed - travel is only permissible in the direction of the arrows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an undirected network?

A

In an undirected network, all the edges are undirected and travel on an edge is possible in both directions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a simple network?

A

In a simple network, there are no edges or loops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a weighted edge?

A

A weighted edge is an edge of a network diagram that has a number assigned to it that implies some numerical value such as cost, distance or time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a walk?

A

A walk is a connected sequence of the edges showing a route between vertices where the edges and vertices may be visited multiple times.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a trail?

A

A trail is a walk with no repeated edges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a path?

A

A path is a walk with no repeated vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a cycle?

A

A cycle is a walk with no repeated vertices that starts and ends at the same vertex. There are no repeated edges in a cycle as there are no repeated vertices. Cycles are closed paths.

17
Q

What is a circuit?

A

A circuit is a walk with no repeated edges that starts and ends at the same vertex. Circuits are also called closed trails. Alternatively, open trails start and finish at different vertices.

18
Q

What is a traversable graph?

A

A traversable graph has a trail that includes every edge. The trail A–B–C–A–C is one example.

19
Q

What is a non-traversable graph?

A

Not all graphs are traversable. It is impossible to find a trail in a non-traversable graph that includes every edge.

20
Q

What is a connected graph?

A

A connected graph has every vertex connected to every other vertex, either directly or indirectly via other vertices. That is, every vertex in the graph can be reached from every other vertex in the graph.

21
Q

Finish the sentence…

Two graphs are isomorphic if:

  • ?
  • ?
A

Two graphs are isomorphic if:

  • they have the same numbers of edges and vertices
  • corresponding vertices have the same degree and the edges connect to the same vertices.
22
Q

What are isomorphic graphs?

A

Different looking graphs can contain the same information.

23
Q

What is an eulerian trail?

A

A trail that uses every edge of a graph exactly once and starts and ends at different vertices. Eulerian trails exist if the graph has exactly two vertices with an odd degree.

24
Q

What is an eulerian circuit?

A

A circuit that uses every edge of a network graph exactly once, and starts and ends at the same vertex. Eulerian circuits exist if every vertex of the graph has an even degree.

25
Q

What is a hamiltonian path?

A

A path passes through every vertex of a graph once and only once.

26
Q

What is a hamiltonian cycle?

A

A Hamiltonian path that starts and finishes at the same vertex.

27
Q

What is a tree?

A

A tree is a connected graph that contains no cycles, multiple edges or loops. The diagram below shows two network graphs that are trees and one network graph that is not a tree.

28
Q

What is a spanning tree?

A

Every connected graph will have at least one subgraph that is a tree. If a subgraph is a tree, and if that tree connects all of the vertices in the graph, then it is called a spanning tree.

29
Q

What is the Königsberg Bridge problem?

A

The Königsberg Bridge problem asked whether the seven bridges of the old city of Königsberg could all be crossed only once during a single trip that starts and finishes at the same place.

30
Q

What is a planar network?

A

A planar network is one where no edges cross unless there is a vertex at the crossing point.

31
Q

What is meant by the ‘shortest path’?

A

A shortest path in a network diagram is a path between two vertices in a network where the sum of the weights of its edges are minimised.

32
Q

What is Dijkstra’s algorithm?

A

A labelling algorithm that can be used to find the shortest path in a network diagram.

33
Q

What is a minimum spanning tree?

A

A minimum spanning tree is a spanning tree of minimum length. It connects all the vertices together with the minimum total weighting for the edges.