Consider the following two finite automata π·1 and π·2.
Which of the following statements is/are true?

Step 1: Start in the accepting initial state of each depicted automaton. Consequently both accept the zero-length string \(\epsilon\).
Step 2: Trace each possible three-symbol input. The three-bit strings that return automaton \(D_1\) to its accepting initial state form a set \(B_1\); the return strings for \(D_2\) form \(B_2\). Inspection of the labelled edges shows that every binary three-bit string is in exactly one set.
Step 3: Returning to the initial state allows the same transition analysis to start again. Thus a nonempty string accepted by \(D_i\) decomposes into three-bit blocks entirely from \(B_i\), so \(L(D_i)=B_i^*\).
Step 4: Since \(B_1\cap B_2=\varnothing\), a nonempty accepted word cannot have a first block accepted by both automata. Hence the languages intersect only in \(\epsilon\): \(L(D_1)\cap L(D_2)=\{\epsilon\}\).
Step 5: The star outside the union allows blocks chosen independently from either machine. Because \(B_1\cup B_2=\{0,1\}^3\), its language is \((\{0,1\}^3)^*\), exactly the binary words of lengths \(0,3,6,\ldots\). Therefore (C) and (D) are correct; (A) and (B) are not.
Final answer: \(\boxed{\text{(C), (D)}}\).
Match LIST-I with LIST-II \[\begin{array}{|c|c|c|}\hline \text{ } & \text{LIST-I} & \text{LIST-II} \\ \hline \text{A.} & \text{A Language L can be accepted by a Finite Automata, if and only if, the set of equivalence classes of $L$ is finite.} & \text{III. Myhill-Nerode Theorem} \\ \hline \text{B.} & \text{For every finite automaton M = $(Q, \Sigma, q_0, A, \delta)$, the language L(M) is regular.} & \text{II. Regular Expression Equivalence} \\ \hline \text{C.} & \text{Let, X and Y be two regular expressions over $\Sigma$. If X does not contain null, then the equation $R = Y + RX$ in R, has a unique solution (i.e. one and only one solution) given by $R = YX^*$.} & \text{I. Arden's Theorem} \\ \hline \text{D.} & \text{The regular expressions X and Y are equivalent if the corresponding finite automata are equivalent.} & \text{IV. Kleen's Theorem} \\ \hline \end{array}\]
\[\text{Matching List-I with List-II}\]
Choose the correct answer from the options given below:
Which one of the following regular expressions correctly represents the language of the finite automaton given below?

Consider the following language: \[ L = \{ w \in \{0,1\}^* \mid w \text{ ends with the substring } 011 \} \] Which one of the following deterministic finite automata accepts \(L\)? 