chapter 2;networks and paths Flashcards

1
Q

what is a network diagram

A

a graph of vertices connected by lines

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

what is a vertex

A

a dot in the diagram which lines of pathways intersect or branch

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

what is an edge

A

line that connects vertices

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

what is a degree

A

number of edges that are connected to the dot

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

directed edge

A

has an arrow and travel only possible in the direction of the arrow

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

undirected edge

A

all edges undirected, travel is possible in both directions

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

simple network

A

no multiple edges or loops

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

weighted edge

A

an edge that has a weight or number assigned to it which has numerical value

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

what is a walk

A

connected sequence of 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
10
Q

what is a trail

A

walk with no repeated edges

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

what is a path

A

walk with no repeated vertices

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

what is a circuit

A

walk with no repeated edges and starts and ends at the same vertex

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

what is a cycle

A

walk with no repeated vertices that starts and ends at the same vertex

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

traversable graph

A

trail that includes every edge

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

non-traversable graph

A

impossible to find a trail

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

connected graph

A

every vertex in the graph is accessible from every other vertex in the graph along a path formed by edges of the graph

17
Q

isomorphic graph

A

same numbers of edges and vertices, corresponding vertices have the same degree and the edges connect to the same vertices

18
Q

weighted graph

A

weighted edges or an edge with numbers assigned to it that implies it has numerical value (cost, distance, time)

19
Q

eulerian trail

A

uses every edge of the graph, starts and ends at different vertices

20
Q

eulerian circuit

A

uses every edge exactly once, starts and ends at the same vertex

21
Q

Hamiltonian path

A

passes through every vertex once only

22
Q

Hamiltonian cycle

A

starts and finishes at the same vertex

23
Q

minimum spanning tree

A

minimum length, connects all vertices together with the minimum total weighting for the edges

24
Q

shortest path

A

between two vertices in a network is the path where the sum of the weights of its edges minimised