APCS - 1718 - February

From WLCS

Tuesday (2/27/18)

Agenda:

  • 2015 Practice Free Response Questions

Homework:

  • Attempt to complete 2015 FRQ #2 (Mr. Bui will give you some warmup time too)
  • Spend no more than 20 minutes working on it
  • Do not look at the answer key
  • You will be asked to submit it to Canvas for effort points

Friday (2/23/18)

Agenda:

  • Assignments thus far:
    • Acey Deucey
    • eIMACS assignments: 13, 15, 17, 18
    • eIMACS tests: 11, 12, 13

Wednesday (2/21/18)

Warmup:

  • Create the following classes with inheritable attributes, constructors, setters, and getters:
    • Person
      • String firstName
      • String lastName
      • String birthDate
    • Student
      • int studentID
    • Teacher
      • int yearsOfService

Agenda:

  • More OOP!
    • Object super-class
    • Object class methods
  • Complete eIMACS Activity 18: Components
  • Grades will be updated as of now

Friday (2/16/18)

Agenda:

  • Introduction to Interitance
    • extend keyword
    • Animal example
    • Person example
  • Complete Activity 17

Homework:

  • Complete Test 13 - be sure to review the Quick Reference 13

Wednesday (2/14/18)

Warmup:

  • Write a recursive method named int length(String s) that returns the length of a string s

Agenda:

  • Arrays of Objects example using Processing
  • Don't forget that you should have already completed:
    • Activity 13, 15
    • Test 11

Monday (2/12/18)

Warmup:

  • Write a recursive method named isItThere(String s, String ch) that checks if the character ch is in String s
  • isItThere() should return true if it is there and false otherwise

Agenda:

  • Arrays & Objects
    • Complete Activity 15

Tuesday - Thursday (2/6/18 - 2/8/18)

Agenda:

Friday (2/2/18)

Agenda:

  • Acey Deucey Demos