CS 217, Programming Languages: Syllabus
Instructor Information
- Instructor: Dave Musicant
- Office: CMC 326
- E-mail:
dmusican
- Office phone: (507)646-4369
- Office hours:
check my web page
- Grader:
Textbook
- Programming Languages: Design and Implementation (4th edition),
Pratt and Zelkowitz, Prentice-Hall, 2000.
Class Website
Your Grade
- Programming assignments: 35%
- Non-programming assignments: 15%
- Take-home exam 1: 20%
- Take-home exam 2: 20%
- Class presentation and handout: 10%
Assignments & Presentation
- There will be a three programming assignments: two in Scheme,
one in Java, and one in Prolog.
- There will be other shorter non-programming assignments.
- You will give a 10 minute talk on a programming
language. You'll also prepare a handout to go with it.
Homework Policy
- Each assignment will have a specific time for which it will be
due. An assignment turned in late within one day of the due time will
be docked 25%. A program turned in later than one day of the due date
but within two days will be docked 50%. A programming assignment
turned in any time after this until the last day of classes will be
docked 75%. Non-programming assignments can not be turned in any later
than two days following the due date since we may be discussing
answers in class.
Working Together
- Each programming assignment will consist of a series
of "team" problems and one "individual" problem. I will assign a
partner to each of you so that you can work in pairs on the team
problems. You should work alone on the individual problem. I will
change the partners around after each assignment.
- When working on team problems, you and your partner
should engage in the
pair programming model, that is both of you should be sitting
at a single machine, side by side. One of you is "driving,"
i.e. actually using the keyboard and mouse. The other is
actively engaged following along, stopping bugs, and providing
ideas. You should make sure that over the course of an assignment that
you spend roughly the same amount of time each "driving." I will also
ask you to turn in a form rating the work that your partner does.
- If you are determined to work alone on the team
assignments, that's fine. Send me an email and let me know that you
want to work alone, and I won't assign you a partner. I will expect,
however, that you do work of the same amount and quality as those
students with partners. You can change whether or not you work alone
each "cycle" that I assign new partners.
- I will also be assigning occasional "paper and
pencil" problems. On these and on the "individual" programming
problems you may collaborate with others in the class for ideas, but
all students should turn in individual assignments for these. You
should be writing up or programming your own solutions, and not
sharing printouts with each other. You may help each other debug.
- For take-home exams, you must do these completely on
your own. You may discuss them with no one other than me.
Collaboration, Plagiarism, and the Difference Between the Two
There are two different kinds of working together: collaborating
and plagiarism.
Collaborating
- Collaborating is good.
- You are encouraged to collaborate on ideas and program design.
- Programming is often a social effort, and there is much you can learn
by talking out the ideas in this class with each other.
- You can by all means talk to each other, look at each others' programs
to help fix problems, and share ideas.
Plagiarism
- Plagiarism is bad. DON'T DO IT!
- Any programs that you turn in should be your work.
- Even if you work with someone else and share ideas, you must still
writ your own program.
- If a piece of your program utilizes someone else's idea, you must
make sure to give that person credit in program comments.
- Do not hand a printout of your program to other students. I
encourage you to work together to help debug your code, but you
should do so sitting together.
The following are examples of plagiarism:
- Taking someone else's program, changing comments and variable names,
putting your name at the top, and turning it in.
- Finding a similar program on the internet, changing the variables
and comments around, putting your name at the top, and turning it in.
- Finding a similar program in a book, changing the variables and comments
around, putting your name at the top, and turning it in.
I will be using software to discover plagiarism if it occurs, and will
not hesitate to notify the College if it does.