Recent questions without answers

0 votes
0 answers
11161
0 votes
0 answers
11163
0 votes
0 answers
11164
0 votes
0 answers
11165
Consider the following grammar G:S->AB|dA->aA|bB->bB|c The grammar G isA LL (1) grammar and not LR (0)B LL (1) and LR (0)C Not LL (1) but LR (0) /*correct answer*/D Neith...
1 votes
0 answers
11166
1 votes
0 answers
11167
1 votes
0 answers
11168
Please explain why 127 is taken in numerator instead of 7?
1 votes
0 answers
11170
what is rice theorem for monotonic property
1 votes
0 answers
11171
σ(x<y) ( π(x,y) R ) Is this type of query valid or should I have selection operator inside the and projection outside or both are same?
3 votes
0 answers
11172
Why this Query is illigal? i.e. Answer given is option CI tried this on W3school IDE it is giving result as option A.
3 votes
0 answers
11174
How many question Gate Toppers attempt in actual Gate Exam and How many marks they do negative? In case of both Easy or Tough paper. Seniors, Please share your experience...
1 votes
0 answers
11175
WHEN TIME OUT OCCUR IN ROUND ROUBIN ALGORITHM THEN IN WHICH STATE PROCESS GO
2 votes
0 answers
11177
1 votes
0 answers
11178
Vertex cover = Total vertex - Maximum independent setvertex cover = 8 - 3 = 5.In given answer Covering number is given as 4. I think it is given wrong please verify. Than...
1 votes
0 answers
11179
1 votes
0 answers
11180
Can anyone provide table about DU is called in each layer?
1 votes
0 answers
11182
I calculated like:50+25+12.5+6.25+3.125+1.56+0.78+0.39=99%please give standard procedure
1 votes
0 answers
11183
What is the output of the following program?void main(){printf("%d",5%2);printf("%d",-5%2);printf("%d",5%-2);printf("%d",-5%-2);printf("%d",2%5);}A) 1,-1 -1 1 0B)1 -1 1 -...
1 votes
0 answers
11185
main(){char a[22] = "sumit"printf("%s",a);}It prints sumit fine here but ,if statement is printf("%c",a); It should print s but it is printing $\alpha$iam bit confu...
2 votes
0 answers
11187
1 votes
0 answers
11188
A system has 10 identical resources and N processes competing for them. Each process can request atmost 3 resources but by grouping of first 3 processes needs only 6 reso...
2 votes
0 answers
11189
Identify an equivalent non-left recursive CFG for the following CFG:How to solve such quesitons?I know that, ifA->Ax/ythen it will be reduced toA->yA'A'->xA'/epsilonHow t...
1 votes
0 answers
11190