0 votes
1 answer
1
Minimum states if L is Language that accepts (a+b)* (aaa+aab) are ____My ans : 4 states given ans : 5 states
2 votes
0 answers
2
$xwxw^r |\ w,x \in (a,b)^*$$wxw^{r}x |\ w,x \in (a,b)^*$
3 votes
0 answers
3
Minimum number of tables required for above diagram ________
0 votes
0 answers
4
1 votes
0 answers
5
:Attribute evaluation can be done in LR parsing. (T/F) Synthesized attributes can be evaluated by _________Inherited attributes are evaluate by _________
5 votes
0 answers
6
10's complement of $5690$10's complement of $(5690)_8$8's complement of $(6250)_8$8's complement of $(6250)_{16}$
2 votes
0 answers
8
Above circuit acts as 1)D FF 2)T FF
2 votes
1 answer
9
Find the value of above limit.How to approach with this type of infinity power infinity problems ??im thinking like first we should convert this to 1 power infinity prob...
1 votes
0 answers
10
2 votes
1 answer
12
Consider the following kmap minimum number of NAND/NOR gates to implement the above kmap.
1 votes
0 answers
13
What is DCFL U Regular ?Every Regular lang is DCFL ,That means DCFL U DCFL = not DCFL ?since DCFL's are not closed under union
1 votes
0 answers
14
True/false:1)There exists a LL(1) grammar for every regular language.2)If grammar is Left and Right Recusirve , then it is ambiguous. My Ans:1)If regular lang is ambiguou...
1 votes
1 answer
15
In deleting the root element of a BST, we have to replace root with _________a)Inorder successorb)Inorder predecessorc)Both a and b
1 votes
0 answers
16
Consider below code My ans : mech,g,mech Given ans : mech,g,civilthird printf statement is somwhat confusing ..please explain
2 votes
1 answer
17
MOD Value ?FF clears at $Q_{3}Q_{2}Q_{1}$ = 110 So mod value is 6 ...??
1 votes
0 answers
18
If $I$ is the unit matrix of order $n$ , where $k!=0$ is a constant then $adj \ kI$ is
2 votes
0 answers
19
Find the Mod Value for the counter My ans is MOD-5 counter but given is MOD-3 please explain ....
1 votes
0 answers
20
Find number of BST's possible with 6 nodes numbered 1,2,3,4,5 and 6 having 6 as root and height of 4 ?please explain in detail ...