2 votes
3 answers
1
S- S+S | S*S | a | €Which is false? a) G is ambiguous b) L is ambiguous c) both a and bd) none
0 votes
0 answers
2
I read the foll statement somewhere..Is it true?In nfa if there is a dead configuration then its equivalent dfa may or may not have trap state.Acc to me it will always h...
0 votes
0 answers
5
In congestion avoidance of tcp.. Cwnd=Cwnd + 1/CwndWhere Cwnd is congestion window size? Why is it so.. Bcz in congestion avoidance size of cwnd increases linearly..how i...
0 votes
1 answer
6
https://gateoverflow.in/?qa=blob&qa_blobid=18431429327103384271What will be value of y? I m getting y=26 and x=12I guess m getting wrong..
4 votes
1 answer
7
Selective repeat protocol requires more sequence numbers than Go-back-N protocol.True or false?
1 votes
0 answers
10
1 votes
1 answer
11
2 votes
1 answer
12
How much memory does npda takes or has? As when we are taking npda for let's say ww^r.. Then we will be considering two pda at the same time.. Is it practical or theoret...
2 votes
1 answer
13
Is the following language a regular language.:L={ (a^p)*|p is a prime no} ....?If so, then how many min no of states in NFA that accepts a lang L?
6 votes
1 answer
14
What exactly Homomorphism of a language is? What is the need of it? .. And how is it closed under regular languages?