Consider the following finite automata P and Q over the alphabet {a, b, c}.…

2007

Consider the following finite automata P and Q over the alphabet {a, b, c}. The start states are indicated by a double arrow and final states are indicated by a double circle. Let the languages recognized by them be denoted by L(P) and L(Q) respectively.


2007_50



The automation which recognizes the language L(P) ∩ L(Q) is :

2007_50_a

2007_50_b

2007_50_c

2007_50_d

Answer: A. aTo find the automaton recognizing L(P) ∩ L(Q), construct a product automaton where each state is a pair (p, q) with p from P and q from Q. The start state is…

  1. A.

    a

  2. B.

    b

  3. C.

    c

  4. D.

    d

Attempted by 34 students.

Show answer & explanation

Correct answer: A

To find the automaton recognizing L(P) ∩ L(Q), construct a product automaton where each state is a pair (p, q) with p from P and q from Q. The start state is (p0, q0), and a state (p, q) is final if both p and q are final in their respective automata. Transitions are defined by applying the same input symbol to both components. The resulting automaton will accept strings that are accepted by both P and Q.

Explore the full course: Iocl Engineers Officers Grade A Paper 2

Loading lesson…