Graph Solved
Graph Solved
2. A subgraph is:
a) A sequence of edges where the first and last vertices are the same
b) A sequence of vertices and edges in any order
c) A sequence of vertices and edges with repetitions allowed
d) A traversal that visits all vertices without repeating
a) A closed walk
b) A simple path
c) A walk that repeats vertices but not edges
d) A path with no repeated edges
a) Always 2
b) Equal to the number of vertices minus edges
c) Greater than 1
d) Always 1
a) A complete graph
b) A simple graph
c) A bipartite graph
d) A directed graph
12. In a complete graph with n degree of vertices, the number of edges is:
a) n²
b) n/2
c) 2n
d) n-1
a) Its vertices can be divided into two sets where no two vertices within the same set are adjacent
b) It contains exactly two cycles
c) It is directed and acyclic
d) It is isomorphic to a tree
a) n
b) n-1
c) n²
d) 2n
18. If a graph contains n vertices, how many edges must it have to be a tree?
a) n²
b) n(n-1)
c) n-1
d) 2n
a) It contains no cycles
b) It has an Eulerian path
c) It has the same number of vertices and edges
d) It is disconnected