CS 3350 Automata, Computability, and Formal Languages
Spring 2023 Syllabus

Class Time: Mondays and Wednesdays 12-1:20 pm

Room: Quinn Hall 206

General Prerequisites: CS 2302 "Data Structures" and either Discrete Mathematics or Discrete Structures, both with grades C or higher.

Alternative Prerequisites: CS 2401 "Elementary Data Structures and Algorithms" and either Discrete Mathematics or Discrete Structures, both with grades B or higher.

Instructor: Vladik Kreinovich, email vladik@utep.edu, office CCSB 3.0404,
office phone (915) 747-6951.

Teaching Assistant (TA): Jesus Baylon, email jbaylon3@miners.utep.edu, office hours: Mondays and Wednesdays 10:30 am - 12 pm and Thursdays 11 am - 12 pm in the "CS Dungeon" room CCSB G.0512, or by appointment.

Instructor of Another Section of Automata: Luc Longpre.

Course Objectives: Theoretical computing models and the formal languages they characterize: Finite state machines, regular expressions, pushdown automata, context-free grammars, Turing machines and computability. Capabilities and limitations of each model, and applications including lexical analysis and parsing.

Major Topics Covered in the Course

Learning Outcomes

Level 1: Knowledge and Comprehension
Level 1 outcomes are those in which the student has been exposed to the terms and concepts at a basic level and can supply basic definitions. The material has been presented only at a
superficial level.
Upon successful completion of this course, students will be able to:

1a. Describe implications of Church-Turing thesis.

1b. Describe problems for which an algorithm exists, and problems for which there are no algorithms (non-recursive, non-recursively enumerable languages) and describe the implications of such results.

1c. Describe and explain the diagonalization process as used in proofs about computability.

1d. Describe the difference between feasible and non-feasible algorithms, describe the limitations of the current formalization of feasibility as polynomial-time.

1e. Describe the main ideas behind the concepts of NP and NP-hardness, know examples of NP-hard problems.

Level 2: Application and Analysis
Level 2 outcomes are those in which the student can apply the material in familiar situations, e.g., can work a problem of familiar structure with minor changes in the details.
Upon successful completion of this course, students will be able to:

2a. Convert a non-deterministic finite automaton into an equivalent deterministic finite automaton.

2b. Convert a non-deterministic finite automaton into an equivalent regular expression.

2c. Convert a regular expression into an equivalent finite automaton.

2d. Construct a regular expression for a regular language.

2e. Convert a context-free grammar into an equivalent pushdown automaton.

2f. Construct a context-free grammar for a given context-free language.

2g. Design an algorithm for a machine model to simulate another model.

2h. Build simple Turing machines.

2i. Prove formally properties of languages or computational models.

2j. Apply a parsing algorithm.

2k. Build a parse tree or a derivation from a context-free grammar.

2l. Use the closure properties in arguments about languages.

Level 3: Synthesis and Evaluation
Level 3 outcomes are those in which the student can apply the material in new situations. This is the highest level of mastery.
Upon successful completion of this course, students will be able to:

3a. Compare regular, context-free, recursive, and recursively enumerable languages.

3b. Compare finite automata, pushdown automata, and Turing machines.

Textbook: Introduction to the Theory of Computation, by Michael Sipser (both 2nd and 3rd editions are OK). This book is available at the bookstore and through major online book retailers, and you are expected to acquire a copy for your use in this course. Photocopied textbooks are illegal and their use will not be tolerated.

Assignments: Reading and homework assignments will be announced on the class website. You should expect to spend at least 10 hours/week outside of class on reading and homework.

Exams: There will be three tests: on February 15, March 22, and April 26 (dates tentative, may change later), and the final exam on May 12, 1-3:45 pm.

Similar to homeworks, I will post solutions, send you the grades, and answer questions if something is not clear.

As usual, if you are unable to attend the test, let me know, I will organize a different version of the test at a time convenient for you.

Grading: Each topic means home assignments (mainly on the sheets of paper, but some on the real computer). Maximum number of points:

The nominal percentage-score-to-letter-grade conversion is as follows:

We reserve the right to adjust these criteria downward, e.g., so that 88% or higher represents an A, based on overall class performance. The criteria will not be adjusted upward, however.

Example of grading: Suppose that:

Then, according to the above formulas, the overall student's percentage score is:

(21/28) * 5 + (70/100) * 15 + (75/100) * 15 + (80/100) * 15 + (8.6/10) * 20 + (85/100) * 30 =
0.75 * 5 + 0.7 * 15 + 0.75 *15 + 0.8 * 15 + 0.86 * 20 + 0.85 * 30 =
3.75 + 10.5 + 11.25 + 12.0 + 17.2 + 25.5 = 80.2.

This score is in the 80-89% range, so the overall student's grade for the class is a B.

Example of a preliminary estimate: Suppose that the student has just got the result of his/her second test, and he/she wants to estimate his/her grade so far. Suppose that:

The largest number of points that the student can get at this stage is:

5 + 15 + 15 + 20 = 55

Out of these points, according to the above formulas, the student's percentage score so far is:

(15/20) * 5 + (70/100) * 15 + (75/100) * 15 + (8.2/10) * 20 =
0.75 * 5 + 0.7 * 15 + 0.75 *15 + 0.82 * 20 =
3.75 + 10.5 + 11.25 + 16.4 = 41.9.

The student got 41.9 out of the possible 55 points. So, the student's percentage score is:

(41.9/55) * 100 = 76.2

This score is in the 70-79% range, so the student's grade so far is a C.

Homework Assignments: Each topic means home assignments. Howeworks will be usually assigned on Monday and be due on Wednesday, by the start of the Wednesday class. To submit a homework, send it to the Teaching Assistant (TA) by email. If it is not electronic, scan it and send him/her the scanned version. If you have a legitimate reason to be late, let me and the TA know, you can then submit it until the following Mondayday. If you were simply late, you can still submit until next Monday, but then the TA will take off points for submitting late.

The TA will take off points for submitting late. He/she will send you the grades. On Monday the next week, I will post correct solutions, and both I and the TA will be glad to answer questions if needed.

Since I will be posting correct solutions to homeworks, it does not make any sense to accept very late assignments: once an assignment is posted, it make no sense for you to copy it in your own handwriting, this does not indicate any understanding. So, please try to submit your assignments on time.

Things happen. If there is an emergency situation and you cannot submit it on time, let me know, you will then not be penalized -- and I will come up with a similar but different assignment that you can submit directly to me (not to the TA) when you become available again.

Homework must be done individually. While you may discuss the problem in general terms with other people, your answers and your code should be written and tested by you alone. If you need help, consult the instructor or the TA.

Quizzes: The purpose of a quiz is to ensure that you have read the weekly reading assignment and to verify that you have mastered the major concepts of recent lectures. Quizzes typically will be about 5-10 minutes in length and will cover the material assigned to be read for the upcoming lecture plus selected concepts from previous lectures. There will be no make-up on missed quizzes.

Special Accommodations: If you have a disability and need classroom accommodations, please contact the Center for Accommodations and Support Services (CASS) by email to cass@utep.edu. For additional information, please visit the CASS website at http://www.sa.utep.edu/cass. CASS's staff are the only individuals who can validate and if need be, authorize accommodations for students.

Scholastic Dishonesty: Any student who commits an act of scholastic dishonesty is subject to discipline. Scholastic dishonesty includes, but not limited to cheating, plagiarism, collusion, submission for credit of any work or materials that are attributable to another person.

Cheating is:

Plagiarism is: To avoid plagiarism see: https://www.utep.edu/student-affairs/osccr/_Files/docs/Avoiding-Plagiarism.pdf

Collusion is unauthorized collaboration with another person in preparing academic assignments.

Instructors are required to -- and will -- report academic dishonesty and any other violation of the Standards of Conduct to the Dean of Students.

NOTE: When in doubt on any of the above, please contact your instructor to check if you are following authorized procedure.

Daily Schedule: (tentative and subject to change)

January 18: topics to cover:

January 23: topics to cover:

January 25: topics to cover:

see lecture.

January 30: topics to cover:

February 1: topics to cover:

February 6: topics to cover:

February 8: topics to cover:

February 13: overview for Test 1.

February 15: Test 1.

February 20: overview of Test 1 results.

February 22: topics to cover:

February 27: topics to cover:

March 1: topics to cover:

see lecture.

March 6: topic to cover:

March 8: topic to cover:

see lecture .

March 20: preview for Test 2

March 22: Test 2

March 27: review of Test 2 results

March 29: topics to cover:

April 3: topics to cover: Turing machines (cont-d).

April 5: topics to cover:

April 10: topics to cover:

see Section 2.1.1 of a paper and comments

April 12: topics to cover:

see lecture and Sections 2.2 and 2.3 of the paper.

April 17: topics to cover:

April 19: topics to cover:

April 24: topic to cover: preview for Test 3.

April 26: Test 3.

May 1: overview of Test 3 results.

May 3: preview for final exam.