978 views
2 votes
2 votes
A = { <M> | M is a DFA that doesn't accept any string containing an odd number of 1s }. Then A will be -

a) Recursive enumerable

b) Turing co-recognizable

c) decidable

d) none of these

1 Answer

0 votes
0 votes
The language is Regular/DFA can be constructed. Hence Decidable.

Related questions

0 votes
0 votes
0 answers
2
baofbuiafbi asked Nov 14, 2023
149 views
Is the following language decidable or not? If you deem it decidable, you need to give an algorithm and analyse its running time. If not decidable, you need to prove it. ...
0 votes
0 votes
0 answers
3
baofbuiafbi asked Nov 14, 2023
149 views
Prove L = {F | F is a boolean formula and F evaluates to true on every asignment" is decidable (include algorithm and running time in big o notation)
0 votes
0 votes
0 answers
4
Abhipsa Panda asked May 24, 2022
153 views
How is equality problem for DCFL decidable?