2 answers
3
select studentid, studentname from student where birthyear <=ALL( select birthyear from student);Returns detail of the youngest studentReturns detail of oldest studentSho...
2 answers
7
as we already know the range,so can we use counting sort??and complexity of counting sort is O(n+k)what other method is there to know the missing number??
3 answers
9
2 answers
10
two independent random variables X and Y are uniformly distributed in[-1,1] probability that max(X,Y) is less than 1/21)3/42) 9/163)1/44)2/3
2 answers
12
REF: https://gateoverflow.in/76419/decidabilityConsider the language:1) L = {<M>| L(M) = $\epsilon$ } 2) L = {<M>| M accepts epsilon }Now, lets consider the 1st language:...
0 answers
13
I have solved it by some legacy method ! i want to know how to solve using combinatorics ??
2 answers
14
1. LL(k) grammars have one to one correspondance with DCFL's2. LR(k) grammars have one to one correspondance with CFL'sWhich of them is True and explain it bit clearly?
4 answers
15
How many view equal serial schedules possible for the followingschedule?S : w1(A) r2(A) w3(A) r4(A) w5(A) r6(A) w7(A) r8(A
1 answer
16
Suppose that L is Context free and R is Regular.$A$) $L – R$ is necessarily Context free$B$) $R – L$ is necessarily Context freeWhich of the above statement/s is/ar...
1 answer
17
1 answer
20
2 answers
21
A box contain 10 screws out of which 3 are defective.If two screws are drawn at random WITH REPLACEMENT.What is the probability that no screw is defective?Answer given as...
0 answers
25
4 answers
28
How many solutions does the following system of linear equations have?$-x + 5y = -1$$x - y = 2$$x + 3y = 3$infinitely manytwo distinct solutionsuniquenone