Spring 2003, Section 00, 1:00-2:15 TuF, Curtis 208
Index: <Instructor> <Course Description> <Prerequisites> <Course Objectives> <Textbook> <Assessment Overview> <Assessment Detail> <General Policies> <Course Schedule>
Norman Lippincott, Asst. Professor, Computer Science
Office: Curtis 105; Phone: 610-606-4666 ext. 3697
Office Hours: M 3:00-6:00; Tu 3:00-6:00; Th 11:00-12:00; F 11:00-12:00
e-mail:
nlippinc@cedarcrest.edu
Web site:
http://www2.cedarcrest.edu/academic/csc/nlippincott
SI Leader: Rajani Rajbhandari
e-mail: rrajbhan@cedarcrest.edu
Hours:
| Monday | 4:30-5:30 | Curtis 102 |
| Tuesday | 3:30-4:30 | Curtis 103 |
| Wednesday | 4:30-5:30 | Curtis 103 |
| Thursday | 4:00-5:00 | Curtis 103 |
| Friday | 12:00-1:00 | Curtis 103 |
This course develops algorithmic design and problem solving using structural programming techniques and the C++ programming language. Programming emphasis will be on block structures and stepwise refinement of algorithms. Language syntax, data types, and control structures are presented. Data structures considered include one- and two-dimensional arrays. Search and sort algorithms are developed. Modular coding, parameter passage, correct use of local and global variables, and debugging techniques are stressed.
None, although familiarity with Windows and basic computer literacy are assumed.
Dale, N., Weems, C., and Headington, M., Programming and Problem Solving with C++, 3ed, Jones and Bartlett, 2002. ISBN: 0-7637-2103-4.
Grades for this course will be based on the following assessment items with weights as follows:
A final score is calculated as a weighted average and rounded to the nearest full percent. Final grade is then awarded according to the following scale:
|
|
|
Assignments will consist of one or more problems for which you will need to devise a solution and implement that solution as a C++ program (the first assignment will not involve implementation). Assignments are to be submitted in both electronic and printed form, and must include any appropriate accompanying documentation. Your instructor will provide instructions on submitting electronic copies of C++ programs over the Internet. Any C++ programs submitted that result in compiler errors from the Microsoft Visual C++ compiler will not be accepted.
Through programming assignments the student gains hands-on experience in programming and demonstrates ability to apply course material in problem solving situations, and ability to implement those solutions as computer programs.
Tests for this course will be written and will consist of problems and short answer questions. Tests will be open-book and open-notes.
Through tests, the student demonstrates competency in understanding and applying programming concepts and techniques in limited specific situations.
The format for the final exam will be the same as that of the tests, but longer. The final exam is comprehensive.
Students who are active and attentive members of the class may receive up to 5 points for class participation. Students who engage in side conversations during class, or otherwise routinely violate the Classroom Protocol policy should expect no more than 3 points for class participation.
For classes conducted in a computer classroom, any web browsing, e-mail, instant messaging, or other non-class related computer activity is considered a violation of the policies on Classroom Protocol and Computer Classrooms (see policies below). Any violation of the policy on Computer Classrooms will result in a grade of zero for class participation.
Assignments are due at the beginning of class on the day they are due. By turning in assignments on time your work will be graded and returned in a timely manner (typically within one week), and with comments as appropriate.
Unless otherwise noted, work turned in late will be subject to any or all of the following:
The Cedar Crest College Student Guide includes the following under Honor Philosophy, Community Standards for Academic Conduct, Academic Integrity:
Academic integrity and ethics remain steadfast, withstanding technological change. Cedar Crest College academic standards therefore apply to all academic work, including, but not limited to, handwritten or computer-generated documents, video or audio recordings, and telecommunications.
All Cedar Crest students shall:
- Only submit work which is his/her own.
- Adhere to the rules of acknowledging outside sources, as defined by the instructor, never plagiarizing or misrepresenting intellectual property.
- Neither seek nor receive aid from another student, converse with one another when inappropriate, nor use materials not authorized by the instructor.
- Follow the instructions of the professor in any academic situation or environment, including taking of examinations, the following of laboratory procedures, the preparation of papers, and the proper and respectful use of sharing of College facilities and resources, including library and computing resources.
- Abide by the Cedar Crest Computer Use Policy.
- If a student perceives a violation of the Academic Standards, he/she will go to their instructor.
- If you are unable to resolve the problem with the instructor, you should go to the chair of the department. If you need further assistance after consultation with the instructor and the chair, you should see the Provost.
Unless specifically designated by the instructor, assignments for this course are individual assignments, not group projects. It is reasonable and appropriate for students to discuss an assignment outside of class, particularly for programming projects. However, the actual assignment work, whether programming or written, is to be one's own. It is not appropriate to collaborate on programming assignments, nor is it appropriate to copy another student's program (or other assignment), alter the program's (or assignment's) appearance (e.g. changing formatting, variable names, output text), and present it as your own individual work. Evidence of such behavior will be considered a violation of the Honor Philosophy and will result in a grade of zero for the assignment. A second offense will result in a grade of F for the course.
Regular attendance is an important factor contributing to the student's success in the class. Although much of the material covered in class comes from the textbook, some course content comes from the instructor's notes or other resources, and may be delivered only in lecture form. The student is responsible for all material covered in class, and should arrange to get notes from another student in the event of absence from class. The instructor's notes are not available for perusal by the students.
Your instructor keeps an attendance record for the class, however this record does not directly affect the student's grade. If a student has excessive absence and is not showing responsibility for the course material, an academic performance notice will be issued to the Advising Center.
If the student is absent on the day of a test, arrangements for a makeup must be made in advance of the test. Failure to do so will result in a grade of zero for the test.
The Cedar Crest College Student Guide includes the following under Honor Philosophy, Community Standards for Academic Conduct, Classroom Protocol:
Appropriate classroom behavior is implicit in the Cedar Crest Honor Code. Such behavior is defined and guided by complete protection for the rights of all students and faculty to a courteous, respectful classroom environment. That environment is free from distractions such as late arrivals, early departures, inappropriate conversations, and any other behavior that might disrupt instruction and/or compromise students' access to their Cedar Crest College education.
Students who fail to adhere to proper classroom protocol will receive a reduced class participation grade.
When classes are conducted in computer classrooms, the computers are to be used only for activities directly related to the class. Use of class computers for other activities, such as web browsing, e-mail, games, instant messaging, and so on, is not permitted. Be aware that such activity not only distracts you from the class, but distracts other students as well. Students who engage in such activity during class will receive a reduced class participation grade.
Requests for extra credit will be handled on a case-by-case basis. Typically, requests for extra credit will be granted for the purpose of improving a poor test score or assignment grade. Extra credit will not be granted to compensate for any violation of the Honor Philosophy (see policy on Honor Philosophy). Extra credit assignments will be directly related to the material that was the source of difficulty for the student, and give the student a chance to show that she has, in fact, overcome that difficulty.
Students with documented disabilities who may need academic accommodations should discuss these needs with their professors during the first two weeks of class. Students with disabilities who wish to request accommodations should contact the Advising Center.
The following is a tentative schedule for the course and may be adjusted as necessary throughout the semester.
| Date | Topic |
|---|---|
| 1/14 1/17 |
Course Intro Ch. 1; Overview of Programming and Problem Solving |
| 1/21 1/24 1/28 |
Ch. 2; C++ Syntax and Semantics,
Program Development Process Ch. 3; Numeric Types, Expressions, and Output |
| 1/31 2/4 |
Ch. 4; Program Input and the Software Design Process |
| 2/7 2/11 2/14 |
Ch. 5; Conditions, Logical Expressions, and Selection Control Structures |
| 2/18 | Test 1 |
| 2/21 2/25 2/28 3/11 3/14 |
Ch. 6; Looping Ch. 9; Additional Control Structures |
| 3/18 3/21 3/25 3/28 |
Ch. 7; Functions Ch. 8; Scope, Lifetime, and More on Functions |
| 4/1 | Test 2 |
| 4/4 4/8 4/11 |
Ch. 12 - Arrays |
| 4/15 4/25 4/29 4/30* |
Sorting and Searching |
| TBA | Final Exam |
* Wednesday, April 30 follows a Friday schedule.
| No. | Assigned | Due |
| 1 | 1/17 | 1/24 |
| 2 | 1/28 | 2/4 |
| 3 | 2/4 | 2/11 |
| 4 | 2/14 | 2/25 |
| 5 | 2/28 | 3/18 |
| 6 | 3/21 | 3/28 |
| 7 | 3/28 | 4/11 |
| 8 | 4/11 | 4/29 |
Index: <Instructor> <Course Description> <Prerequisites> <Course Objectives> <Textbook> <Assessment Overview> <Assessment Detail> <General Policies> <Course Schedule>