Recent activity by suryaprakash

1 answer
1
Number of tables in case of 1)1:N + total participation (on n side)2) 1:N + partial participation
3 answers
4
Please Explain in detail i am weak in this topic
1 answer
6
How many minimum Relations required from the following ER Diagram which are satisfy 4 NF?
2 answers
8
which of the following statements is true?A) right recursion is needed for termination in predictive parserB) left recursion is required more stack space than right recur...
5 answers
11
Show that the Turing machines, which have a read only input tape and constant size work tape, recognize precisely the class of regular languages.
2 answers
13
For the below given grammar:S→-SS→S-aS→aThe number of inadequate states (states which have conflicts) and number of shift reduce conflicts are _____ and _____ respe...
1 answer
14
Power of Predictive parser and recursive decent parser is same?
1 answer
16
A - AA+A - aI think it's both clr and lalr . Can someone draw the diagram and answer it please because I want to verify the lookaheads of some states.
2 answers
17
1 answer
18
The grammar $A\rightarrow AA|\left ( A \right )|\epsilon$ is not suitable for predictive parsing because the grammar is(A) Ambiguous(B) Left Recursive(C) Right Recursive(...
6 answers
20
Give a regular expression over the alphabet $\{0, 1\}$ to denote the set of proper non-null substrings of the string $0110$.
1 answer
21
S $\rightarrow A$A $\rightarrow AB/$$\epsilon$B $\rightarrow aB/b$is this grammar LALR(1) ?
2 answers
23
Consider the grammar givenS->AAA->aA / bHow many entries will be blank in the GOTO table for SR(0) items?What is the meaning of SR(0) items?
2 answers
24
1 answer
26
2 answers
27
2 answers
30
l = { <M | M is a TM and M has more than 7 states }Is this decidable /undecidable/R.E /non R.e.??