0 votes
0 answers
1
We need to draw DFA for it. and then NFA.?Please tell the approach?
2 votes
0 answers
4
Consider the circuit with initial state Q0=0,Q1=0 and Q2=0.Then which of the following sequence of output is correct?a)4, 6, 3b) 1, 3, 7c) 3, 6, 4d) 7, 3, 1
1 votes
1 answer
5
Que 1 In character-oriented protocol, we use __________ Bit stuffing Byte stuffing Both NoneQue 2 which protocol has flow control but not error control? Stop-and-Wai...
1 votes
0 answers
6
Can anyone explain or give any link to study View Serializability ... Will be really thankful..
1 votes
1 answer
9
What is the diffrence between Lexical error , Syntax error and semantic error..?Please explain with this examplevoid main(){int total-value, Num=2,sum=5,var1;5=Num;var1=2...
1 votes
1 answer
12
1 votes
1 answer
13
Hi mates,Please Identify Class of grammr with suitable Explanation,1) L={WXW,/ W,X{a,b}*}2) L={WXW,/ W,X{a,b}+}3) L={WXWY,/ W,X,Y{a,b}+}4)L={WXYW,/ W,X,Y{a,b}+}Thanks,
0 votes
1 answer
14
HI Mates, Is it true or false..? If yes or no please explain..?Every Regular set has a LR(1) Grammar....?
0 votes
0 answers
15
Hi mates,Difference between 1) xcy {x, y € (0,1)*}2) xcx {x €(0,1)*} and c is a terminal symbol and c is not 0,1
0 votes
0 answers
16
Hi mates, Show that it is ambiguous grammar TIAS->aAB/bBAA->bS/aB->aS/b
0 votes
1 answer
17
Hi Mates,Is it true or false..?The regular expression for the language L={vuv|v,u∈{a,b}*,|v|≤3 } is L=(a+b)*..?Please answere with explanation.Thanks
2 votes
1 answer
18
HI mates,I know the expansion of (a+b)* = { epsilon, a,b, aa,ab,ba,bb .............}then what will be the expansion of a* + b*...? .will be equal as of (a+b)*...?TIA
0 votes
1 answer
19
We need to remover E productions from the grammarVertices-{A,B,C,S} Terminals={a,b,c,E}S->ABACA->aA/EB->bB/EC->c
1 votes
1 answer
20
Hi. please tell me the Regular Expresion of image given DFA below