Pushdown Automata Flashcards

1
Q

What is the goal of pushdown automata? What is special about it?

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

What is a step relation in a pushdown automaton?

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

How does a transition work in an NPDA (pushdown automaton)?

A

Thus from action a[b/c], a is removed from the input, b is removed from the stack in favour of b.

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

What is the definition of an empty stack language?

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

How can we change an NPDA with a non-empty stack into one that finishes with an empty stack?

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

How can we change an NPDA with empty stack into one that does not neccesarily have one?

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

What is this proof?

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

How to go from context-free grammar to NPDA?

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

How do you go from NPDA (pushdown) to context-free?

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

What is a DPDA?

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

What is a NPDA?

A

pushdown automaton (with stack)

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