CMPSCI 121
"Introduction to Problem Solving with Computers" using Java

Department of Computer Science
University of Massachusetts Amherst

Home
Resources
Grading
Weekly Schedule
Syllabus
Homework
Exams

Bulletin Board
Staff

OWL

Homeworks

There are three kinds of homework assignments in CMPSCI 121. All 3 kinds are assigned and due almost every week.

  • Embedded E-book exercises: These are very simple exercises that are built into the electronic course text-book. As you do the reading for the class, you will encounter these simple problems to check your understanding.
  • Weekly OWL Exercises: These are short-answer or multiple choice questions intended to exercise your learning of the material. They are available only through the OWL online tutoring system.
  • Programming Assignments: These usually involve implementing one or several Java classes, which you will most likely write and test in DrJava. Once finished, they must be handed in through the OWL system.

Note that homework assignments are performed and handed in through the OWL online tutor system. Do not email your assignment; do not hand it in on paper.

 

Homework Solutions

Inheritance Examples