Recent questions without answers

3 votes
0 answers
15003
Which of the following cannot be the intermediate sequence if we apply quick sort on 9,8,7,6,5,4,3,2,1?Assume the pivot is always the first elementA) 1,8,7,6,5,4,3,2,9B) ...
0 votes
0 answers
15005
0 votes
0 answers
15006
Solve this problem?
0 votes
0 answers
15010
0 votes
0 answers
15011
if T(n) = n2 √ n thenT(n) = O(n2)T(n) = O(n2 log n)T(n) = O(n3)None of the aboveIm getting option 2 is it correct ?
0 votes
0 answers
15014
Maximum no. of possible records in the result of the following expression is?
0 votes
0 answers
15015
Let f(n)= Ω(n), g(n)= O(n) and n(n)= Ѳ(n). Then [f(n). g(n)] + h(n) is:(a) Ω (n) (b) O (n)(c) Ѳ (n) (d) None of these
0 votes
0 answers
15017
L(M)has at most 10 stringsWe can have Tyesfor ϕ and Tno for Σ∗. Hence, L={M∣L(M) has at most 10 strings} is not Turing decidable (not recursive). problem :It should...
1 votes
0 answers
15019
0 votes
0 answers
15020
0 votes
0 answers
15021
0 votes
0 answers
15023
1 votes
0 answers
15024
Only A1 and A3Only A2 and A3Only A1 and A2Neither A1 nor A2Anyone please suggest some good technique to check the validity of above type logic
1 votes
0 answers
15025
1 votes
0 answers
15026
1 votes
0 answers
15027
2 votes
0 answers
15029
Consider the following languages:L1={0^(2k)│k≥0}L2={b∈{0,1}*│b∈L(Mb] ) }Which of the above languages is TM recognizable?please explain second one
2 votes
0 answers
15030
Mantissa is a pure fraction in signed magnitude form .What is the reprentation of decimal number12.6255*10212.6255*23with Normalization and Without Normalization