Maths for Regular expression (Regex) Flashcards

1
Q

What is a set

A

A set is a defined list of elements.

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

Properties of a set

A

A set is unordered and each element only appears once

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

Advantages of using a set

A

A tool for abstraction
Close relation with set theory and logic
Helps the basis of algebra
Many programming languages supports sets as abstract data type

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

What are the common number sets

A

N - Natural numbers (0,1,2,3,4,…)
Z+ - Real positive integers (1,2,3,..)
Z - All integers (…,-2,-1,0,1,2,..)
Q - Set of rational numbers
R - Set of real numbers
∅ - Empty set

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

What does the ε symbol mean

A

x ε S

Means that x is apart of set S

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

What does the ∧ symbol mean

A

And

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

What does the | symbol mean

A

Such that

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

What is a subset

A

Where every element of set A is present in set B

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

What is a proper subset

A

Where set A is a subset of set B but is not the same

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

What are the operations of a set

A

Union (AUB)- Set of elements in either A or B or both

Intersection (A∩B)- Set of elements in A and B

Difference (A\B) - Set of elements in A but not in B

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

What is the cartesian product

A

Set of all ordered pairs
A x B

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

What is a finite set

A

A set that is limited in amount of elements.
The cardinality being the number of elements

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