0 votes
42
T(1) = 1 T(n) = 2T(n - 1) + n, n ≥ 2 evaluates to(a) 2n + 1 - n – 2(b) 2n – n(c) 2n + 1 – 2n – 2(d) 2n – n HOW TO EVALUATES USING MASTER THEOREM
3 votes
46
How many license plates with 3 decimal digits followed by 3 letters do not contain both the number 0 and the letter O?
0 votes
48
An organism is born on day k = 1 with 1 cells. During day k = 2, 3, . . . the organism produces k 2 k−1 times more new cells than it produced on day k − 1. Give a sim...
2 votes
49
how we can solve such type of question?
0 votes
50
0 votes
51
Suppose f, g, h, k : N → N. If f = O(h) and g = O(k), then1) f + g = O(h + k)2) fg = O(hk)3) Both 1 and 24) None of the above
1 votes
54
I wanted an example of a set which is infinite and countable. Is hair on human head an example of countable set being infinite?
1 votes
55
The least number of five digits which is exactly divisible by 12,15 and 18 is:a)10080 b)10800 c)18000 d)81000
1 votes
56
0 votes
57
Only Area 51 has Extra-TerresstrialsA(x) = x is Area 51E(x) = x has Extra-TerresstrialsWhich of the following is correct?(∀x)(A(x) - E(x))(∀x)(E(x) - A(x))(∀x)(A(x)...
1 votes
58
what is trivial or nontrivial property of a language please explain?????
1 votes
59
how to solve this
0 votes
60
2 votes
63
Let $L_1$ be a regular language and G be a context-free grammar. Show that the problem "$L_1 \subseteq L(G)$" is undecidable.
3 votes
65
Let M1 be a Turing machine and M2 be a finite automaton. Is the problem, whether M1 and M2 accept the same language decidable?An elaborative answer with proof is most wel...
0 votes
66
0 votes
67
Which of the following optimization techniques are typically applied on loops?(a) Removal of invariant computation (b) Elimination of induction variables(c) Peephole opti...
3 votes
68
$D = \left \{ M \mid \ M \text{ is a TM that accepts the input string } x \right \}$What is complement of D and is it Decidable, Turing recognizable or not Turing recogni...