443 views
1 votes
1 votes
  1. Given a regular language, does the language contain any string at all. 
  2. Given a regular language, does the language contain infinite number of strings.
  3. Given a recursive language, does the language contain infinite number of strings.
  4. Given a recursive language, does the language contain any string at all. 

1 Answer

0 votes
0 votes

all are decidable becoz for regular language and recursive languages there exist a membership algorithim so we can decide wheather it is infinite or finite.

\

Related questions

0 votes
0 votes
0 answers
1
Mk Utkarsh asked Sep 15, 2018
567 views
A Turing Machine accepts a language if its DCFL but rejects if it's a non deterministic CFL
0 votes
0 votes
1 answer
3
srestha asked Jan 12, 2017
663 views
Let A = {<M>|M is a TM and L(M) is regular}. Then A is _________a) Decidable language and regular languageb) Undecidable but partially decidablec) Totally not decidabled)...