Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Automata Theory, Languages and Computation
Rating: 3.8 out of 5(216 ratings)
1,636 students

Introduction to Automata Theory, Languages and Computation

Theory of computation, Automata Theory, Formal Language and Automata Theory
Created byDr.Deeba K
Last updated 8/2025
English

What you'll learn

  • Understand the basics of Automata Theory, Languages and its need
  • Understand the working of Finite Automata, Push Down Automata and Turing Machine
  • Able to solve problems using Finite Automata, Push Down Automata and Turing Machine
  • Able to recognize the relationship between various Automata
  • Understand the need for proving various equivalence between Automata

Course content

12 sections84 lectures19h 51m total length
  • Introduction to this course4:15
  • Introduction to Automata - Languages - Chomsky Hierarchy10:02
  • Formal Languages: Strings, Languages10:29
  • Chomsky Hierarchy10:59

    Trace the Chomsky hierarchy from finite automata to Turing machines, and learn how regular, context-free, context-sensitive, and unrestricted languages are distinguished by grammar representations and memory.

  • Introduction

Requirements

  • No prerequisites are there for this course. Students can listen to the lectures to understand Automata Theory concepts from base.

Description

The aim of this course “Introduction to Automata Theory, Languages and Computation” is to give a detailed working explanation regarding each Mathematical model, its corresponding languages, and their provable equivalence. “Theory of Computation” has three major subdivisions namely

1) Automata Theory

2) Computability Theory

3) Complexity Theory

The automata theory deals with some Mathematical models that perform some operations automatically like programming machines. There are four main Mathematical models namely, Finite Automata(FA), Push Down Automata(PDA), Linear Bound Automata(LBA), and Turing Machine(TM). Each Mathematical model differs based on its memory units as FA has no external memory unit, PDA has stack as a memory unit, LBA has finite length tape as a memory unit and TM has infinite tape as a memory unit.

Based on the limitations in the memory unit each model solves a limited set of problems only. The set of problems solved by each model is grouped as languages accepted by the model. The problems solved by Finite Automata are called Regular Language and its corresponding language representation is called Regular Grammar. The language accepted by Push Down Automata is called Context Free Language, the language accepted by Linear Bound Automata is called Context Sensitive Language, and the language accepted by Turing Machine is called Un-Restricted language since Turing machines have unlimited memory and random access to the memory unit.

Turing machines can be equated to modern computers, it can solve any problem that is solvable by computers. Computability theory deals with verifying whether the problem is solvable or not and If it is solvable complexity theory deals with the algorithmic complexity of problems that are solvable by Turing Machine.

This course mainly deals with automata theory (Mathematical Models) and its languages.

Who this course is for:

  • Computer science students
  • Students preparing for Gate exams
  • Anyone planning for Government Exams in Computer Science base
  • Students interested in understanding the basic working of Models