<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_420_Theory_of_Computing</id>
	<title>CS 420 Theory of Computing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=CS_420_Theory_of_Computing"/>
	<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_420_Theory_of_Computing&amp;action=history"/>
	<updated>2026-04-14T23:17:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_420_Theory_of_Computing&amp;diff=79&amp;oldid=prev</id>
		<title>Jkinne: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_420_Theory_of_Computing&amp;diff=79&amp;oldid=prev"/>
		<updated>2025-08-17T13:22:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:22, 17 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki2:diff:1.41:old-78:rev-79 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jkinne</name></author>
	</entry>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=CS_420_Theory_of_Computing&amp;diff=78&amp;oldid=prev</id>
		<title>wiki_previous&gt;Znoble1: /* Standard Content */</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=CS_420_Theory_of_Computing&amp;diff=78&amp;oldid=prev"/>
		<updated>2021-05-18T12:52:01Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Standard Content&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Catalog Description ==&lt;br /&gt;
A sampling of the different areas of theoretical computer science: finite state concepts, formal grammars and automata, computability, Turing machines, and program verification.  Prerequisite - C or better in CS 202 and CS 303.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
Willingness to work hard. Knowing how to write a formal mathematical proof.&lt;br /&gt;
&lt;br /&gt;
== Standard Content ==&lt;br /&gt;
===Course Outline===&lt;br /&gt;
&lt;br /&gt;
* closely follows the first 5 Chapters of the course textbook (see below), except that some topics are not covered in class&lt;br /&gt;
* Regular languages:&lt;br /&gt;
* Finite automata (DFA):&lt;br /&gt;
* Formal definition of finite automata, examples&lt;br /&gt;
* Formal definition of computation, designing finite automata&lt;br /&gt;
* Regular operators&lt;br /&gt;
* Nondeterminism:&lt;br /&gt;
* Formal definition of a nondeterministic finite automaton (NFA)&lt;br /&gt;
* Equivalence of NFAs and DFAs (with proofs)&lt;br /&gt;
* Closure under regular operations (with proofs)&lt;br /&gt;
* Regular expressions:&lt;br /&gt;
* Formal definition of a regular expression&lt;br /&gt;
* Equivalence with finite automata (with proofs)&lt;br /&gt;
* Nonregular languages&lt;br /&gt;
* The pumping lemma for regular languages (with proofs, students are expected to master how to use this lemma that certain languages are nonregular)&lt;br /&gt;
* Context-free languages:&lt;br /&gt;
* Context-free grammars (CFG)&lt;br /&gt;
* Formal definition of CFGs, examples of CFGs&lt;br /&gt;
* Chomsky normal form&lt;br /&gt;
* Pushdown automata (PDA)&lt;br /&gt;
* Formal definition of PDA, examples&lt;br /&gt;
* Equivalence of PDAs with CFGs, proof not covered in class&lt;br /&gt;
* Non-context-free languages:&lt;br /&gt;
* Pumping lemma for CFGs (students are expected to master how to use this lemma that certain languages are not context-free)&lt;br /&gt;
* Church-Turing  thesis:&lt;br /&gt;
* Turing machines: formal definition, examples&lt;br /&gt;
* Variants of Turing machines, nondeterministic Turing machines, enumerators&lt;br /&gt;
* Definition of an algorithm&lt;br /&gt;
* Decidable languages:&lt;br /&gt;
* Decidable languages concerning regular languages, context-free languages&lt;br /&gt;
* Undecidability:&lt;br /&gt;
* Diagonalization method, examples of undecidable and Turing-unrecognizable languages&lt;br /&gt;
* Reducibility:&lt;br /&gt;
* Some undecidable problems, reduction via computation histories&lt;br /&gt;
* Computable function, mapping reducibility&lt;br /&gt;
&lt;br /&gt;
===Learning Outcomes===&lt;br /&gt;
* Basic understanding of fundamental computational models such as DFAs, NFAs, Turing machines, etc. and their properties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Important Assignments and/or Exam Questions===&lt;br /&gt;
* Give a formal deﬁnition of a ﬁnite automaton.&lt;br /&gt;
* Let Bn = {ak | k is a multiple of n}. Show that for each n ≥ 1, the language Bn is regular.&lt;br /&gt;
* Use the pumping lemma to show that the language {0n1n0n1n} is not context free.&lt;br /&gt;
* Let Σ = {1,2,3,4} and C = {w ∈ Σ* | in w, the number of 1s equals the number of 2s and the number of 3s equals the number of 4s}. Show that C is not context-free.&lt;br /&gt;
* Deﬁne the following terms: (a) Turing-recognizable language, (b) co-Turing-recognizable language, (c) decidable language, (d) enumerator, (e) linear bounded automaton.&lt;br /&gt;
* What does it mean that language A is mapping reducible to language B?&lt;br /&gt;
* Let Q = {&amp;lt;M1,M2&amp;gt; | M1 and M2 are TMs and L(M1) = L(M2)}. Give a proof that Q is undecidable. You are allowed to use results from class.&lt;br /&gt;
&lt;br /&gt;
=== Standard resources ===&lt;br /&gt;
* Introduction to the Theory of Computation, 3rd Edition, by Michael Sipser. ISBN 978-1133187790&lt;/div&gt;</summary>
		<author><name>wiki_previous&gt;Znoble1</name></author>
	</entry>
</feed>