0 votes
1 answer
1
2 votes
1 answer
3
Either I dont understand PDA at all or this question is wrong or I am missing something very basic:
3 votes
2 answers
4
Consider the regex: $(a+b)^*(a+b+\epsilon)a$Which of the following is equivalent to above?:(a) $(a^*+b^*)^+(aa+ba)$(b) $(\epsilon+a+b^*)^+a$(c) $(a+b)^+(a+b+\epsilon)a$(d...
1 votes
1 answer
5
Consider the NFA below:The above NFA acceptes all those binary strings which represents the decimal numbers and area. divisible by 6 onlyb. dividible by 2 and 3 onlyc. di...
3 votes
2 answers
7
0 votes
1 answer
9
2 votes
1 answer
10
Does the below problem makes any sense? And if yes what is its answer? How?
2 votes
1 answer
11
How below language is context free? I am not able to imagine what could be the behaviour of the PDA accepting this language. Can anyone give a hint?$L=\{\omega:2n_a(\omeg...
1 votes
1 answer
13
Which of the following is/are trueS1: parallel adder may consist of both half adder and full adderS2: serial adder consists of only full adders
0 votes
1 answer
14
Which of the following true about (R,*)?1) Group but not commutative2) A commutative group3) Not a semigroup4) Not a monoid