• 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

  1. Codelab registration: assigned on and due by 08/31

  2. Codelab Lab 1 (on CISC 1115 Review): assigned on 08/29 and due by 09/05

  3. Codelab Lab 2 (on CISC 1115 Review): assigned on 08/29 and due by 09/07

  4. Codelab Lab 3 (on Class Definition): assigned on 08/31 and due by 09/12

  5. Codelab Lab 4 (on Class Definition): assigned on 09/07 and due by 09/19

  6. Codelab Lab 5 (on Class Definition): assigned on 09/07 and due by 09/21

  7. Codelab Lab 6 (on inheritance): assigned on 09/21 and due by 09/28

  8. Codelab Lab 7 (on inheritance): assigned on 09/21 and due by 10/03

  9. Codelab Lab 8 (on inheritance): assigned on 09/21 and due by 10/05

  10. Codelab Lab 9 (on exception): assigned on 10/12 and due by 10/31

  11. Codelab Lab 10 (on exception): assigned on 10/12 and due by 11/02

  12. Codelab Lab 11 (on abstract class and interface): assigned on 11/09 and due by 11/16

  13. Codelab Lab 12 (on abstract class and interface): assigned on 11/16 and due by 11/23

  14. Codelab Lab 13 (on recursion): assigned on 11/28 and due by 12/05

  15. Codelab Lab 14 (on recursion): assigned on 11/28 and due by 12/05

In-class Lab Exercises

  1. In-Class Exercise (on Programming Environment): assigned and due on 08/29

  2. In-Class Exericse (on Process of Authoring Java Code): assigned and due on 08/31

  3. In-Class Exercise (on Creating Circle Class and its Client): assigned and due on 09/05

  4. In-Class Exercise (on Creating TV Class and its Client): assigned and due on 09/05

  5. In-Class Exercise (on Syntax of Using Objects): assigned and due on 09/07

  6. In-Class Exercise (on Java Package and Visibility Modifiers): assigned and due on 09/12

  7. In-Class Exercise (on Re-designing a program using visibility modifiers): assigned and due on 09/23

  8. In-Class Exercise (on Designing CircleUtils class and its client): assigned and due on 09/23

  9. In-Class Exercise (on Refactoring the ComputeTax program): assigned and due on 09/21

  10. In-Class Exercise (on StackOfInteger and its Client): assigned and due on 09/21

  11. In-Class Exercise (on Implementing the Shape class hierarchy: Part I): assigned and due on 09/26

  12. In-Class Exercise (on Implementing the Shape class hierarchy: Part II): assigned and due on 09/26

  13. In-Class Exercise (on Implementing the Shape class hierarchy: Part III): assigned and due on 09/26

  14. In-Class Exercise (on Extending classes of geometric shapes): assigned and due on 09/28

  15. In-Class Exercise (on overriding equals: Are two fruits equal?): assigned and due on 09/28

  16. Arrays and ArrayLists of Fruits: assigned and due on 10/03

  17. In-Class Exercise (on Exceptions): assigned and due on 10/24

  18. In-Class Exercise (on Custom Exceptions): assigned and due on 10/24

  19. In-Class Exercise (on Text File I/O and Exception): assigned and due on 10/26

  20. In-Class Exercise (on Text File I/O and Exception): assigned and due on 10/26

  21. Writing the Shape class hierarchy without having any abstract class: assigned and due on 11/16

  22. Writing the Shape class hierarchy with abstract Shape class: assigned and due on 11/16

  23. Writing the Animal class hierarchy: assigned and due on 11/16

  24. Implementing the improved Animal class hierarchy with interfaces: assigned and due on 11/16

  25. Revising SortingArrays to sort an ArrayList instead of an array: assigned and due on 11/16

  26. Revising SortShapeCollections, and sort a list of Circles according their areas: assigned and due on 11/16

  27. Revising SortShapeCollections, and sort a list of Shapes according their areas: assigned and due on 11/16

  28. 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 11/16

  29. Revising AnimalKingdomEnhanced, and to sort animals in descending order according their weight in both descending and ascending orders: assigned and due on 11/16

  30. List exercises: assigned and due on 11/28

  31. Stack and queue exercises: assigned and due on 11/28

  32. Recursion Exercises: assigned and due on 12/05

Individual Programming Projects

  1. (Individual) Programming Project 1 (on class definition): assigned on 09/12 and due by 09/19

  2. (Individual) Programming Project 2 (on using objects): assigned on 09/19 and due by 09/26

  3. (Individual) Programming Project 3 (on Inheritance): assigned on 10/03 and due by 10/17

  4. (Individual) Programming Project 5 (on Exceptions and Text File I/O): assigned on 11/02 and due by 11/14

  5. (Individual) Programming Project 6 (on Recursion): assigned on 11/28 and due by 12/05

Reading

  1. Reviewing topics in CISC 1115: assigned on 08/29

  2. Sections 9.1 - 9.5 of the textbook: assigned on 08/29

  3. Sections 9.6 - 9.9 of the textbook: assigned on 08/29

  4. Sections 9.1 - 9.5 of the textbook: assigned on 09/05

  5. Sections 9.6 - 9.9 of the textbook: assigned on 09/05

  6. Sections 9.10 - 9.14 of the textbook: assigned on 09/12

  7. Section 3.9 of the textbook: assigned on 09/12

  8. Sections 10.1 - 10.3 of the textbook: assigned on 09/12

  9. Sections 10.4 - 10.6 of the textbook: assigned on 09/12

  10. Sections 10.7 - 10.11 of the textbook: assigned on 09/12

  11. Sections 10.1 - 10.3 of the textbook: assigned on 09/19

  12. Sections 10.4 - 10.6 of the textbook: assigned on 09/19

  13. Sections 10.7 - 10.11 of the textbook: assigned on 09/19

  14. Sections 11.1 - 11.5 of the textbook: assigned on 09/21

  15. Section 11.6 of the textbook: assigned on 09/21

  16. Sections 11.7 - 11.8 of the textbook: assigned on 09/21

  17. Sections 11.9 - 11.10 of the textbook: assigned on 09/21

  18. Sections 11.1 - 11.5 of the textbook: assigned on 09/28

  19. Section 11.6 of the textbook: assigned on 09/28

  20. Sections 11.7 - 11.8 of the textbook: assigned on 09/28

  21. Sections 11.9 - 11.10 of the textbook: assigned on 09/28

  22. Sections 11.11 of the textbook: assigned on 10/03

  23. all chapters discussed: assigned on 10/05

  24. Sections 12.1 - 12.3 of the textbook: assigned on 10/12

  25. Section 12.4 of the textbook: assigned on 10/12

  26. Section 12.5 of the textbook: assigned on 10/12

  27. Section 12.6 of the textbook: assigned on 10/12

  28. Sections 12.7 - 12.8 of the textbook: assigned on 10/12

  29. Sections 12.9: assigned on 10/19

  30. Sections 12.10 - 12.13 of the textbook: assigned on 10/24

  31. Sections 12.10 - 12.13 of the textbook: assigned on 10/26

  32. Chapter 13 of the textbook: assigned on 11/09

  33. Chapters 19, 20, and 21 of the textbook: assigned on 11/16

  34. Chapter 18 of the textbook: assigned on 11/28

  35. Relevant chapters in the textbook; lecture notes; all quizes; review guides and tests: assigned on 12/07

Overview of Assignments by Due Date

Due by 08/29

  1. In-class Lab Exercise: assigned on 08/29

Due by 08/31

  1. CodeLab Codelab registration: assigned on

  2. In-class Lab Exercise: assigned on 08/31

Due by 09/05

  1. CodeLab Codelab Lab 1 (on CISC 1115 Review): assigned on 08/29

  2. In-class Lab Exercise: assigned on 09/05

  3. In-class Lab Exercise: assigned on 09/05

Due by 09/07

  1. CodeLab Codelab Lab 2 (on CISC 1115 Review): assigned on 08/29

  2. In-class Lab Exercise: assigned on 09/07

Due by 09/12

  1. CodeLab Codelab Lab 3 (on Class Definition): assigned on 08/31

  2. In-class Lab Exercise: assigned on 09/12

Due by 09/19

  1. CodeLab Codelab Lab 4 (on Class Definition): assigned on 09/07

  2. Individual programming assignment: assigned on 09/12

Due by 09/21

  1. CodeLab Codelab Lab 5 (on Class Definition): assigned on 09/07

  2. In-class Lab Exercise: assigned on 09/21

  3. In-class Lab Exercise: assigned on 09/21

Due by 09/23

  1. In-class Lab Exercise: assigned on 09/23

  2. In-class Lab Exercise: assigned on 09/23

Due by 09/26

  1. In-class Lab Exercise: assigned on 09/26

  2. In-class Lab Exercise: assigned on 09/26

  3. In-class Lab Exercise: assigned on 09/26

  4. Individual programming assignment: assigned on 09/19

Due by 09/28

  1. CodeLab Codelab Lab 6 (on inheritance): assigned on 09/21

  2. In-class Lab Exercise: assigned on 09/28

  3. In-class Lab Exercise: assigned on 09/28

Due by 10/03

  1. CodeLab Codelab Lab 7 (on inheritance): assigned on 09/21

  2. In-class Lab Exercise: assigned on 10/03

Due by 10/05

  1. CodeLab Codelab Lab 8 (on inheritance): assigned on 09/21

Due by 10/17

  1. Individual programming assignment: assigned on 10/03

Due by 10/24

  1. In-class Lab Exercise: assigned on 10/24

  2. In-class Lab Exercise: assigned on 10/24

Due by 10/26

  1. In-class Lab Exercise: assigned on 10/26

  2. In-class Lab Exercise: assigned on 10/26

Due by 10/31

  1. CodeLab Codelab Lab 9 (on exception): assigned on 10/12

Due by 11/02

  1. CodeLab Codelab Lab 10 (on exception): assigned on 10/12

Due by 11/14

  1. Individual programming assignment: assigned on 11/02

Due by 11/16

  1. CodeLab Codelab Lab 11 (on abstract class and interface): assigned on 11/09

  2. In-class Lab Exercise: assigned on 11/16

  3. In-class Lab Exercise: assigned on 11/16

  4. In-class Lab Exercise: assigned on 11/16

  5. In-class Lab Exercise: assigned on 11/16

  6. In-class Lab Exercise: assigned on 11/16

  7. In-class Lab Exercise: assigned on 11/16

  8. In-class Lab Exercise: assigned on 11/16

  9. In-class Lab Exercise: assigned on 11/16

  10. In-class Lab Exercise: assigned on 11/16

Due by 11/23

  1. CodeLab Codelab Lab 12 (on abstract class and interface): assigned on 11/16

Due by 11/28

  1. In-class Lab Exercise: assigned on 11/28

  2. In-class Lab Exercise: assigned on 11/28

Due by 12/05

  1. CodeLab Codelab Lab 13 (on recursion): assigned on 11/28

  2. CodeLab Codelab Lab 14 (on recursion): assigned on 11/28

  3. In-class Lab Exercise: assigned on 12/05

  4. Individual programming assignment: assigned on 11/28