2 answers
2
select studentid, studentname from student where birthyear <=ALL( select birthyear from student);Returns detail of the youngest studentReturns detail of oldest studentSho...
0 answers
4
0 answers
5
Suppose that in 1000 memory references there are 40 misses in L1 and 20 misses in L2 cache. Assume miss penalty from L2 to memory is 100 cycles. The hit time of L2 is 10 ...
1 answer
8
1 answer
9
0 answers
11
#plz check??
0 answers
12
2 answers
13
Consider the grammar given below. It isE - T+E | TT - aa. SLR(1) but not LL(1)b. Not an operator grammarc. Ambiguousd. None of these
1 answer
14
1 answer
16
How many different Boolean functuons involved in N boolean variables?
3 answers
17
how many number are possible of 4 digits whose sum is 12.
1 answer
18
1 answer
19
4 answers
21
What is the worst case time complexity to construct an AVL tree from an array which satisfies the min heap property ?a) O(n log n)b) O(n2)c) O(n2 log n)d) O(n)
1 answer
22
Find the recurrence relation for the number of binary strings not containing two consecutive zeros or two consecutive ones.
1 answer
23