CPSC 350, section 1, Foundations of Computer Science. Meets at 1:25-2:15, MWF, in Daniel 408.
This section will contain lists of homework and the due dates.
As announced in class, the homework will no longer be due at a particular date. The homework is now due the class period after the material is discussed. This is to encourage you to do the homework exercises as part of your pre-study of the material.
This unit consists of Chapters 1, 2, and 3. Initially we will skim these chapters to remind you what sets are, and what functions and relations are. Section 1.4 will be covered in depth, especially the section on grammars.
We will cover Chapter 2 in depth since it introduces induction and recursion.
We will look at section 3.2 and 3.3. It is important that you understand what it means to be a proof and what it means to be a theory.
This unit consists of Chapters 5 and 6.
Chapter 5 deals with three separate descriptions of what turn out to be the same computational power. Finite State Machines are useful for describing computer hardware. Regular languages are particularly simple pattern sets that occur quite often. Regular Expressions are a particularly useful way of specifying pattern searches. We also get a chance to study an important class of processes known as non-deterministic. Nondeterminism is a form of parallel processing.
Chapter 6 deals with language and machine systems that work particularly well with compiler-implemented languages like C.
This will consist of selected portions of Chapters 3, 4, 7, 8, and 9.
As an experiment, the Spring 1996 class did a portfolio. It was added late in the class. This Fall 1996 semester will again include a portfolio.
It is my experience that students do better in this course when they work in groups. Professor Ron Nowaczyk and I are working on some further considerations for forming these groups. As soon as practical, we will form groups. Until then, you should informally form you own groups of no more than 3 students.
No programming projects are anticipated at this time.