Pushdown Automata
A language generator
Vertices and edges
Empty graph or Trivial graph
Note: A tree has no cycles
Rooted tree
Internal vertices
Exactly one path
T and I = A
Union,keene closure
So we have to take two balls from 25 balls, i.e., 25C2=300
Probability of choosing one white ball =10C1=10
probability of choosing one black ball=15C1=15
Therefore, Probability of getting one black ball and one white ball is
(10*15)/300=1/2
Power set
Finite automata
15. The intersection of a CFL and regular language is always
Regular and Context free.
16. The major difference between Moore machine and Mealy machine is
In Moore machine, the output depends only on the PRESENT state.
17. The recoginising capability of Non deterministic finite automata (NDFA) and deterministic finite automata (DFA)should be
Same.
18. One of the limitation of Finite state automata (FSM) is that
It cannot remember arbitrary large amount of data.
19. A Finite state automata can be called as Turing machine (TM) because of.
Finite tape length, without rewinding capability, unidirectional tape movement.
20. A Turing Machine (TM) is more powerful than Finite State Automata (FSM) because
It has the capability to remember arbitrary long sequences of input symbols.