Recent questions tagged goclasses-cs-dpp-day-372

0 0 votes
1 1 answer
85
85 views
Which statement about deterministic context-free languages is correct?DCFLs are closed under reversal. If $L$ is a DCFL, then $L^R$ must also be a DCFL. There exists a DC...
0 0 votes
1 1 answer
47
47 views
Let $L_1$ be a DCFL and $R$ be a regular language over the same alphabet. Which languages are guaranteed to be DCFL?$L_1\cap R$ $L_1\cup R$ $L_1-R$ $L_1^R$ $L_1\cap L_2$,...
0 0 votes
1 1 answer
35
35 views
Let $L_1=\{a^i b^j c^i \mid i,j>0\}$ and $L_2=\{a^i b^i c^j \mid i,j>0\}$. Which statements are correct?$L_1$ is a DCFL. $L_2$ is a DCFL. $L_1\cap L_2=\{a^n b^n c^n \mid ...
0 0 votes
1 1 answer
28
28 views
A language accepted by a DPDA using empty-stack acceptance must have the prefix property, meaning no accepted string can be a proper prefix of another accepted string. Wh...
0 0 votes
1 1 answer
34
34 views
Let $L$ be a regular language accepted by a DFA $D=(Q,\Sigma,\delta,q_0,F)$. Which construction correctly proves that $L$ is a deterministic context-free language?Make a ...
1 1 vote
1 1 answer
61
61 views
Consider $R(A,B,C,D,E)$ with $F=\{A\to DE,\ BE\to C,\ D\to B,\ C\to A\}$.The relation is decomposed into $R_1(A,B,C)$ and $R_2(A,D,E)$.Which of the following statements a...
1 1 vote
1 1 answer
42
42 views
Consider $R(A,B,C,D,E,F)$ with $F=\{C\to D,\ A\to B,\ B\to EF,\ F\to A\}$.Suppose $R$ is decomposed into $R_1(A,B,D,E)$ and $R_2(A,B,C,F)$. The decomposition is currently...
1 1 vote
1 1 answer
40
40 views
Consider the binary decomposition$R(A,B,C,D)\to R_1(A,C,D),R_2(B,C)$.Which of the following statements are correct?If $C$ is a candidate key for $R_1$, the decomposition ...
0 0 votes
1 1 answer
37
37 views
Consider $R(A,B,C,D)$ with $F=\{B\to C,\ D\to A\}$.The relation is decomposed into $R_1(B,C)$ and $R_2(A,D)$.Which of the following statements are correct?The decompositi...
2 2 votes
1 1 answer
117
117 views
Consider $X(A,B,C,D,E,F)$ with $F=\{AB\to CD,\ CD\to EF\}$.The relation is decomposed into $X_1(A,B,C,D)$ and $X_2(C,D,E,F)$.Which statement is correct?The decomposition ...
To see more, click for the full list of questions or popular tags.