CS1410: Object Oriented Programming
Fall 2009 Syllabus
Second course for students in Computer Science and Computer and Information Technologies programs, or having general interest in computer programming. This course will introduce students to software engineering practices, and instruct them in object oriented programming techniques. Students will be required to complete programming projects of increasing difficulty.
Prerequisites: CS1400 with a C- or better
Course fee: $25, used to assist in maintaining CIT infrastructure.
Two sections:
MWF 10:00 am in Hazy 119
CRN 43806
Final exam on Wednesday, December 16 at 9:30 am
MWF 2:00 pm in Hazy 119
CRN 40947
Final exam on Friday, December 18 at 12:30 pm
Instructor: Dr Russ Ross
Email: russ at dixie dot edu
Phone: 435-652-7971 (note: email preferred)
Office: Hazy 327
Office Hours: Tuesday/Thursday 1:00–3:00 pm, Wednesday 3:00–4:00 pm
Objectives
At the end of the course, students will:
- Understand the basic elements of a programming environment (compilers, libraries, editors, on-line help, etc.).
- Learn the fundamental programming constructs: types, control structures, functions, I/O (simple keyboard input and screen output and file input and output), classes, and objects.
- Learn to design and implement intermediate-level programs from English descriptions.
- Learn the syntax of a high level programming language.
Resources
Texts
There are two texts for this course. Both are available from the campus bookstore:
- Python Programming: An Introduction to Computer Science by John Zelle, ISBN: 1-997902-99-6 (recommended)
- Python in a Nutshell, Second Edition by Alex Martelli, ISBN: 978-0-596-10046-9 (recommended)
The first book is the same one used in CS1400, and teaches fundamental programming concepts as well as the Python programming language. The second has a concise overview of Python and a reference for the language and its libraries. Neither text is required, but having at least one of them is recommended.
Computer Labs
You may use the computers in Udvar-Hazy 151 and Udvar-Hazy 200. There will also be lab assistants in these labs.
You can also use your own personal computer for most of the assignments.
Course Web Site
This course has an accompanying website. You are responsible for announcements, the schedule, and other resources posted on the website. Assignments and grades will be managed using Moodle, which requires a valid CIT username and password. If you do not already have a CIT login, visit http://cit.cs.dixie.edu/facilities/passwd.php to create one, or ask a lab assistant to help you sign up for one. The course website is accessible at http://cit.cs.dixie.edu/cs/cs1410/. Grading and assignments are managed at https://moodle.cs.dixie.edu/course/view.php?id=44.
Assignments and Exams
Reading
The student is responsible for reading the material in the textbook. A reading schedule is provided with the class schedule on the course website. The student is expected to read the material before the class in which it is discussed. The book also includes material beyond what we will discuss in lecture, which you are encouraged to study on your own. Feel free to bring questions from the reading to lectures or to office hours.
Assignments
Assignments will be graded for accuracy of function and style of design. Programs that do not compile will receive no credit. It is important that you start early and get each of your assignments done before its due date. Many problems will take much longer to solve in a single sitting than in many shorter sessions. Give yourself time to think; sleep on difficult problems. Finish early so you can go back and refine your initial approach.
Assignments are due on the date listed in the schedule, and must be passed off to the instructor or a lab assistant for the course. This means that you must reserve time to pass it off at a suitable time before the end of the day it is due.
Quizzes
There will be an in-class quiz about every two weeks. Each quiz will involve writing code on paper, without the use of a computer. The quiz will cover material from the most recent assignment as well as topics discussed in lectures. Students are expected to practice writing code daily to prepare for assignments and quizzes. In general, merely completing the assignments will not be sufficient preparation for the quizzes.
Exams
This course has a comprehensive final exam. These exams will consist of questions similar to the quizzes and the homework assignments.
Grading
Assignments and exams each contribute to your point total. The assignments count for one third of your grade, the quizzes for one third, and the final exam for the final third. No specific grading scale is predefined.
Course Policies
Attendance
Students are responsible for material covered and announcements made in class. School-related absences may be made up only if prior arrangements are made. The class schedule presented is approximate. The instructor reserves the right to modify the schedule according to class needs. Changes will be announced in class and posted to the website. Exams and quizzes cannot be made up unless arrangements are made prior to the scheduled time.
Time Commitment
Courses should require about 45 hours of work per credit hour of class. This class will require about 135 hours of work on the part of the student to achieve a passing grade, which is approximately 9 hours per week. If you do not have the time to spend on this course, you should probably rethink your schedule.
Late Policy
Assignments are due on the date specified in the schedule. Handing them in or passing them off after the specified time is considered one day late. You may turn them in up to two school days late with penalties as described below. After two days late, you receive zero points.
For example: if an assignment is due at noon on Thursday:
- Before noon Friday the assignment is considered 1 day late.
- Before noon Monday the assignment is considered 2 days late.
- After noon on Monday the assignment will not be accepted.
Saturdays, Sundays, and school holidays do not count as late days. Late days do not extend beyond the last day of class.
Each student is given five free late days to use over the course of the semester. The lateness of an assignment will be determined according to the rules given above, and the first five late days used during the semester will be forgiven. After that, each late day will result in a 10% penalty.
Important notes:
- Even using free late days, students cannot submit assignments more than two days late and receive credit. No assignments will be accepted more than two days past the original deadline.
- Free late days are applied to the first five late days during the semester. Students cannot control which late days are penalized and which ones forgiven; the first five late days in the semester are forgiven, and the rest are penalized.
- Free late days only apply to students who submit every assignment within the two -day cutoff period. For example, if you fail to submit the fifth assignment, or submit it more than two days late, you will forfeit all free late days, including those used for earlier assignments.
- No other extensions will be granted, except under exceptional circumstances. Students should reserve their free late days to use in the event of illness, emergencies, traveling, sports conflicts, etc. Students are advised not to use their free late days early in the semester, as assignments tend to get more difficult and schedules tighter as the semester progresses.
Collaboration
Limited collaboration with other students in the course is permitted. Students may seek help learning concepts and developing programming skills from whatever sources they have available, and are encouraged to do so. Collaboration on assignments, however, must be confined to course instructors, lab assistants, and other students in the course. Students are free to discuss strategies for solving programming assignments with each other, but this must not extend to the level of programming code. Each student must code his/her own solution to each assignment. See the section on cheating.
Cheating
Cheating will not be tolerated, and will result in a failing grade for the students involved as well as possible disciplinary action from the college. Cheating includes, but is not limited to, turning in homework assignments that are not the student’s own work. It is okay to seek help from others and from reference materials, but only if you learn the material. As a general rule, if you cannot delete your assignment, start over, and re-create it successfully without further help, then your homework is not considered your own work.
You are encouraged to work in groups while studying for tests, discussing class lectures, discussing algorithms for homework solutions, and helping each other identify errors in your homework solutions. If you are unsure if collaboration is appropriate, contact the instructor. Also, note exactly what you did. If your actions are determined to be inappropriate, the response will be much more favorable if you are honest and complete in your disclosure.
Where collaboration is permitted, each student must still create and type in his/her own solution. Any kind of copying and pasting is not okay. If you need help understanding concepts, get it from the instructor or fellow classmates, but never copy another’s code or written work, either electronically or visually. The line between collaborating and cheating is generally one of language: talking about solutions in English or other natural languages is usually okay, while discussions that take place in programming languages are usually not okay. It is a good idea to wait at least 30 minutes after any discussion to start your independent write-up. This will help you commit what you have learned to long-term memory as well as help to avoid crossing the line to cheating.
College Policies
Additional college policies, calendars, and statements are available online at http://new.dixie.edu/reg/syllabus/.



