Font size
WorksheetsUnit 8 Test and BMK Review 1
Total questions: 53
Worksheet time: 1hrs 25mins
Choose the correct term to match each definition: Lines or curves that connect vertices.
Regions
Vertices
Edges
Paths
Does this graph have a Euler's Circuit?
Yes
No
Is the following graph connected or disconnected? Explain why or why not.
Connected because all vertices are even.
Connected because one can get from one vertex to every other vertex on the graph
Disconnected because all vertices are even
Disconnected because one can NOT get from one vertex to every other vertex.
Which of the graphs below have Euler circuits?
I only
II only
Both I and II
Neither I and II
Which of the graphs below have Euler circuits?
I only
II only
Both I and II
Neither I and II
Which of the graphs below have Euler circuits?
I only
II only
Both I and II
Neither I or II
What is the degree of vertex A in the graph ?
3
5
7
11
Is the following graph connected?
Yes
No
Can a disconnected graph be an Euler Path or Circuit?
No
Yes
Does this graph have an Euler Path, Euler Circuit, both, or neither?
Euler Path
Euler Circuit
Both
Neither
Which of the following would be an Euler Circuit?
KLQPQOKLOMK
KLQMPQOKNLOMK
KLQMPQOK
KMOLNKOQMK
This graph has an Euler's Path.
True
False
Vertex
a line connecting two vertices
a point
an edge
an edge that starts and ends at the same vertex
Adjacent vertices
are connected to every other vertex in the graph
are connected by at least one edge
are in a loop together
make a multigraph
A loop is when
there is a path going from a vertex back to itself
An edge that starts and ends at the same vertex
if it were removed, the graph would be disconnected
connects two vertices to each other
A path is
an edge that starts and ends at the same vertex
a connection between two vertices
a series of consecutive edges in which no edge is repeated
a complete graph
A graph is connected if
Each vertex can reach any other vertex
each vertex is adjacent to every other vertex
All the vertices are odd
the length of all the edges are equal
What is the graph's Euler Path?
SUTSTUT
USTU
USTUTS
TUST
A Hamiltonian cycle is
A cycle that includes every vertex
A cycle that includes every vertex more than once
A cycle that includes every edge
A cycle that includes every edge more than once
In a Hamiltonian Path, you must
Travel every edge once and only once, returning to where you started
Travel to every vertex once and only once, returning to where you started
Travel every edge once and only once, not returning to where you started
Travel to every vertex once and only once, not returning to where you started
A Hamiltonian Path Exists on this graph
Yes
No
Select a Hamiltonian path:
acfgebad
dacfgeb
acfdeb
abegfc
In the following graph, decide which of the following is true: (could be more than one)
You can find a Hamiltonian Circuit if you travel 6, 4, 5, 1, 2, 3, 4, 6
You can find a Euler Path if you travel 1, 5, 2, 3, 4, 6
You cannot find a Hamiltonian Path
You cannot find a Euler Path
State whether you can find a Hamiltonian path, circuit or neither.
Path
Circuit
Neither
both
Find the Hamiltonian Path (ignore direction of arrows)
1, 3, 4, 3, 2
1, 2, 3, 4
2, 3, 4, 3, 1
There is none
What is the degree of vertex 4?
3
4
5
7
Which two vertices are adjacent vertices?
5 is adjacent to 6
3 is adjacent to 6
4 is adjacent to 1
3 is adjacent to 2
The graph is an example of a
Path
Cycle
Circuit
Complete Graph
Which vertices are adjacent to E?
B and C
B, C, D, and A
B
A, B, C, D, F, G
Tina, Jessie, John, Bill, and Andy are all members of the social networking website Facebook. The site allows members to be “friends” with each other. It turns out that Bill and John are friends, as are Tina and Andy. Jessie is friends with everyone. Who is "E" ?
(a)
State the number of vertices.
14
3.5
7
5
State the number of edges.
18
7
9
6
Determine the sum of degrees.
16
8
4
13
Choose the correct term to match each definition: Lines or curves that connect vertices.
Regions
Vertices
Edges
Paths
Starting at node S, what is the minimum cost to reach node G?
S-A-B-F-G
S-A-B-C-G
S-A-B-C-H-G
S-A-B-C-E-H-G
Starting at node S, what is the value of the shortest path to node G?
(a)
Which of the following is the cheapest route to visit each city using the “Brute Force Method” starting from A and ending at A.
ACDBA, $900
ABCDA, $970
ACBDA, $960
Katherine is using an online ride service to start from her home (vertex A) visit 3 consecutive destinations (B, C, D) and return home (vertex A). She first obtained all of the prices of traveling between locations and then, using the “Brute Force Method” she created this diagram..
Which graph below matches the diagram above?
Which of the following is one of the cheapest routes to pass through each vertex once starting and ending with vertex ‘A’ and using the Nearest Neighbor Algorithm.
ABCDA, $960
ACDBA, $900
ACBDA, $960
None of the Above
Which of the following is one of the cheapest routes to pass through each vertex once starting and ending with vertex ‘A’ and using the Nearest Neighbor Algorithm.
ABCDA, $880
ABDCA, $890
ACDBA, $890
Which of the following is the cheapest route to visit each city using the “Brute Force Method” starting from A and ending at A.
ACDBA, $900
ABCDA, $970
ACBDA, $960
Katherine is using an online ride service to start from her home (vertex A) visit 3 consecutive destinations (B, C, D) and return home (vertex A). She first obtained all of the prices of traveling between locations and then, using the “Brute Force Method” she created this diagram..
Which graph below matches the diagram above?
