Student Assignments

This page will contain programming assignments, worksheets and review sheets for students to complete that will address varying levels of Bloom's taxonomy.  This material will be continuously updated over the next few months for your review.

 

Object Draw and Objects Early - Sample Program Assignments

Draw a Scene - Consult the objectdraw API to find different shapes available: FilledRect, FilledOval, FramedRect, FramedOval, FramedArc, Line Use these shapes to draw a house or another scene. All your code can be in begin method. See ElevatorSystem1.java file. If you wish to save your file under a different name be sure to change the name of the class as well.

Modify the ElevatorSystem1 example. - Apply the steps below to make changes to the ElevatorSystem1.java file. If you wish to save your file under a different name be sure to change the name of the class as well.