CS 110 SyllabusComputing & Information Science IFall 2006CIS DepartmentSaint Vincent CollegeGeneral Information
DescriptionThis course provides an introduction to problem solving and beginning computer programming in C++. Topics include algorithms, program structure, variables and data types, input/output, functions and parameters, local variables, top-down design, testing and debugging, control structures, 1-dimensional arrays, and text files. Both console applications and Windows forms applications will be used. The course concentrates on procedural programming in C++, though some use of objects and classes (but not the creation of user-defined classes) is included. The study of C++ programming is continued in the follow-up course CS 111, which concentrates on object-oriented programming. Why Take This CourseThis is a required course for CIS majors, for whom it is the first course in the C++ programming sequence of CS 110, CS 111, and CS 221. It is also useful for others who wish to learn beginning C++ programming. Programming can be used to create an endless variety of software useful in all kinds of fields. The TextThe text contains more material than can be covered in CS 110. This course covers most of chapters 1 - 8, with other topics added by the instructor. Many of the textbook topics omitted in this course are covered in CS 111, so that this text is a useful reference book to keep for that course. Core GoalsThis course contributes especially toward the following core curriculum goals, listed in order of emphasis:
CIS Department GoalsThis course contributes to the following departmental goals, listed in order of emphasis.
Course Goals and Means of Assessment
Grading and Course Policies
Both the instructor and students are expected to do their best to produce a good class and to treat each other with respect. This includes many factors, such as listening when someone else is speaking, trying to understand what others are saying, being of assistance to others, etc. It definitely does NOT include making fun of others. On a practical level, do your best to improve your grade: read the text, attend class, do the homework and labs, ask questions, and try to answer questions in class! Computer science requires active participation and repeated practice. If you begin to feel lost, consult one of the tutors, see the instructor, or work through the difficulties with the help of another student in the course. Do not let yourself get behind. In fact, one key to producing good programs is to start early. Last-minute miracles seldom work! Note in particular that attendance is expected. Student performance is bound to deteriorate when classes are missed. In order to emphasize the importance of attendance, the policies outlined right after this paragraph will be used.
Tests and quizzes will ask critical thinking questions that require careful analysis, explanation, and conclusions. For example, you might be presented with a section of a program and asked to trace what it produces, to write the documentation describing at a high level what this section does, or to give an alternative implementation of this section. You might also be asked to write a section of code that carries out a particular task. A few multiple choice and true/false questions are also included. Labs involve a lot of hands-on activity to try out a certain aspects of programming, but on a smaller scale than what is usually needed for programming assignments. In this course you will be asked to write programs that are about 1 to 5 pages in length, including well-written documentation. In the labs, much of the code may be written for you, so that your job is to fix errors, to make modifications, etc. There will be about 10 programming assignments in this course and about 12 labs. Homework usually consists of programming assignments. These normally require careful planning and the use of several hours of out-of-class time. Plan to have the program done early so that there will be time to test it and to fix the problems that testing usually reveals. Engineering a program requires a development process that cannot normally be done at one sitting. Allot several hours over the course of several days to develop your program. Note that it nearly always takes longer than you expect! Some in-class labs or exercises may be used that count the same as a regular homework assignment or quiz. Some labs may be ungraded. Students may be assigned to small groups for the purpose of doing some of the in-class exercises and homework assignments. Other homework assignments will be given that must be done separately by each individual. The group homework is given to allow students to learn from each other, to enable the creation of larger and more complex software, and to provide practice at a cooperative project like those demanded by many job situations. Further information about any group assignments will be provided during the course. Every programming assignment should list all sources that contributed to the solution. This would include the individual student (on an individual assignment) or the students assigned to a group (in a group assignment). It may also include the instructor, a tutor that was consulted, a reference book, a web site, etc. You may consult other students who are not part of your group as long as your question is small in scope and that you list the name of the student consulted at the top of your program. "Small in scope" excludes showing another student your entire program, or seeing that person's program, or working out the design of the whole program together. Sharing on that larger scale often amounts to one person copying the mistakes of another or getting a free ride on the efforts of another. A good rule of thumb is not to look at more than 1 screen of another person's code. Anyone who needs help on problems of larger scope should consult the tutors and/or the instructor. Further discussion of collaboration versus plagiarism will be done in class to clarify the matter. Intellectual honesty is important at Saint Vincent College. Attempts to pass off the work of another (or group work) as one's own will result in action appropriate to the seriousness of the situation. All cases of apparent intellectual dishonesty are referred to the college administration. In this course, students are expected to do entirely their own work on the exams, quizzes, and individual homeworks. Small group homework should not include any signficant amount of work from a different group. Assignments are due anytime on the date given and are normally turned in electronically by placing a copy in one's hw110 mapped network drive. Exceptions to these deadlines are only granted for serious reasons and normally require written documentation of the reasons. Be sure to read and follow the CIS Department Policies, available under the CIS Department Web Page. (This statement covers the proper use of departmental computing facilities, etc.) In addition, read the Regulations section of the College Bulletin (which covers such things as grading, academic honesty, etc.) as well as the Student Handbook. Students with disabilities who require academic accomodations and support services should please consult Mrs. Sandy Quinlivan. You may contact her by telephone (724-805-2371), SVC email, or by scheduling an appointment in Academic Affairs (located directly above the Post Office). Reasonable accomodations do not alter the essential elements of any courses, programs, or activities. If the instructor needs to cancel class, every effort will be made to post a note to this effect on the course web page and on the door to the classroom. If this cannot be done, as a last resort the instructor's phone greeting will be changed to indicate that class is cancelled. |