...
Transformations
November 14, 2023
Mathematical-Reasoning
November 14, 2023
Transformations
November 14, 2023
Mathematical-Reasoning
November 14, 2023

Theory-of-Computation

Question 3
Consider the following language.

A
2
Question 3 Explanation: 

Option A accepts string “01111” which does not end with 011 hence wrong.

Option C accepts string “0111” which does not end with 011 hence wrong.

Option D accepts string “0110” which does not end with 011 hence wrong.

Option B is correct.

 

The NFA for language in which all strings ends with “011”

<img decoding="async" src="“>

Correct Answer: A
Question 3 Explanation: 

Option A accepts string “01111” which does not end with 011 hence wrong.

Option C accepts string “0111” which does not end with 011 hence wrong.

Option D accepts string “0110” which does not end with 011 hence wrong.

Option B is correct.

 

The NFA for language in which all strings ends with “011”

<img decoding="async" src="“>

Leave a Reply

Your email address will not be published. Required fields are marked *