Regular Languages Flashcards
What is a mealy machine?
A finite state machine that generates an output for every transition.
What does l mean in regular expressions?
Or, it separates alternatives.
What does * mean in regular expressions?
0 or more of the preceding element.
What does + mean in regular expressions?
1 or more of the preceding element.
What does ? mean in regular expressions?
0 or 1
Define an intractable problem.
A problem that can be solved but not in polynomial / reasonable time.
How can you solve some intractable problems?
Using heuristic methods.
Define a set.
An unordered collection of elements.
∈
Member of
∉
Not a member of
∩
Intersection
∪
Union
A\B
Elements that are in A but not B (difference)
|
Such that
Λ
And
Define a Turing Machine
A computer with a single fixed program. (it only solves one problem)
What are the components of a Turing Machine?
- A finite set of states
- A finite alphabet of symbols
- An infinite tape with marked off squares
- A sensing read-write head that travels along the tape one square at a time.
Line for a one-to-one relationship
─
Line for a one-to-many relationship
─
Line for a many-to-many relationship
> ─