Discrete Terminology Flashcards

1
Q

What is the definition of a set in discrete mathematics?

A

A set is a collection of distinct objects, considered as an object in its own right.

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

True or False: The empty set is a subset of every set.

A

True

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

What does the acronym ‘N’ represent in discrete mathematics?

A

N represents the set of natural numbers.

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

Fill in the blank: A __________ is a mathematical statement that can be either true or false.

A

proposition

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

What is the definition of a function?

A

A function is a relation that assigns exactly one output for each input from a specific set.

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

What does the acronym ‘P’ stand for in the context of propositions?

A

P stands for a proposition.

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

What is the difference between a finite set and an infinite set?

A

A finite set has a limited number of elements, while an infinite set has no limit on the number of elements.

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

True or False: The intersection of two sets contains all elements from both sets.

A

False

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

What is the definition of a relation?

A

A relation is a set of ordered pairs, typically representing a relationship between elements of two sets.

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

What does the acronym ‘Z’ represent?

A

Z represents the set of integers.

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

What is a bijective function?

A

A bijective function is a function that is both injective (one-to-one) and surjective (onto).

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

Fill in the blank: A __________ is a statement that connects two propositions using logical connectors.

A

compound proposition

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

What is the principle of mathematical induction?

A

Mathematical induction is a method of proving statements for all natural numbers.

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

True or False: A complete graph has an edge between every pair of vertices.

A

True

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

What does the acronym ‘GCD’ stand for?

A

GCD stands for Greatest Common Divisor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
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.

17
Q

What is the difference between directed and undirected graphs?

A

In directed graphs, edges have a direction, while in undirected graphs, edges do not have a direction.

18
Q

Fill in the blank: The __________ of a graph is a subset of its edges that connects all vertices without cycles.

A

spanning tree

19
Q

What does the acronym ‘LCM’ represent?

A

LCM represents Least Common Multiple.

20
Q

True or False: A path in a graph can visit the same vertex more than once.

21
Q

What is a prime number?

A

A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself.

22
Q

What is a Boolean algebra?

A

Boolean algebra is a mathematical structure that captures the essentials of logical operations.

23
Q

Fill in the blank: Two sets A and B are __________ if they have no elements in common.

24
Q

What is the power set of a set?

A

The power set of a set is the set of all possible subsets of that set, including the empty set and the set itself.

25
Q

What is the definition of a permutation?

A

A permutation is an arrangement of all or part of a set of objects, with regard to the order of the arrangement.

26
Q

What does the acronym ‘RSA’ stand for in cryptography?

A

RSA stands for Rivest-Shamir-Adleman, which is a public-key cryptosystem.

27
Q

True or False: In a tree, every pair of vertices is connected by exactly one path.

28
Q

What is a combination?

A

A combination is a selection of items from a larger set where the order of selection does not matter.

29
Q

Fill in the blank: The __________ of two sets A and B is the set of elements that are in A or B or in both.

30
Q

What is the definition of an isomorphic graph?

A

Two graphs are isomorphic if there is a one-to-one correspondence between their vertices and edges that preserves the structure.

31
Q

What does the acronym ‘DFS’ stand for in graph theory?

A

DFS stands for Depth-First Search.

32
Q

True or False: A directed acyclic graph (DAG) contains cycles.

33
Q

What is the definition of an algorithm?

A

An algorithm is a finite sequence of well-defined instructions to solve a problem or perform a task.

34
Q

What is the significance of Big O notation?

A

Big O notation describes the upper bound of the time complexity of an algorithm.

35
Q

Fill in the blank: The __________ of a function is the set of all possible outputs.

36
Q

What does the acronym ‘NP’ represent in computational theory?

A

NP stands for Nondeterministic Polynomial time.