0 votes
92
What is the difference between Subset and Proper subset?Can we say subset is also a proper subset in some cases?
0 votes
93
is grammar CFG = S->AS/epsilon A->aA/ain Chomsky Nomal form ?
0 votes
94
If M is turing Machine Then what is L(M) denoting here??1) is it denoting Language generated by turing machineor2) encoding of turing machine(in 0's and 1's) as a languag...
1 votes
95
1 votes
96
2 votes
97
4 votes
98
Consider the following CFG.S → aSa | bSb | a | b | εFor the above CFG, the total number of strings generated whose length is less than or equal to 8 [exclude the empty...
2 votes
99
A farmer divided his herd of cows among his four sons. He gave one son half of the herd; second son one-fourth of the herd; third son one-fifth of the herd; and the fourt...
0 votes
100
How to take union of two DFAs?I am unable to understand this question https://gateoverflow.in/37795/dfa-min-states
1 votes
101
Find the next number in the series4 8 12 20 ___
0 votes
103
5. Why is it that voice and video traffic is often sent over TCP rather than UDP in today’s Internet? (Hint: The answer we are looking for has nothing to do with TC...
1 votes
104
Given below are three implementations of the $\text{swap()}$ function in $\text{C++}$ :$\begin{array}{|l|l|l|} \hline \qquad \qquad \text{(a)} & \qquad \qquad \text{(b)}...
0 votes
105
in ci found that for(i=1;i<6;i++) { printf("%d",i); }and for(i=1;i<6;++i) { printf("%d",i); }but the ++i and i++ are different in natur...
0 votes
106