Department of Computer Science Assignment#02 Name: Zainab Zehra Sec:'C'
Department of Computer Science Assignment#02 Name: Zainab Zehra Sec:'C'
Department of Computer Science Assignment#02 Name: Zainab Zehra Sec:'C'
Assignment#02
Question.1:
(a) What do you comprehend from the term Push Down Automata (PDA).
A pushdown automaton is a way to implement a context-free grammar in a similar way
we design DFA for a regular grammar. A DFA can remember a finite amount of
information, but a PDA can remember an infinite amount of information.
(f) How Push Down Automata differ from the Finite State Automata.