CHAPTER 4 Flashcards

(14 cards)

1
Q

…………..is a relatively self-operating machine or
control mechanism designed to automatically follow a sequence of
operations or respond to predetermined instructions

A

automaton

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

T/F The term “self-operating” implies that the automaton can
execute its operations without continuous external intervention.

A

T

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

T/F Automata are often characterized by their ability to follow a
sequence of operations. These operations are predefined and
determine the behavior of the automaton.

A

T

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

………..is an abstract model of a computer that reads an input string and changes its internal state depending on the current input symbol

A

Finite state automate(FSA)

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

T/F The change from one state to another is called a
transition

A

T

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

T/F The FSA can change from one state to another in
response to some inputs

A

T

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

T/F A FSA is similar to a compiler in that:
– A compiler recognizes legal programs in some (source)
language.
– A finite-state machine recognizes legal strings in some language.

A

T

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

T/F A finite state automaton over an alphabet is illustrated
by a state diagram:

A

T

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

T/F An FSA is defined by:
1- a list of its states
2- its initial state (start state)
3-the inputs that trigger each transition (alphabet)
4- set of final states

A

T

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

………………is basically a tabular representation of the transition function.

A

transition table

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

Types of finite-state automata

A

Deterministic FSA (DFA)
Nondeterministic FSA (NFA)

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

…………….For each pair of state and input value there is a unique next state given by transition function.

A

Deterministic FSA (DFA)

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

………………For each pair of state and input value there may be several possible next states given by transition
function.

A

Nondeterministic FSA (NFA)

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