5 answers
5
Which one of the following regular expressions is NOT equivalent to the regular expression $(a + b + c)^*$?$(a^* + b^* + c^*)^*$$(a^*b^*c^*)^*$$((ab)^* + c^*)^*$$(a^*b^* ...
2 answers
7
Is minimal set of functional dependency for a functional dependency set is always unique???
2 answers
8
2 answers
10
which topic should i need to learn under file system and disk scheduling for gate??
0 answers
11
Consider th following scheduler1(A)r2(B)r3(C)w1(B)w2(C)w3(D)Find the schedule which are possible to execute by strict 2PL protocol? consider commit operation as immediate...
5 answers
12
is this is cascadeless?r1(X),w2(X),w1(X), abort2, commit1
0 answers
13
5 answers
14
Consider the following schedule:S : w1(A) w1(B) r2(A) w2(B) r3(A) w3(B)The number of schedules conflict equivalent are __________ .