Difference between revisions of "User:Jeffj/CS4-5723/Syllabus"
Line 17: | Line 17: | ||
=== Grading === | === Grading === | ||
+ | Grades are assigned on a standard scale with the following weights: | ||
+ | :<table border=0><tr><th align=left>Midterm</th><td></td><td>25%</td></tr><tr><th align=left>Final</th><td></td><td>25%</td></tr><tr><th align=left>Quizes (10)</th><td></td><td>50%</td></tr></table> | ||
=== Schedule === <!-- OPTIONAL --> | === Schedule === <!-- OPTIONAL --> |
Revision as of 21:44, 29 August 2011
![]() |
This page is undergoing initial construction or a major update. Please be advised that material that appears here may not be correct or current, and may change before the page is finalized. |
CS 4-5723 Automata Theory
Fall 2011, Section 001, TR 9:30am-10:45am, CSM 211 (3 credits)
Instructor
Dr. Jeff Jenness | |||
Office | CSM 132 | Office Hours | TR 11:00am-12:00pm and MW 11:00pm-12:00pm |
Phone | 870-972-3978 ext. 8117 | jeffj@astate.edu |
Course Description
- CS 4-5723. Automata Theory
- Study formal languages and equivalent models of computation, finite state automata and regular expressions, push down automata and context free grammars, pumping lemmas and closure properties, and turing machines. Prerequisites: CS 3113. Fall odd.
Objectives
The student will perform basic proofs in the foundations of computer science. The student will understand some of the theory behind regular languages and automata. The student will be able to construct grammars, automata and turing machines.
Outcomes
- Understand the basic principles behind mathematical induction
- Be able to construct basic proofs for sets and languages
- Understand the idea of deterministic and nondeterministic automata
- Construct simple machines and grammars for a variety of languages
- Prove properties for both regular and context-free languages
- Be able to construct turing machines for solving problems
Grading
Grades are assigned on a standard scale with the following weights:
Midterm 25% Final 25% Quizes (10) 50%
Schedule
(subject to change)
Week | Topic | Reading | Assignment |
---|---|---|---|
1 | |||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | |||
8 | |||
9 | |||
10 | |||
11 | |||
12 | |||
13 | |||
14 | |||
15 |
Dates to Remember
Assignments
Homework
Materials
Textbook
Introduction to Automata Theory, Languages, and Computation, 3rd ed. (ISBN: 0-321-45536-3), by John E. Hopcroft, Rajeev Motwani, Jeffrey D. Ullman. Pearson Education/Addison-Wesley, 2007. (Amazon)
Online Resources
- Go here for course supplements.
Software Downloads
JFLAP is software for exploring and experimenting with automata, machines and grammars.
Course Policies
See Department Policies which will be adhered to within the course.
See Also
- [http:// ] Wikipedia article