Difference between revisions of "AP Computer Science"

From WLCS
(Thursday (12/5/19))
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Tuesday (11/12/19) ==
+
== Thursday (12/5/19) ==
 
'''Agenda:'''
 
'''Agenda:'''
* for loop review
+
* Test 10 questions?
* Complete the 6 for loop repl.its:
+
* Activity 12 check
** for loop - Linear Search
+
* Coming soon...Processing review
** for loop - Find Min/Max
+
** Bouncing Ball
** for loop - Binary Search
+
** Brick Breaker
** for loop - Count Words
 
** for loop - double[] Average
 
** for loop - Reverse String Print
 
* Enhanced for loop
 
** Examples and common pitfalls
 
** Complete the for loop vs enhanced for loop assignment in Canvas
 
* Complete eIMACS: Test 9
 
  
'''Homework:'''
+
== Tuesday (12/3/19) ==
* Complete the for loop repl.it exercises if you did not do so in class
 
* Complete Test 9 if you did not do so in class
 
 
 
== Thursday (11/7/19) ==
 
'''Agenda:'''
 
* Test 8 Questions?
 
* Activity 7 work time - go on to the repl.its if you have already completed these
 
* Complete the 3 for loop repl.its:
 
** for loop - Count Words
 
** for loop - double[] Average
 
** for loop - Reverse String Print
 
* Enhanced for loop
 
** Examples and common pitfalls
 
** Complete the for loop vs enhanced for loop assignment in Canvas
 
 
 
'''Homework:'''
 
* Complete any missing assignments above
 
 
 
== Monday (11/4/19) ==
 
 
'''Agenda:'''
 
'''Agenda:'''
* Read the eIMACS chapter on for loops
+
* Java Methods & Strings quiz
* Complete Test 8
+
* Repl.it reminder - all assignments should be completed by now
* Read the eIMACS chapter on for-each loops
+
* Multiple Variable Declarations
* Complete Activity 7: Checksums
+
* Overloaded Methods
 +
** Exercises & Examples
 +
** Why would we want to overload methods?
 +
* Complete Activity 12: Optional Arguments
  
 +
== [[APCS - 1920 - November]] ==
 
== [[APCS - 1920 - October]] ==
 
== [[APCS - 1920 - October]] ==
 
 
== [[APCS - 1920 - September]] ==
 
== [[APCS - 1920 - September]] ==
 
 
== [[APCS - Archives]] ==
 
== [[APCS - Archives]] ==

Revision as of 09:53, 5 December 2019

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