finite automata for the language of all those strings having double 0 or double 1 in theory of automata

By: Prof. Dr. Fazal Rehman | Last updated: December 28, 2023

Built the finite automata for the language of all those strings having double 0 or double 1?

Let’s start drawing the FSA.

FSA in theory of automata

All strings that are part of the given language, must be accepted by our FSA, and all those strings that are not part of the given language must be rejected by FSA.

Accepted Strings
You should check some small, some medium and some large size strings that are part of the language and all of them(100% strings) should be accepted by ourĀ FA.
Small strings:

00, 11, 011, 100…. andĀ all those strings having double 0 or double 1

Medium size strings:

0010010, 1011001, 110011Ā ……andĀ all those strings having double 0 or double 1

Large size strings:

011010101010101, 1010100101010100…….andĀ all those strings having double 0 or double 1

 

Rejected Strings
You should check some small, some medium and some large size strings that are not part of the language and all of them(100% strings) should be rejected by ourĀ FA.
Small strings:

0, 1, 01, 10,…. andĀ all those strings having no double 0 or double 1

Medium size strings:

010101010, 101010101……andĀ all those strings having no double 0 or double 1

Large size strings:

010101010101, 1010101010101…….andĀ all those strings having no double 0 or double 1

List of 100+ Important Deterministic Finite Automata

Finite Automata Exercise Solution

Here I am showing you a list of some more important Deterministic Finite Automata used in the theory of automata and theory of computation.

  1. DFA forĀ Ā (a+b)* (a+b)aĀ .
  2. DFA forĀ (bb)*(aa)*Ā .
  3. DFA forĀ Ā b+a(a+b)*+a.
  4. DFA forĀ (a+b)*b+(bb)*a.
  5. DFA forĀ bb+a(a+b)*+aa.
  6. DFA forĀ Ā a(a+b)*+bb(a)*Ā .
  7. DFA forĀ Ā a(a+b)b*+bb(a)*.
  8. DFA forĀ Ā b(aa)*a+a(bb)*b.
  9. DFA forĀ a+a(aa+b)*(aa)b.
  10. DFA forĀ a+a(aa+b)*+(aa)b.
  11. DFA forĀ (a+b)b(a+b)*+(aa)*b.
  12. FA for stringsĀ starting with a and ending with a.
  13. FA for the language of all those stringsĀ starting with a.
  14. FA for the language of all those strings containingĀ aa as a substring.
  15. DFA for the language of all those stringsĀ starting and ending with the same letters.
  16. DFA for the language of all those stringsĀ starting and ending with different letters.
  17. DFA for the language of all those stringsĀ having double 0 or double 1.
  18. DFA for the language of all those stringsĀ starting and ending with b.
  19. DFA forĀ ending with b.
  20. DFA for the string ofĀ even Aā€™s and even bā€™s.
  21. DFA for the regular expression ofĀ Ā a(a+b)*+(bb)+a(ba)*+aba+bb*(a+b)*.
  22. RegExp and DFA for strings havingĀ triple aā€™s or triple bā€™s.

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials