Discrete math Flashcards

1
Q

Algorithm

A

A set of instructions to solve a problem

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

Arithmetic Progression

A

A numeric sequence where the difference between every 2 consecutive terms is the same

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

Geometric Progression

A

A numeric sequence where 2 consecutive terms are differentiated by a common ratio

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

Tautology

A

Compound Statement that’s always true

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

Contradiction

A

Compound Statement that’s always false

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

Contingency

A

Compound Statement that can be either true or false depending on its input

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

Injective function

A

A function that doesn’t have two or more elements in the domain pointing to the same element in the codomain

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

Surjective function

A

Every element in the co-domain has at least one matching element in the domain

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

Bijective function

A

A function that is both injective and surjective

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

Cartesian product

A

The set of all points (a,b) where a in A and b in B

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

Power set

A

The set of all subsets of a set

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

De Morgan’s laws for quantifiers

A

¬(∀xP(x))≡∃x¬P(x) and ¬(∃x P(x))≡∀x ¬P(x)

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

Disjoint sets

A

Sets with no element in common

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

Complement of a Set

A

A set of all members of a universal set that are not in a given set

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

Difference of Sets

A

A set that contains those elements of A that are NOT in B

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

Increasing function

A

As x gets larger (i.e., looking left to right) f(x) gets larger.

16
Q

Decreasing function

A

As x gets larger (i.e., looking left to right) f(x) gets smaller.

17
Q

Converse

A

The opposite of a conditional statement, where the hypothesis and conclusion are swapped

18
Q

Contrapositive statement

A

Switching the hypothesis and conclusion of a conditional statement and negating both

19
Q

Inverse statement

A

Negating both both the hypothesis and conclusion of a conditional statement

20
Q

Biconditional statement

A

A combination of a conditional statement and its converse written in the if and only if form

21
Q

Disjunction

A

The or statement

22
Q

Negation

A

Changes the truth value of a boolean function

23
Q

Conjunction

A

The and statement