Table of Contents

CS102 - Algorithms and Programming II, Fall 2012

Note: Course materials are based on slides from the book and David's materials.

Objectives

General

CS102 gives you an opportunity to put the basic computer literacy, design and programming skills you learnt in CS101 into practice. The course has two components.

  1. Continuation of CS101 aimed at expanding the range of techniques you have available to solve problems. These new techniques will be presented in formal lectures and, as in CS101, you will be given homeworks and lab assignments designed to let you practice them. Material in this section includes more object-oriented design & programming, event-driven architectures and graphical user-interfaces, searching and sorting, recursion, files, exceptions, and some basic data structures. There will be written exams and quizzes on these topics.
  2. A semester-long design project. The ultimate goal is to produce a commercial-quality program which is fully documented, bug-free and easy to use. You will work in groups, each group selecting a different project. You will be expected to prepare a number of written reports (requirements, user-interface design, detailed design) and to present these in class. Groups will discuss each other's work and offer suggestions and criticisms on it so as to help improve the final product. Projects will be undertaken using Java. Students will be expected to display creativity and an ability to learn independently.

Additional Material

Important Dates

Text Book

Java Software Solutions, Pearson International 7th (or 6th) Edition, by Lewis & Loftus, Pearson / Addison Wesley, 2009.

Grades

Attendance

You can miss at most 5 days (there are 2 classes per day). You will fail the course if you miss more than 5 days.

Course TAs and Graders