3 answers
1
14 answers
12
What is the complement of the language accepted by the NFA shown below?Assume $\Sigma = \{a\}$ and $\epsilon$ is the empty string.$\phi$$\{\epsilon\}$$a^*$$\{a , \epsilon...
3 answers
15
How many sub strings of different lengths (non-zero) can be formed from a character string of length $n$?$n$$n^2$$2^n$$\frac{n(n+1)}{2}$
1 answer
21
1 answer
23
plzz expain this machine how it is working machine is Addition of two binary numbers
1 answer
24
1 answer
25
Let the random variable X represent the number of times a fair coin needs to be tossed till two consecutive heads appear for the first time. The expectation of X is _____...
1 answer
26
0 answers
27
Is this language context-free language?L= { a^n b^n c^m / n>m}
2 answers
28
Construct a PDA for set of strings over {a,b,c,d} such thatL={ a^i b^j c^k d^l / i=k or j=l , i,j,k,l >=1}
2 answers
29
What is the number of multiplexers required in set associative mapping hardware ? Given set bits are S, tag bits are T and word bits are W.
0 answers
30
Dijkstra always give wrong answer with negative edge cycle. ( True / False )