CS152Spring 2009Sec1Home Page/Syllabus

Programming Paradigms

Instructor: Chris Pollett
Office: MH 214
Phone Number: (408) 924 5145
Email: cpollett@gmail.com
Office Hours: MW 3pm-5:15pm
Class Meets:
Sec1 MW 1:30pm-2:45pm in MH223

Prerequisites

To take this class you must have taken: CS151 and CMPE135/SE135 with a grade of C- or better.

Texts and Links

Required Texts: Programming Languages: Principles and Practice. by Kenneth C. Louden.
Online References and Other Links: Cygwin.
Dr. Scheme.
Standard ML of New Jersey.
XSB Prolog.

Topics and Outcomes

This course covers the basics of programming language syntax and semantics. We will begin by saying what is a programming language and then introduce four common computational paradigms: structured programming, object-oriented programming, functional programming, and declarative programming. We will talk a little about how the history of programming in each of these paradigms evolved. We will then introduce gcc (a compiler for the structured language C), flex, bison, and make -- some common tools for creating new languages. Make will be our first example of a declarative language; however, it is not Turing complete. We will cover some common design principles for making a usable and efficient language as well as discuss regular expression for lexical analysis and context free grammars to specify and parse languages. We then describe how a parser can be used to give meaning (aka semantics) to common language aspects, like declarations, blocks, etc and how a symbol table works. Before we switch away from using our parsing tools, I will then introduce an object-oriented language based on C called Objective-C. I might demo some aspects of object-orientation by creating a simple iPhone app. We will then begin covering two functional programming languages: Scheme and ML, the former being untyped and the latter being strongly typed. The strict typing mechanism of ML will provide a suitable segue into how data types are handled in programming languages. We will then talk about how procedures, environments and memory allocation are done in programming languages. Finally, we will talk about logic programming, unification, and the Prolog language, a Turing complete declarative language. By the end of this course, a student should be able to: (1) Have a basic knowledge of the history of programming languages. (2) Have a basic knowledge of the procedural, object-oriented, functional, and logic programming paradigms. (3) Understand the roles of interpreters, compilers, and virtual machines. (4) Critique the design of a programming language (5) Read and produce context-free grammars. (6) Write recursive-descent parsers for simple languages, by hand or with a parser generator. (7) Understand variable scoping and lifetimes. (8) Write interpreters for simple languages that involve arithmetic expressions, bindings of values to names, and function calls. (9) Understand type systems. (10) Understand the implementation of procedure calls and stack frames. (11) Produce programs in a functional programming language in excess of 200 lines of code.

Below is a tentative time table for when we'll do things this quarter:

Week 1: Jan 26, Jan 28 Read Ch 1
Week 2: Feb 2, Feb 4 Read Ch 2
Week 3: Feb 9, Feb 11 We will be talking about C, gcc, make
Week 4: Feb 16, Feb 18 Read 4.1-4.3
Week 5: Feb 21, Feb 23 Finish Ch 4
Week 6: Mar 2, Mar 4 Read Ch 5.1-5.3
Week 7: Mar 9, Mar 11 Finish Ch 5
Week 8: Mar 16, Mar 18 Review
Week 9: Mar 23, Mar 25 Spring break
Week 10: Mar 30, Apr 1 We will talk about object-orientation in the context of C++ and Objective C
Week 11: Apr 6, Apr 8 Read Ch 11
Week 12: Apr 13, Apr 15 Read Ch 6.1-6.4
Week 13: Apr 20, Apr 22 Finish Ch 6
Week 14: Apr 27, Apr 29 Read Ch 8.1-8.4
Week 15: May 4, May 6 Finish Ch 8, Start Ch 12
Week 16: May 11, May 13 Finish Ch 12, Review
The final will be Monday, May 18 from 12:15pm to 2:30pm

Grading

HWs and Quizzes 50%
Midterm 20%
Final 30%
Total100%

Grades will be calculated in the following manner: The person or persons with the highest aggregate score will receive an A+. A score of 55 will be the cut-off for a C-. The region between this high and low score will be divided into eight equal-sized regions. From the top region to the low region, a score falling within a region receives the grade: A, A-, B+, B, B-, C+, C, C-. If the boundary between an A and an A- is 85, then the score 85 counts as an A-. Scores below 55 but above 50 receive the grade D. Those below 50 receive the grade F.

If you do better than an A- in this class and want me to write you a letter of recommendation, I will generally be willing provided you ask me within two years of taking my course. Be advised that I write better letters if I know you to some degree.

Homework and Quiz Info

This semester we will have five homeworks and weekly quizzes. Every Monday this semester, except the first day of class, the Midterm Review Day, and Spring Break; there will be a quiz on the previous week's material. The answer to the quiz will either be multiple choice, true-false, or a simple numeric answer that does not require a calculator. Each quiz is worth a maximum of 1pt. Out of the total of fourteen quizzes this semester, I will keep your ten best scores.

Links to the current list of homeworks and quizzes can be found on the left hand frame of the class homepage. After an assignment has been returned a link to its solution (based on the best student solutions) will be placed off the assignment page. Material from assignments may appear on midterms and finals. For homeworks you are encouraged to work in groups of up to three people. Only one person out of this group needs to submit the homework assignment; however, the members of the group need to be clearly identified in all submitted files. Homeworks for this class will be submitted and returned completely electronically. To submit an assignment click on the submit homework link for your section on the left hand side of the homepage and filling out the on-line form. Hardcopies or e-mail versions of your assignments will be rejected and not receive credit. Homeworks will always be due by the start of class on the day their due. Late homeworks will not be accepted and missed quizzes cannot be made up; however, your lowest score amongst the five homeworks and your quiz total will be dropped.

When doing the programming part of an assignment please make sure to adhere to the specification given as closely as possible. Names of files should be as given, etc. Failure to follow the specification may result in your homework not being graded and you receiving a zero for your work.

Exams

The midterms will be during class time on: Mar 18.

The final will be: Monday, May 18 from 12:15pm to 2:30pm.

All exams are closed book, closed notes and in this classroom. You will be allowed only the test and your pen or pencil on your desk during these exams. Beeper or cell-phone interruptions will result in immediate excusal from the test. The final will cover material from the whole quarter although there will be an emphasis on material after the last midterm. No make ups will be given. The final exam may be scaled to replace a midterm grade if it was missed under provably legitimate circumstances. These exams will test whether or not you have mastered the material both presented in class or assigned as homework during the quarter. My exams usually consist of a series of essay style questions. I try to avoid making tricky problems. The week before each exam I will give out a list of problems representative of the level of difficulty of problems the student will be expected to answer on the exam. Any disputes concerning grades on exams should be directed to me, Professor Pollett.

If you are unsatisfied with your midterm score, you can choose to study all the problems that you got wrong on the midterm. Then come to my office hours sometime before the last day of class. I will pick one problem off the midterm that you lost points on and asks you questions related to it. If you can convince you know the material, I will give half credit back on the score of your midterm.

Regrades

If you believe an error was made in the grading of your program or exam, you may request in person a regrade from me, Professor Pollett, during my office hours. I do not accept e-mail requests for regrades. A request for a regrade must be made no more than a week after the homework or a midterm is returned. If you cannot find me before the end of the semester and you would like to request a regrade of your final, you may see me in person at the start of the immediately following semester.

Academic Honesty

Your own commitment to learning, as evidenced by your enrollment at San Jose State University, and the University's Academic Integrity Policy requires you to be honest in all your academic course work. Faculty members are required to report all infractions to the Office of Student Conduct and Ethical Development. The policy on academic integrity can be found at http://sa.sjsu.edu/student_conduct.

Specifically, for this class, you should obviously not cheat on tests. For homeworks, you should not discuss or share code or problem solutions between groups! At a minimum a 0 on the assignment or test will be given. A student caught using resources like Rent-a-coder will receive an F for the course and be referred to University for disciplinary action.

Additional Policies and Procedures

The campus policy to ensure compliance with the Americans with Disabilities Act is:
"If you need course adaptations or accommodations because of a disability, or if you need special arrangements in case the building must be evacuated, please make an appointment with me as soon as possible, or see me during office hours. Presidential Directive 97-03 requires that students with disabilities register with DRC to establish a record of their disability."

More information about SJSU policies and procedures can be found at the following links: