CSCI 125 Fall 2024
Software Design and Implementation
Charles Cusack
Computer Science
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
College
    Policies
Advice

Notes
Programs
Tutorials

CSCI 125
CSCI 255
MATH 131 (01 and 02)
Others

Admin
previous     next     today     future     all    

Schedule for weeks 2 through 3

Wk Day Date TopicResourcesEvents

2MonSep 02
  • Parameters
  • Accessor/Mutator Methods
  • Printing
  • Read 2.5-2.11
  • Try all exercises
  • Ticket Exercise
  • HW 1 due

    WedSep 04
  • Conditional Statements
  • Variable Scope
  • Local Variables
  • Comparing Fields/Parameters/Local Variables
  • Read 2.12-2.18
  • Try all exercises
  • Person Exercise
  • Finish Ticket Exercise

    FriSep 06
  • More on Methods
  • Reread 2.15-2.17
  • Read 2.18-2.23
  • Try exercises through 2.82
  • Read 6.11, Appendix I
  • Review More Book Exercises
  • HW 2 due

    3MonSep 09
  • Abstraction
  • Modularization
  • Class Diagrams
  • Read 3.1-3.6
  • Read Appendix F
  • Clock Exercise
  • Read 10 Rules of Studying

  • WedSep 11
  • Ch 1
  • Ch 2
  • Book.java
  • Person.java
  • TicketMachine.java
  • Project Test 1

    FriSep 13
  • Primitive Types
  • Object Types
  • Logical Operators
  • Concatenating Strings
  • Modulo Operator
  • Constructors & Creating Objects
  • More on Method Calls
  • Reread 3.1-3.6
  • Read 3.7-3.12
  • Try exercises through 3.30