Course details

Theoretical Computer Science

TIN Acad. year 2023/2024 Winter semester 7 credits

An overview of the applications of the formal language theory in modern computer science and engineering (compilers, system modelling and analysis, linguistics, etc.), the modelling and decision power of formalisms, regular languages and their properties, minimalization of finite-state automata, context-free languages and their properties, Turing machines, properties of recursively enumerable and recursive languages, computable functions, undecidability, undecidable problems of the formal language theory, and the introduction to complexity theory.

Guarantor

Course coordinator

Language of instruction

Czech

Completion

Credit+Examination (written+oral)

Time span

  • 39 hrs lectures
  • 10 hrs seminar
  • 16 hrs exercises
  • 13 hrs projects

Assessment points

  • 60 pts final exam (written part)
  • 25 pts written tests (written part)
  • 15 pts projects

Department

Lecturer

Instructor

Course Web Pages

Learning objectives

To acquaint students with more advanced parts of the formal language theory, with basics of the theory of computability, and with basic terms of the complexity theory.

 

The students are acquainted with basic as well as more advanced terms, approaches, and results of the theory of automata and formal languages and with basics of the theory of computability and complexity allowing them to better understand the nature of the various ways of describing and implementing computer-aided systems. 
The students acquire basic capabilities for theoretical research activities.

Why is the course taught

The course acquaints students with fundamental principles of computer science and allows them to understand where boundaries of computability lie, what the costs of solving various problems on computers are, and hence where there are limits of what one can expect from solving problems on computing devices - at least those currently known. Further, the course acquaints students, much more deeply than in the bachelor studies, with a number of concrete concepts, such as various kinds of automata and grammars, and concrete algorithms over them, which are commonly used in many application areas (e.g., compilers, text processing, network traffic analysis, optimisation of both hardware and software, modelling and design of computer systems, static and dynamic analysis and verification, artificial intelligence, etc.). Deeper knowledge of this area will allow the students to not only apply existing algorithms but to also extend them and/or to adjust them to fit the exact needs of the concrete problem being solved as often needed in practice. Finally, the course builds the students capabilities of abstract and systematic thinking, abilities to read and understand formal texts (hence allowing them to understand and apply in practice continuously appearing new research results), as well as abilities of exact communication of their ideas.

Prerequisite knowledge and skills

Basic knowledge of discrete mathematics concepts including algebra, mathematical logic, graph theory and formal languages concepts, and basic concepts of algorithmic complexity.

Study literature

  • Češka, M. a kol.: Vyčíslitelnost a složitost, Nakl. VUT Brno, 1993. ISBN 80-214-0441-8
  • Češka, M., Rábová, Z.: Gramatiky a jazyky, Nakl. VUT Brno, 1992. ISBN 80-214-0449-3
  • Češka, M., Vojnar, T.: Studijní  text k předmětu Teoretická informatika (http://www.fit.vutbr.cz/study/courses/TIN/public/Texty/TIN-studijni-text.pdf), 165 str. (in Czech)
  • Kozen, D.C.: Automata and Computability, Springer-Verlag, New Yourk, Inc, 1997. ISBN 0-387-94907-0
  • Hopcroft, J.E., Motwani, R., Ullman, J.D.: Introduction to Automata Theory, Languages, and Computation, Addison Wesley, 2nd ed., 2000. ISBN 0-201-44124-1
  • Meduna, A.: Formal Languages and Computation. New York, Taylor & Francis, 2014.
  • Aho, A.V., Ullmann, J.D.: The Theory of Parsing,Translation and Compiling, Prentice-Hall, 1972. ISBN 0-139-14564-8
  • Martin, J.C.: Introduction to Languages and the Theory of Computation, McGraw-Hill, Inc., 3rd ed., 2002. ISBN 0-072-32200-4
  • Brookshear, J.G. : Theory of Computation: Formal Languages, Automata, and Complexity, The Benjamin/Cummings Publishing Company, Inc, Redwood City, California, 1989. ISBN 0-805-30143-7

Fundamental literature

  • Hopcroft, J.E., Motwani, R., Ullman, J.D.: Introduction to Automata Theory, Languages, and Computation, Addison Wesley, 2nd ed., 2000. ISBN 0-201-44124-1
  • Kozen, D.C.: Automata and Computability, Springer-Verlag, New Yourk, Inc, 1997. ISBN 0-387-94907-0
  • Martin, J.C.: Introduction to Languages and the Theory of Computation, McGraw-Hill, Inc., 3rd ed., 2002. ISBN 0-072-32200-4
  • Brookshear, J.G. : Theory of Computation: Formal Languages, Automata, and Complexity, The Benjamin/Cummings Publishing Company, Inc, Redwood City, California, 1989. ISBN 0-805-30143-7
  • Aho, A.V., Ullmann, J.D.: The Theory of Parsing,Translation and Compiling, Prentice-Hall, 1972. ISBN 0-139-14564-8

Syllabus of lectures

  1. An introduction to the theory of formal languages, regular languages and grammars, finite  automata, regular expressions.
  2. Minimization of finite-state automata, pumping theorem, Nerod's theorem, decidable problems of regular languages.
  3. Context-free languages and grammars, push-down automata, transformations and normal forms of context-free grammars.
  4. Advanced properties of context-free languages, pumping theorem for context-free languages, decidable problems of context-free languages, deterministic context-free languages. 
  5. Turing machines (TMs), the language accepted by a TM, recursively enumerable and recursive languages and problems.
  6. TMs and type-0 languages, properties of recursively enumerable and recursive languages, linearly bounded automata and type-1 languages. 
  7. The Church-Turing thesis, undecidability, the halting problem, reductions, Post's correspondence problem, undecidable problems of the formal language theory, diagonalization. 
  8. Predicate logic and its axiomatization.
  9. Gödel's incompleteness theorems.
  10. An introduction to the computational complexity, Turing complexity, asymptotic complexity.
  11. P and NP classes, polynomial reduction, completeness.
  12. Amortized complexity, problems beyond NP.

Syllabus of numerical exercises

  1. Basics of discrete mathematics, Formal languages, and operations over them. Grammars, the Chomsky hierarchy of grammars and languages. 
  2. Regular languages and finite-state automata (FSA) and their determinization.
  3. Conversion of regular expressions to FSA. Minimization of FSA. Pumping lemma
  4. Context-free languages and grammars. Transformations of context-free grammars. 
  5. Operations on context-free languages and their closure properties. Pumping lemma for context-free languages. 
  6. Push-down automata, (nondeterministic) top-down and bottom-up syntax analysis. Deterministic push-down languages. 
  7. Turing machines.
  8. Decidability, semi-decidability, and undecidability of problems, reductions of problems I. 
  9. Decidability, semi-decidability, and undecidability of problems, reductions of problems II.
  10. Predicate logic I.
  11. Predicate logic II.
  12. Complexity classes. Properties of space and time complexity classes. 
  13. P and NP problems. Polynomial reduction. 

Syllabus - others, projects and individual work of students

  1. Assignment  in the area of regular and contex-free languages.
  2. Assignment  in the area of context-free languages and Turing machines.
  3. Assignment  in the area of undecidability and complexity.

Progress assessment

The evaluation of the course consists of the test in the 4th week (max. 15 points) and the test in the 9th week (max. 15 points), the assignments (max 3-times 5 points), and the final exam (max 60 points).

The written test in the 4th week focuses on the regular languages and on a basic knowledge of the context-free languages. The written test in the 9th week focuses on advance topics in the context-free languages, and on the area of decidability and undecidability including constructions of Turing machines.

The requirements to obtain the accreditation that is required for the final exam: The minimal total score of 18 points achieved from the assignments and from the tests in the 4th and 9th week (i.e. out of 40 points).

The final exam has 4 parts. Students have to achieve at least 4 points from each part and at least 25 points in total, otherwise the exam is evaluated by 0 points.

 

Exam prerequisites

The minimal total score of 18 points achieved from the first two assignments, and from the exams in the 4th and 9th week (i.e. out of 40 points).

 

Schedule

DayTypeWeeksRoomStartEndCapacityLect.grpGroupsInfo
Mon exam 2023-11-13 E104 E105 E112 08:0009:50 2. průběžný test
Mon lecture 1., 2., 3., 4., 5., 6., 7., 10., 11., 13. of lectures D105 11:0013:50316 1MIT 2MIT NBIO - NSPE xx Češka
Mon lecture 8., 9. of lectures D105 11:0013:50316 1MIT 2MIT NBIO - NSPE xx Holík
Mon lecture 2023-12-04 D105 11:0013:50316 1MIT 2MIT NBIO - NSPE xx Vojnar
Mon exam 2024-01-29 D105 13:0016:50 3. termín
Mon exercise 3., 7., 10. of lectures A113 18:0019:5043 1MIT 2MIT xx Lengál
Mon exercise 6., 9. of lectures A113 18:0019:5043 1MIT 2MIT xx Češka
Mon exercise 2023-10-16 A113 18:0019:5043 1MIT 2MIT xx Holík
Mon exercise 2023-12-11 A113 18:0019:5043 1MIT 2MIT xx Rogalewicz
Tue exercise 3., 7., 10. of lectures A113 08:0009:5043 1MIT 2MIT xx Lengál
Tue exercise 6., 9. of lectures A113 08:0009:5043 1MIT 2MIT xx Češka
Tue exercise 2023-10-17 A113 08:0009:5043 1MIT 2MIT xx Holík
Tue exercise 2023-12-12 A113 08:0009:5043 1MIT 2MIT xx Rogalewicz
Tue exercise 3., 7., 10. of lectures A113 18:0019:5043 1MIT 2MIT xx Lengál
Tue exercise 6., 9. of lectures A113 18:0019:5043 1MIT 2MIT xx Češka
Tue exercise 2023-10-17 A113 18:0019:5043 1MIT 2MIT xx Holík
Tue exercise 2023-12-12 A113 18:0019:5043 1MIT 2MIT xx Rogalewicz
Wed exam 2024-01-17 D105 13:0016:50 2. termín
Thu other 2023-12-28 A211 00:1000:15 hodnocení 2. domácí úlohy
Thu exercise 3., 7., 10. of lectures D0206 09:0010:5043 1MIT 2MIT xx Lengál
Thu exercise 6., 9. of lectures D0206 09:0010:5043 1MIT 2MIT xx Češka
Thu exercise 2023-10-19 D0206 09:0010:5043 1MIT 2MIT xx Holík
Thu exercise 2023-12-14 D0206 09:0010:5043 1MIT 2MIT xx Rogalewicz
Fri exam 2023-10-13 D105 14:0015:50 1.test
Fri exam 2024-01-05 D0206 D105 14:0017:50 1. termín
Fri exercise 3., 5., 6., 7., 10., 13. of lectures D105 14:0015:5043 1MIT 2MIT xx Vojnar
Fri seminar 1., 2., 4., 8. of lectures D105 14:0016:50316 1MIT 2MIT NBIO - NSPE xx Vojnar
Fri seminar 2023-12-01 D105 14:0016:50316 1MIT 2MIT NBIO - NSPE xx Holík
Fri seminar 2023-12-08 D105 14:0016:50316 1MIT 2MIT NBIO - NSPE xx Češka
Fri exercise 3., 5., 6., 7., 10., 13. of lectures A112 16:0017:5043 1MIT 2MIT xx Vojnar
Fri seminar 2023-10-13 D105 16:0018:50316 1MIT FIT ost xx Vojnar Mimoradny posun democviceni kvuli zkousce

Course inclusion in study plans

Back to top