1 answer
3
Consider the following scheduleR1(a) W1(a) R2(a) commit2 W1(a) commit1Is this schedule recoverable.I feel it is recoverable even though there is a dirty read
2 answers
4
Consider the following relation R(A1, A2,...A15) with (A1,A2, ... A6) of relation R are simple candidate key. The number of possible superkey in relation R is_
1 answer
9
If 356 + 123 = 512 .Then what is the value of 653 + 321?1.2152.9743.10044.1304How to solve these type questions?
2 answers
10
In a RSA cryptosystem , a participant uses two prime numbers p and Q is 17 and 11 respectively to generate his/her public key and private keys. if the public key of part...
1 answer
11
Let S={a,b,c,d,e}. Number of strings of length 5 possible with the letters of S , so that atleast two A's are consecutive is?Answer given is : 421
0 answers
12
What is the number of generators in a group G, such that Ο(G) = 87?
0 answers
15
what is 2nd statement want to ask about. please elaborate I could not understand 2nd statement
0 answers
17
solution is provided that my doubt is can we find 3rd or 4th (and so on) smallest in 3 or 4 comparison in min heap.
1 answer
18
consider the language L= {$x^{l}y^{m}z^{n}$|(l+m+n) is divisible by 5}which of the following is correct?L is recursiveCSLCFLregular
1 answer
19
2 answers
20
Consider the following language:?L= {w | w $\epsilon$ {0,1}* , w has equal number of occurrences of ‘001’ and ‘010’}Is L regular? If so, please provide a DFA for ...
1 answer
23
I have solved this but not getting the answer…. will any one verify its correctness plzThank you:)
0 answers
26
((X,Y):X DIVIDED BY Y ) IS A RELATION .IS IT ANTISYMMETRIC??
1 answer
28
The number of states in a minimal DFA that accepts set of all strings beginning with 1 that, when interpreted as a binary integer is a multiple of 5 over the alphabet={0,...
0 answers
29
pid=fork();if (pid !=0)fork();fork();no . of child process are created when above program are executed.?
2 answers
30
Let A be ternary tree with each node having 0 or 3 children . Let T have 25 node .The number of leaf nodes in ternary tree are