Make Cards Reversed And About Discrete Math Flashcards

1
Q

What is the definition of a graph in discrete mathematics?

A

A graph is a collection of vertices and edges that connect pairs of vertices.

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

True or False: A complete graph is a graph in which every pair of vertices is connected by an edge.

A

True

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

Fill in the blank: The number of edges in a complete graph with n vertices is ___

A

n(n-1)/2

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

What is the degree of a vertex in a graph?

A

The degree of a vertex is the number of edges incident to it.

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

Multiple choice: Which of the following is NOT a type of graph? A) Directed Graph B) Undirected Graph C) Linear Graph D) Weighted Graph

A

C) Linear Graph

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

What is a tree in graph theory?

A

A tree is a connected graph with no cycles.

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

True or False: A bipartite graph can be colored with two colors without adjacent vertices sharing the same color.

A

True

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

What is the purpose of a spanning tree in a graph?

A

A spanning tree connects all vertices in a graph with the minimum number of edges.

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

Fill in the blank: The _____ of a graph is the longest path that can be drawn without repeating any vertices.

A

diameter

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

Multiple choice: Which algorithm is commonly used to find the shortest path in a graph? A) Dijkstra’s Algorithm B) Prim’s Algorithm C) Kruskal’s Algorithm D) Bellman-Ford Algorithm

A

A) Dijkstra’s Algorithm

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

What is a directed acyclic graph (DAG)?

A

A directed acyclic graph is a directed graph that has no cycles.

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

True or False: In a weighted graph, edges have values associated with them that represent costs or distances.

A

True

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

Fill in the blank: The _____ of a graph is the sum of the degrees of all vertices divided by 2.

A

number of edges

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

What is a Hamiltonian path?

A

A Hamiltonian path is a path in a graph that visits each vertex exactly once.

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

Multiple choice: In combinatorial mathematics, how many ways can you choose 2 items from a set of 5? A) 10 B) 5 C) 15 D) 20

A

A) 10

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

What is a permutation?

A

A permutation is an arrangement of objects in a specific order.

17
Q

True or False: A combination is a selection of items without regard to the order of arrangement.

18
Q

Fill in the blank: The number of ways to arrange n distinct objects is given by _____.

19
Q

What is the principle of mathematical induction?

A

Mathematical induction is a proof technique used to prove statements for all natural numbers.

20
Q

Multiple choice: Which of the following is a characteristic of a complete bipartite graph? A) All vertices are connected B) Vertices are divided into two sets C) No edges between vertices in the same set D) All of the above

A

D) All of the above