Decision 1 Unit 2 Flashcards

0
Q

What are the lines called?

A

Arcs (or edges)

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

What are the dots/circles called?

A

Nodes (or vertices)

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

What is the order of a node?

A

The number of arc ends attached to the node

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

What is a simple graph?

A

A graph with no loops and no multiple arcs connecting the same nodes.

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

What is a trail?

A

A sequence of arcs where the end none of one arc is the start node of the next.

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

What is a path?

A

A trail where no node is passed more than once

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

What is a closed trail?

A

A trail that begins and ends at the same node

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

What is a cycle?

A

A closed trail where only the beginning and end nodes are the same. Apart from this no nodes can be used twice.

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

What is a connected graph?

A

A graph where there can be a trail found between any node to another

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

What is a Eulerian graph?

A

A graph where there can be a closed trail which uses every arc only once (but nodes can be used more than once).
Every node must have an even order.

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

What is a semi-Eulerian graph?

A

A graph with a trail (that isn’t closed) using every arc only once.
Only two nodes must have an odd order.

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

What is a complete graph?

A

A graph where each of the nodes is connected to every other node by only one arc. (eg. a triangle)

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

What are isomorphic graphs?

A

Two graphs where all of the nodes are connected to the same arcs, but they are just drawn in a different shape.

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

What is an expression for the number of arcs on Kn

A

1/2 n (n-1)

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

How many arcs are there on a connected bipartite graph Kr,s

A

rs

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

How many nodes are there on a complete bipartite graph Kr,s

A

r on one side, s on the other

16
Q

What is a complete bipartite graph

A

A bipartite graph where every node on one side connects to every node on the other.

17
Q

What is an adjacency matrix?

A

A matrix showing how many times the nodes are connected.