Recent questions tagged test-series

1 votes
1 answer
301
i marked the option b) but i didn't understand the solution
2 votes
0 answers
302
what is difference between synchronous counter and ripple counter ?
1 votes
0 answers
303
0 votes
1 answer
304
how to approach this question? i didn't understand the question
0 votes
2 answers
307
0 votes
0 answers
308
1 votes
1 answer
309
0 votes
1 answer
310
Is wooe online test series good for Gate ?
0 votes
0 answers
313
is This correct answer given ?? How option 3 can be correct ??
5 votes
1 answer
314
Also let me know the approach to find back edges, cross edges, forward edges,How to solve these questions
0 votes
0 answers
315
#include<stdio.h>int main(){char A[5][7][6];char *p[5][7][6];printf("%d\t", (unsigned)(A+1)-(unsigned)A);printf("%d", (unsigned)(p+1)-(unsigned)p);}42 421 142 336336 ...
0 votes
2 answers
317
0 votes
0 answers
320
0 votes
1 answer
321
T(n) = T(root(n)) + n where n>=2Time complexity ?
0 votes
1 answer
322
f(n)>=c1.nh(n)=c2.nthen why answer cant be O(n),It is given as C
0 votes
1 answer
323
4 votes
1 answer
324
1 votes
1 answer
325
If L1 and L2 are non-regular, then L1 ⋃ L2 is also non-regular.state the above statement is true or false?
1 votes
1 answer
326
If L1 and L2 are non-regular, then L1⋃ L2 is also not-regular.true or false?
0 votes
1 answer
327
0 votes
0 answers
328
Consider this regular expression: r = (a*b)* + (b*a)*This is equivalent to(a) (a + b)*(b) (a + b)* · (ab)+ + (a + b)* (ba)+(c) (a + b)*a + (a + b)* b(d) None of above
0 votes
0 answers
329
L1 = {a^mb^nc^p | m ≥ n or n = p}L2 = {a^mb^nc^p | m ≥ n and n = p}(a) Both are NCFL’s(b) L1 is DCFL and L2 is NCFL(c) L1 is NCFL and L2 is not context-free(d) Both...