2 votes
41
(a (ba)* (a + bb) + b (ab)* (b + aa)) (a+b)* = (a+b)* (aa+bb) (a+b)*. how???
1 votes
42
How many different words can be formed using all the letters of the word ALLAHABAD?(a) When vowels occupy the even positions.(b) Both L do not occur together.
2 votes
43
Let L be CFL and M a regular language. Language L ⋂ M is always(a) always regular (b) never regular(c) always DCFL (d) always context free language
2 votes
44
I'm getting R.E as 0*1(01)*1(0+1)* but people are getting (0+10)*11(1+0)*Please tell, how!?
1 votes
45
5 votes
48
This is true that at every router the value of TTL is decremented by one but does that actually mean that other fields in the header are also recomputed?
3 votes
49
{${a^{i}b^{j}c^{k}| (i\leq j)or(j\leq i),j=k}$} is CFL?
9 votes
50
Why unsafe state not leads to deadlock?Please don't redirect to any other link. Explain it by taking an example.
4 votes
51
Consider TCP congestion control. Assuming RTT as 4 seconds and segment size as 3KB, if bandwidth is 500kbps, what is the smallest window size for which there is no stalli...
39 votes
54
0 votes
55
An unambiguous grammar has same leftmost and rightmost derivation.True or Falseand how??
3 votes
57
If log 2 =0.30103, find the number of digits in 256 ?
0 votes
60
Consider a disk with seek time of 4 ms, rotation speed of 15,000 rpm and 512-byte sectors with 500 sectors per track. Suppose that we wish to read a file consistinh of 25...
6 votes
62
0 votes
63
In the logic circuit shown below the redundant gate is _________??????
0 votes
66
The primary difference between process and thread ?(A) The number of I/O requests mode.(B) The amount of overhead associated with creation and context switching .(C) The ...
0 votes
67
The given set is 1,2,4,8, . . . . . 2^n in unary number system which is shown in BOLD belowL = {1,11,1111,11111111, . . . . . . . . }Is it regular or CFL?
3 votes
69
Sorry my BAD, it's an infinite language!The given set {1, 101, 11011,1110111,......} is a Regular Language or CFL?