3 answers
1
The number of tokens in the following expression is?+ * * * < = & { - + + + } ( > ) + & &
5 answers
2
In Operator precedence parsing, precedence relations are defined,i. for all pair of non-terminals.ii. for all pair of terminals.iii. to delimit the handle.iv. only for ce...
3 answers
4
An organization is granted the block $130.34.12.64/26.$ It needs to have $4$ subnets. Which of the following is not an address of this organization?$130.34.12.124$$130.34...
3 answers
5
2 answers
6
what the time complexity forT(n)=5T(n/2)+n^2a. nb.n^2
1 answer
7
0 answers
8
a lot consists of 12 good pencils, 6 with minor defects and 2 with major defects. A pencil is chosen at random. The probability that this pencil is not defective is?
0 answers
9
a lot consists of good pencils, 6 with minor defects and 2 with major defects. A pencil is chosen at random. The probability that this pencil is not defective is?
2 answers
12
why there is need of normal forms in the context free grammer ????????????????? elaborate with example plz.
1 answer
13
Is it possible to prove number of b's=2k+1 and any number of a's is regular using Myhill–Nerode theorem ?
3 answers
14
which of the following statement is True?a) r* and r+ are always different. b) r* and r+ may be equal. Please explain briefly.
4 answers
15
If L1 is Recursive language and L2 is RE. Then L1 ⋂ L2 is RE? Since every Recursive language is RE, then how intersection of the Recursive and RE is RE?
6 answers
16
The possible number of prefixes for the given 'n' length string is (assume all symbols in the given string are different)a) nb) n+1c) n+2d) n-1please explain.
1 answer
17
Design a turing machine that accept the language of odd integer written in binary
1 answer
18
Construct a grammar for L={a^nb^n/m, n greater then equal to 0,m doesn't equal to n}
2 answers
19
IF the propagation delay csma/cd network is 750 bit times then what is the slot if the jamming signal is 50 bits?
1 answer
20
1 answer
22
The set of all strings with at most one pair of consecutive zeros and one pair of consecutive ones.
0 answers
23
1 answer
25
Construct context-free grammars to accept the following languages.$$\begin{align*} \large L = \left \{ 0^i1^j2^k \;\; | \;\; i \neq j \;\; or \;\; j \neq k \right \} \end...
1 answer
27
Construct a dfa which accept all strings which when interpreted is a multiple of 5
2 answers
28
Design a dfa which check whether the given no is even or not?
1 answer
30
L1={a^nb^m, n=>4,m<=3L1=(aa)*(bb)*+a(aa)*b(bb)*Find L1 complement?