SIMPLE GRAPH Flashcards

1
Q

A graph is a collection of points called ______or_________
and line segments or curves called _______that connect
the vertices.

A

1.) Vertices or Nodes
2.) Edges

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

An edge connecting a vertex to itself.

A

Loop

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

A graph that has an edge connecting every pair of vertices.

A

Complete Graph

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

Two vertices are ________if there is an edge joining
them.

A

Adjacent

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

Graphs are considered as __________if they have same
vertices connected in the same way.

A

Equivalent

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

An alternating sequence of vertices and edges.
It can be seen as a trip from one vertex to another using
the edges of a graph.

A

A Path

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

If a path begins and ends with the same vertex, it is a
closed path or a________or_________.

A

Circuit or Cycle

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

The __________of a vertex is the number of edges attached
to it.

A

Degree

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

A ___________is an edge that when you remove makes the
graph disconnected

A

Bridge

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

The smallest number of colors required to color the
vertices of a graph is the______________

A

chromatic number of the graph

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

A graph is 2-colorable if and only if it has_________that consist of ______________

A

1.) No circuits
2.) Odd number of vertices

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

The chromatic number of a planar graph is atmost 4.

A

Four-Color Theorem

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

The graph representing a map is planar. Hence, it needs
only ____ colors.

A

1.) 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • a path that passes through every edge exactly once only
  • a path that contains all the edges of the graph
  • begin and end with the odd-degree vertices
A

Euler path

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

a closed path that contains all the edges of the graph.

A

Euler circuit

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

A graph that has an Euler circuit is called

A

Eulerian

17
Q

If all vertices are even, the graph has at least ____Euler
circuit

A

1

17
Q

A connected graph is Eulerian if and only if each vertex
has ______degree.

A

Even

18
Q

If there are more than two odd vertices, the graph
has __Euler path and ___ Euler circuits

A

NO
NO

18
Q

If exactly two vertices are odd, the graph has no
Euler circuits but at least ____ Euler path.

A

One

19
Q

a graph is a path passing through
each vertex of the graph exactly once.

A

Hamiltonian path

20
Q

If a graph has a Hamiltonian cycle, it is called

A

Hamiltonian.

21
Q

a graph in which any two vertices are
connected by exactly one path.

A

A tree

22
Q

A graph is a tree that results from
the removal of as many edges as possible from the
original graph without making it disconnected.

A

spanning tree

22
Q

Properties of Trees:

A
  1. A tree has no circuits.
  2. Trees are connected graphs.
  3. Every edge in a tree is a bridge.
  4. A tree with n vertices has exactly n-1 edges
22
Q

an undirected, disconnected, acyclic graph.

In other words, a disjoint collection of trees is known as _______. Each component of a _______ is tree.

A

FOREST