1 votes
5
If L = { x == y | where x and y are equal binary numbers} and Σ = {0, 1, =}How can I prove that L is not a regular language using pumping lemma and contradiction?
1 votes
10
Consider $\text{L =a b, a a, b a a}$Which of the following string is $\text{NOT}$ in $\mathrm{L}^{*}$ ?$\text{baaaaabaaaaa}$$\text{abaabaaabaa}$$\text{aaaabaaaa}$$\text{b...
3 votes
12
Let X and Y be two sets having n elementseach. Then the total number of bijectivefunctions from X and Y is(A) n (B) 2n(C) n! (D) 2n
2 votes
14
In CSMA/CD method why the propagation delay is $2T_p$?
3 votes
16
Given ‘N’ objects, which are coloured as red, white and blue. Sort theseobjects so that objects of the same colour are adjacent, with the coloursin the order red, whi...
1 votes
19
Does Conservative 2PL ensures Recoverability ? If Yes then Does it ensures Cascadeless or Strict recoverable schedule ?