CSC 133 - Introduction to Structured Programming

Fall 2000, CSC 133 70 2, Tu 7:00-9:30 PM, Curtis 104

Instructor:

Norm Lippincott, Curtis 105, 610-606-4666 ext. 3697

nlippinc@cedarcrest.edu or nl@acm.org

Office Hours:

Mon 3:00-5:00 PM, Tue 2:00-6:00 PM, Wed 2:00-5:00 PM, Thu 10:00-11:00 AM

Textbook:

Forouzan, B. & Gilberg, R, Computer Science: A Structured Programming Approach Using C++, Brooks/Cole, 2000.

Course Description:

This course develops algorithmic design and problem solving using structured programming techniques and the C/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 structured 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.

Grading:

The grade for the course will consist of four components weighted as follows:

Assignments (6) 50%

Tests (2) 25%

Final Exam 20%

Class Participation 5%

Assignments for the class will involve writing programs using the C/C++ programming language. Microsoft Visual C++ is available on-campus in Curtis 104, 201, and 208. Any other standard C++ compiler may be used as well. A good free compiler is available at http://www.delorie.com/djgpp.

When turning in programming assignments, please submit a printed copy of your program along with your written analysis of the problem. Also, e-mail your source code file to nlippinc@cedarcrest.edu. Begin the subject line of your e-mail with CSC133, all caps with no space. This will ensure that your e-mail will be directed to the appropriate mail folder for grading.

The tests and final exam will be computer-based and may also include a written portion. The final exam is comprehensive.

A final grade percentage will be computed according to the weights above and rounded to the nearest full percent. Final grades will be awarded as follows:

93-100 A 77-79 C+

90-92 A- 73-76 C

87-89 B+ 70-72 C-

83-86 B 67-69 D+

80-82 B- 60-66 D

0-59 F

 

Attendance Policy:

Attendance will be taken for each class, however record of attendance does not directly affect the student’s grade. The student is responsible for all material covered in class. 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 a student will be 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.

Due Dates and Late Work:

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 (usually by the next class meeting), and with comments as appropriate.

Work turned in late will be subject to any or all of the following:

  1. A 1 point penalty (on a scale of 10) will be assessed; 2 points if work is a week late or more.
  2. The assignment may be graded without comment.
  3. The assignment will be graded and returned at the instructor’s convenience, possibly as late as the end of the semester.

Honor Philosophy:

The Cedar Crest College Student Handbook, Honor Philosophy (pp. 10-12) part III, Community Standards for Academic Conduct, includes the following:

"As a student at Cedar Crest College, each student shall:

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.

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 behaviors that might disrupt instruction and/or compromise students’ access to their Cedar Crest College education.

Computer Classrooms:

Computer science classes are often conducted in computer classrooms. When this is the case, 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.

Network Account:

In order to access course resources you will need a network login account. The network login account will give you full access to resources available on the Cedar Crest College network as well as an Internet e-mail account. The network login application form, with instructions, is available at http://www.cedarcrest.edu/helpdesk/forms. If you do not have a network login account, please obtain one before the second class meeting.

Course Schedule:

The following is a tentative schedule for the course. It should be used as a guide for your reading prior to class. Also, dates on which assignments will be given and will be due are listed. This is provided so that you can plan your semester accordingly. This schedule is subject to change.

Mon

Topic / Reading List

Assignments

8/29

Ch. 1 – Introduction to Computers

Ch. 2 – Introduction to the C++ Language

9/5

#1 Assigned

Ch. 3 – Structure of a C++ Program

9/12

9/19

Ch. 4 – Functions

#1 Due

#2 Assigned

9/26

Test – Chapters 1-3

10/3

Ch. 5 – Selection / Making Decisions

#2 Due

#3 Assigned

10/17

10/24

Ch. 6 – Repetition (except 6-9)

#3 Due

#4 Assigned

10/31

11/7

Ch. 7 – Text Files

#4 Due

#5 Assigned

11/14

Test – Chapters 4-6

11/21

Ch. 8 – Arrays

#5 Due

#6 Assigned

11/28

12/5

#6 Due

TBA

Final Exam

Course Resources:

Resources for this course, such as PowerPoint slides, sample programs, etc., will be placed on the campus network in the following location:

T:\users\nlippinc\csc133