Automata Flashcards

1
Q

What is alphabet, Σ, in automata?

A

An alphabet is a finite set of symbols denoted by Σ in automata. Alphabets are a set of symbols used to construct a language. Example, {0, 1} is binary alphabet, {A…, Z, a… z} is the alphabet set for the English language.

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

If Σ={0,1} then what does Σ ² =…?

A

{00,01,10,11}

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

If Σ={0,1} then what does Σ ² =…?

A

{00,01,10,11}

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

What does DFA stand foir?

A

Deterministic Finite Automaton

  1. For each state in DFA, there is exactly one transition for each letter of the alphabet.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is a tuple?

A

a data structure contain ing multiple parts

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

The 5-tuple in automaton:

A

Q : Finite set of states.
Σ : set of Input Symbols.
q : Initial state.
F : set of Final States.
δ : Transition Function.

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