GRAPH THEORY Flashcards

1
Q

Structures consisting of vertices and edges that connect the vertices.

A

GRAPH

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

It is a graph with an edge joining identical vertices.

A

LOOP GRAPH

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

A closed path of distinct edges of a graph is called

A

CIRCUIT

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

A simple circuit in a graph containing every vertex of the graph

A

HAMILTONIAN

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

TRUE OR FALSE: In any graph, the sum of all the vertex degrees is equal to twice the number of edges.

Sum of all the Vertex degrees = 2(Edges)

A

TRUE

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

if there are a total of 5 edges, what is the sum of all the vertex degrees ?

A

10, because considering the formula
Sum of all the Vertex degrees = 2E with the 5 edges,

2(5) = 10

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

How many edges are there if the sum of the degrees is 8?

A

The answer is 4.

2(E) = 8
2(E)/2 = 8/2
E = 4

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

What are the elements of the graph theory?

A

VERTICES AND EDGES

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

TRUE OR FALSE: A loop has one edge.

A

TRUE

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

How many degree/s is/are there in a loop?

A

2

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

In graph theory, the ORDER is the number of ______________

A

VERTICES

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

The size is the number of

A

EDGES

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

In Eulerian graph, if the total number of vertices is even it means that

A

THE BEGINNING IS ALSO THE ENDPOINT OF THE GRAPH

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

Incident means

A

CONNECTED OR EDGES

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

TRUE OR FALSE: In Eulerian Graph, there could be a maximum of 2 odd vertices.

A

TRUE

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