seheory Flashcards

1
Q

is the mathematical theory of a simple class of algorithms that are important in mathematics and computer science.

A

theory of finite automata

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

deals with the logic of Computation with respect to simple machines, referred to

A

AUTOMATA.

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

group of “objects

A

set

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

Set that contains no elements is call empty or null set.

A

rue

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

The number of elements in a set is its size or cardinality

A

rue

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

sets contains all the elements in EITHER set

A

UNION

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

sets contains all the elements in BOTH sets

A

INTERSECTION

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

they have NO elements in common

A

disjoint

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

is the elements in one set that are NOT in the other

A

difference

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

contains all the elements in either set but NOT both

A

symmetric difference

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

is all the elements that are NOT in the set

A

complement of a set

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

a finite set of states

A

Q

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

a finite set of symols

A

E

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

a transition function that takes as argument a state and a symol and returns a state

A

&

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

start state

A

q0

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

a set of final or accepting state

A

F

17
Q
A