Difference between revisions of "AP Computer Science"

From WLCS
Line 1: Line 1:
== Monday (12/9/19) ==
+
== Monday - Wednesday (12/9/19 - 12/11/19) ==
 
'''Agenda:'''
 
'''Agenda:'''
 
* Processing review
 
* Processing review
Line 9: Line 9:
 
* [https://drive.google.com/open?id=1ks5B3fsnGCX_utk_Adxt1cQtPtUsNtNVENb9swCaHpo Object usage slides]
 
* [https://drive.google.com/open?id=1ks5B3fsnGCX_utk_Adxt1cQtPtUsNtNVENb9swCaHpo Object usage slides]
 
* [https://docs.google.com/presentation/d/1hb_8wMUlQQl7W-JF2f3gax021yDHLkLENJYy0fUMGy8/edit?usp=sharing Classes slides]
 
* [https://docs.google.com/presentation/d/1hb_8wMUlQQl7W-JF2f3gax021yDHLkLENJYy0fUMGy8/edit?usp=sharing Classes slides]
 +
* Brick Breaker description
 +
*# Ball bounces around the screen and off of bricks and the paddle
 +
*# Paddle that moves along the x-axis by following the mouse
 +
*# Bricks at the top of the screen
 +
*#* Bricks disappear if they are hit by the ball
 +
*# Lose if ball goes past the bottom of the screen
 +
*# Win if all bricks are gone
  
 
== Thursday (12/5/19) ==
 
== Thursday (12/5/19) ==

Revision as of 07:13, 11 December 2019

Monday - Wednesday (12/9/19 - 12/11/19)

Agenda:

  • Processing review
    • Bouncing Ball
    • Brick Breaker
  • Class construction and object usage
  • Object usage slides
  • Classes slides
  • Brick Breaker description
    1. Ball bounces around the screen and off of bricks and the paddle
    2. Paddle that moves along the x-axis by following the mouse
    3. Bricks at the top of the screen
      • Bricks disappear if they are hit by the ball
    4. Lose if ball goes past the bottom of the screen
    5. Win if all bricks are gone

Thursday (12/5/19)

Agenda:

  • Test 10 questions?
  • Activity 12 check
  • Coming soon...Processing review
    • Bouncing Ball
    • Brick Breaker

Tuesday (12/3/19)

Agenda:

  • Java Methods & Strings quiz
  • Repl.it reminder - all assignments should be completed by now
  • Multiple Variable Declarations
  • Overloaded Methods
    • Exercises & Examples
    • Why would we want to overload methods?
  • Complete Activity 12: Optional Arguments

APCS - 1920 - November

APCS - 1920 - October

APCS - 1920 - September

APCS - Archives