Assignments
- All dates are in the format of MM/DD where MM is the month and DD is the day.
- Assignment descriptions are on CUNY Blackboard if not found in the lecture notes or on the class schedule page.
- This list is periodically updated based on the progression of the class
Overview of Assignments by Type
CodeLab Assignments
-
Codelab registration: assigned on and due by 01/31
-
Codelab Lab 1 (on CISC 1115 Review): assigned on 01/29 and due by 02/05
-
Codelab Lab 2 (on CISC 1115 Review): assigned on 01/29 and due by 02/05
-
Codelab Lab 3 (on Class Definition): assigned on 01/31 and due by 02/07
-
Codelab Lab 4 (on Class Definition): assigned on 02/07 and due by 02/14
-
Codelab Lab 5 (on Class Definition): assigned on 02/07 and due by 02/21
-
Codelab Lab 6 (on inheritance): assigned on 02/26 and due by 03/04
-
Codelab Lab 7 (on inheritance): assigned on 02/26 and due by 03/06
-
Codelab Lab 8 (on inheritance): assigned on 02/26 and due by 03/11
-
Codelab Lab 9 (on exception): assigned on 03/13 and due by 04/08
-
Codelab Lab 10 (on exception): assigned on 03/13 and due by 04/08
-
Codelab Lab 11 (on abstract class and interface): assigned on 04/08 and due by 04/17
-
Codelab Lab 12 (on abstract class and interface): assigned on 04/08 and due by 04/17
-
Codelab Lab 13 (on recursion): assigned on 05/06 and due by 05/13
-
Codelab Lab 14 (on recursion): assigned on 05/06 and due by 05/13
In-class Lab Exercises
-
In-Class Exercise (on Programming Environment): assigned and due on 01/29
-
In-Class Exericse (on Process of Authoring Java Code): assigned and due on 01/29
-
In-Class Exercise (on Creating Circle Class and its Client): assigned and due on 01/31
-
In-Class Exercise (on Creating TV Class and its Client): assigned and due on 01/31
-
In-Class Lab 1 (Submitting In-Class Exercises – Intro to Classes and Objects): assigned and due on 02/12
-
In-Class Exercise (on Syntax of Using Objects): assigned and due on 02/05
-
In-Class Exercise (on Visibility Modifiers and Data Field Encapsulation): assigned and due on 02/07
-
In-Class Exercise (on Designing CircleUtils class and its client): assigned and due on 02/14
-
In-Class Lab 2 (Submitting In-Class Exercises – on Designing CircleUtils class and its client): assigned and due on 02/21
-
In-Class Lab 3 (Submitting In-Class Exercises – on Java API Classes): assigned and due on 02/28
-
In-Class Exercise (on Refactoring the ComputeTax program): assigned and due on 02/22
-
In-Class Exercise (on StackOfInteger and its Client): assigned and due on 02/22
-
In-Class Exercise (on Implementing the Shape class hierarchy: Part I): assigned and due on 02/26
-
In-Class Exercise (on Implementing the Shape class hierarchy: Part II): assigned and due on 02/26
-
In-Class Exercise (on Implementing the Shape class hierarchy: Part III): assigned and due on 02/26
-
In-Class Exercise (on Fruit Class Hierarchy and the equals Method): assigned and due on 02/28
-
In-Class Exercise (on Shape Class Hierarchy and “Generic Methods”): assigned and due on 02/28
-
In-Class Exercise (On Illustrating Dynamic Binding using the Fruit class hierarchy): assigned and due on 03/04
-
In-Class Exercise (On Java Packages and visibility modifier): assigned and due on 03/04
-
In-Class Exercise (on Arrays and ArrayLists of Fruits): assigned and due on 03/06
-
In-Class Exercise (on Exceptions): assigned and due on true
-
In-Class Exercise (on Custom Exceptions): assigned and due on 03/20
-
In-Class Exercise (on Text File I/O and Exception): assigned and due on 03/27
-
In-Class Exercise (on Text File I/O and Exception): assigned and due on 03/27
-
Writing the Shape class hierarchy without having any abstract class: assigned and due on 04/17
-
Writing the Shape class hierarchy with abstract Shape class: assigned and due on 04/17
-
Writing the Animal class hierarchy: assigned and due on 04/17
-
Implementing the improved Animal class hierarchy with interfaces: assigned and due on 04/17
-
Revising SortingArrays to sort an ArrayList instead of an array: assigned and due on 04/17
-
Revising SortShapeCollections, and sort a list of Circles according their areas: assigned and due on 04/17
-
Revising SortShapeCollections, and sort a list of Shapes according their areas: assigned and due on 04/17
-
Revising AnimalKingdomEnhanced, and to find the heaviest animal from a collection and an array of animals without using the sort method: assigned and due on 04/17
-
Revising AnimalKingdomEnhanced, and to sort animals in descending order according their weight in both descending and ascending orders: assigned and due on 04/17
-
List exercises: assigned and due on 05/06
-
Stack and queue exercises: assigned and due on 05/06
-
Recursion Exercises: assigned and due on 05/08
Individual Programming Projects
-
(Individual) Programming Project 1 (on class definition): assigned on 02/07 and due by 02/21
-
(Individual) Programming Project 2 (on using objects): assigned on 02/22 and due by 03/04
-
(Individual) Programming Project 3 (on Inheritance): assigned on 03/06 and due by 03/20
-
(Individual) Programming Project 4 (on using ArrayList): assigned on 03/13 and due by 04/01
-
(Individual) Programming Project 5 (on Exceptions and Text File I/O): assigned on 04/01 and due by 04/10
-
(Individual) Programming Project 6 (on Abstract Class, Interface, and Collections and Map API): assigned on 04/17 and due by 05/08
-
(Individual) Programming Project 7 (on Recursion): assigned on 05/08 and due by 05/15
Reading
-
Reviewing topics in CISC 1115: assigned on 01/29
-
Sections 9.1 - 9.3 of the textbook: assigned on 01/31
-
Sections 9.4 - 9.8 of the textbook: assigned on 02/05
-
Sections 9.10 - 9.14 of the textbook: assigned on 02/07
-
Sections 9.10 - 9.14 of the textbook: assigned on 02/14
-
Sections 9.6 of the textbook: assigned on 02/21
-
Sections 10.7 - 10.11 of the textbook: assigned on 02/21
-
Sections 10.1 - 10.6 of the textbook: assigned on 02/22
-
Sections 11.1 - 11.5 of the textbook: assigned on 02/26
-
Sections 11.6 - 11.7 of the textbook: assigned on 02/28
-
Sections 11.8 - 11.10 and 11.14 - 11.15 of the textbook: assigned on 03/04
-
Sections 11.11 of the textbook: assigned on 03/06
-
all chapters discussed: assigned on 03/11
-
Sections 12.1 - 12.8 of the textbook: assigned on 03/13
-
Sections 12.9: assigned on 03/20
-
Sections 12.10 - 12.13 of the textbook: assigned on 03/25
-
Sections 12.10 - 12.13 of the textbook: assigned on 03/27
-
Sections 12.10 - 12.13 of the textbook: assigned on 04/01
-
Chapter 13 of the textbook: assigned on 04/08
-
Chapter 13 of the textbook: assigned on 04/10
-
Chapters 19, 20, and 21 of the textbook: assigned on 04/15
-
Chapter 18 of the textbook: assigned on 05/06
-
Relevant chapters in the textbook; lecture notes; all quizes; review guides and tests: assigned on 05/15
Overview of Assignments by Due Date
Due by 01/29
-
In-class Lab Exercise: assigned on 01/29
-
In-class Lab Exercise: assigned on 01/29
Due by 01/31
-
CodeLab Codelab registration: assigned on
-
In-class Lab Exercise: assigned on 01/31
-
In-class Lab Exercise: assigned on 01/31
Due by 02/05
-
CodeLab Codelab Lab 1 (on CISC 1115 Review): assigned on 01/29
-
CodeLab Codelab Lab 2 (on CISC 1115 Review): assigned on 01/29
-
In-class Lab Exercise: assigned on 02/05
Due by 02/07
-
CodeLab Codelab Lab 3 (on Class Definition): assigned on 01/31
-
In-class Lab Exercise: assigned on 02/07
Due by 02/12
- In-class Lab Exercise: assigned on 02/12
Due by 02/14
-
CodeLab Codelab Lab 4 (on Class Definition): assigned on 02/07
-
In-class Lab Exercise: assigned on 02/14
Due by 02/21
-
CodeLab Codelab Lab 5 (on Class Definition): assigned on 02/07
-
In-class Lab Exercise: assigned on 02/21
-
Individual programming assignment: assigned on 02/07
Due by 02/22
-
In-class Lab Exercise: assigned on 02/22
-
In-class Lab Exercise: assigned on 02/22
Due by 02/26
-
In-class Lab Exercise: assigned on 02/26
-
In-class Lab Exercise: assigned on 02/26
-
In-class Lab Exercise: assigned on 02/26
Due by 02/28
-
In-class Lab Exercise: assigned on 02/28
-
In-class Lab Exercise: assigned on 02/28
-
In-class Lab Exercise: assigned on 02/28
Due by 03/04
-
CodeLab Codelab Lab 6 (on inheritance): assigned on 02/26
-
In-class Lab Exercise: assigned on 03/04
-
In-class Lab Exercise: assigned on 03/04
-
Individual programming assignment: assigned on 02/22
Due by 03/06
-
CodeLab Codelab Lab 7 (on inheritance): assigned on 02/26
-
In-class Lab Exercise: assigned on 03/06
Due by 03/11
- CodeLab Codelab Lab 8 (on inheritance): assigned on 02/26
Due by 03/20
-
In-class Lab Exercise: assigned on 03/20
-
Individual programming assignment: assigned on 03/06
Due by 03/27
-
In-class Lab Exercise: assigned on 03/27
-
In-class Lab Exercise: assigned on 03/27
Due by 04/01
- Individual programming assignment: assigned on 03/13
Due by 04/08
-
CodeLab Codelab Lab 9 (on exception): assigned on 03/13
-
CodeLab Codelab Lab 10 (on exception): assigned on 03/13
Due by 04/10
- Individual programming assignment: assigned on 04/01
Due by 04/17
-
CodeLab Codelab Lab 11 (on abstract class and interface): assigned on 04/08
-
CodeLab Codelab Lab 12 (on abstract class and interface): assigned on 04/08
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
-
In-class Lab Exercise: assigned on 04/17
Due by 05/06
-
In-class Lab Exercise: assigned on 05/06
-
In-class Lab Exercise: assigned on 05/06
Due by 05/08
-
In-class Lab Exercise: assigned on 05/08
-
Individual programming assignment: assigned on 04/17
Due by 05/13
-
CodeLab Codelab Lab 13 (on recursion): assigned on 05/06
-
CodeLab Codelab Lab 14 (on recursion): assigned on 05/06
Due by 05/15
- Individual programming assignment: assigned on 05/08