Question 32
Answer : (4) any string of odd number of a’s and odd number of b’s
Answer : (4) any string of odd number of a’s and odd number of b’s
Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...
-
any string of odd number of a’s → False
-
any string of odd number of b’s → False
-
any string of even number of a’s and odd number of b’s → False
-
any string of odd number of a’s and odd number of b’s → True
The language accepted by given finite automata is:it does't accept string "aaa"
it does't accept string "bbb"
it does't accept string "aabb"
L = {ab, ba, ababab, bababa, ......}
Here L is the language containing odd number of a’s and odd number of b’s.
So, Option (4) is correct answer.