0 votes
1
1 votes
6
please share your solution The maximum slope of the curve-x3+6x2+66x+666
6 votes
7
Find Value of alpha?
5 votes
8
The number of elements in the power set of $\{\{1,2\},\{2,1,1\},\{2,1,1,2\}\}$ is$3$ $8$ $4$ $2$
3 votes
9
L = { <M | M is a TM and |L(M)| <= 3 }. Is it Recursively Enumerable or not ?
3 votes
10
4 votes
12
$R= 10 +(0 +11)0^{*}1.$The minimum number of states in any DFA accepting this regular expression.
2 votes
13
Which of the following is true: (a) differentiable and continous (d) none of these (c) not differentiable but continous (b) neither differentiable nor continous
3 votes
14
The innermost loop will execute when j is multiple of i, and that will happen exactly i times. Please help me to find the time complexity of the below program:
0 votes
15
S = { < M | M is a DFA that accepts some string containing an equal number of 0s and 1s}. Then what will be S -a) Recursive enumerableb) undecidablec) decidabled) Turing ...
4 votes
16
Construct a minimal dfa over {0,1} which neither accept 00 as a substring nor 11 as a substring.
1 votes
17
A synchronous transmission T has transfer rate of 100 char/ sec. If T uses some synchronous characters followed by some 8 bit info characters, what is the total number of...
2 votes
18
Let language defined is { Number of a's =2 and length of string is atleast 3} over alphabet {a,b}.What are number of states in minimal DFA?
9 votes
19
Whether the following statement is true or false??"The OS maintains scheduling and accounting information for each thread"
1 votes
21
2 votes
22
0 votes
23
0 votes
24
If f : R >R defined by f(x) = x2 + 1, then values of f -1 (17) and f -1(-3) areA.{Ø}, (4, - 4)B.{3,-3},{Ø}C.{Ø},{3,-3}D.{4,-4},ØAnswer is "D". But i dint understan...
1 votes
25
identify the class of language{a^(m)b^(n)} for followinga) m + n = 10b) m + n <=10c)m+n>10d) m+n<10e) m + n>=10f) m/n = 10g) m - n = 10
6 votes
26
<code>#include <stdio.h int main() { unsigned int b = 20; b = ~b; printf("%d\n", b); }</code>
0 votes
27
Is there any example of lattice which is not bounded ??
3 votes
28
2 votes
29