Difference between revisions of "AP Computer Science"

From WLCS
(50 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Thursday (3/7/19) ==
+
== EXAM INFORMATION ==
 +
* Friday, May 17th - 12pm - Wrestling Room
 +
* [http://washingtonlee.apsva.us/wp-content/uploads/sites/38/2019/03/AP-IB-Exam-May-2019-schedule-for-POSTERS-3-27-19.pdf Complete AP/IB Exam Calendar]
 +
* [https://docs.google.com/document/d/19XmF8sgXBu1hOb4_wcSK1zmEkQ-IwkP4b3MSH_Orzy8/edit?usp=sharing AP/IB Exam Study Strategies]
 +
 
 +
== Monday (4/22/19) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Confirm that you have completed the [https://www.albert.io/assignment/d8da5c33-2eaf-4edf-b1ee-28410d733889 Albert.io Inheritance & Polymorphism assignment]
+
* Flash card circle
** Questions?
+
*# Number a sheet of paper from 1 through 10
* Method overriding review & example
+
*# You will have 60 seconds for each simple statement
* Complete eIMACS: Lab 4: Inventory Tracking
+
*# Pass the card to your right
* static keyword (for methods or for variables)
+
* Review flash card answers
** binds the method or variable to the class NAME as opposed to the object instance
+
* Topics review
** static method example
+
** [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf APCS Java Subset]
** static variable example
+
** Make sure you read the notes at the bottom of the subset!
* final keyword
+
** Class-walk through of every testable language feature
** makes the variable unchangeable
+
* Compile a list with links of all the eIMACS Quick References (#1-19)
** final variable example
+
** List the subtopics for each quick reference
* abstract keyword
+
** Be sure to paste links
** Abstract classes walk-through (Animal->Mammal, Fish, Bird)
+
* [https://docs.google.com/document/d/1fFYAfNpJDuQGb4iTZ-wfeaZLyqXSt3PJHtfry25jyUk/edit?usp=sharing Example APCS exam review]
** Object instances of abstract classes are *not* allowed
+
* [https://doodle.com/poll/66uuh5swtfpck4yy AP/IB Exam Doodle (L-day mornings)]
** Derived sub-classes of abstract classes must implement abstract methods (unless the sub-class is also abstract)
+
 
 +
'''Homework:'''
 +
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #3] - 22 mins total
 +
 
 +
== Monday - Friday (4/15/19 - 4/19/19) ==
 +
* Spring Break
  
== Tuesday (3/5/19) ==
+
== Thursday (4/11/19) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Confirm that you have completed Activity 19
+
* Flash card circle
* Complete the [https://www.albert.io/assignment/d8da5c33-2eaf-4edf-b1ee-28410d733889 Albert.io Inheritance & Polymorphism assignment]
+
*# Number a sheet a paper from 1 through 13
* Complete eIMACS: Lab 4: Inventory Tracking
+
*# You will have a True/False flash card and you must answer it within 30 seconds.  Make sure you write True/False in the appropriate number
 +
*# Pass the card to your right
 +
* Review True/False answers
 +
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #2] - 22 mins total
 +
 
 +
== Tuesday (4/9/19) ==
 +
'''Warmup:'''
 +
* Complete sample questions #1-5 from [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-course-description.pdf AP CS Course Description] on page 19
 +
** You have 11 minutes
 +
 
 +
'''Agenda:'''
 +
* [https://www.albert.io/blog/ap-computer-science-tips/ Albert.io Study Tips]
 +
* AP CS Study Documents (let Mr. Bui know if you want a hard-copy now)
 +
** https://ap-computer-science-guide.github.io/
 +
** [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf AP CS Java Subset]
 +
** [https://secure-media.collegeboard.org/digitalServices/pdf/ap/explore-ap/ap-computer-science-a-2014-java-quick-reference.pdf AP CS Java Quick Reference]
 +
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #1] - 22 mins total
 +
** You may ask Jeff how to approach the problem if you need help
 +
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap16_frq_computer_science_a.pdf 2016 Practice FRQ #2] - 22 mins total
 +
** You may ask Jeff how to approach the problem if you need help
 +
 
 +
'''Homework:'''
 +
* Complete [https://www.albert.io/assignment/60dbb250-7dc8-4032-afe8-c6c1773e3d31 22Qs Albert.io - Program Implementation - Declaration & Output]
 +
 
 +
== Friday (4/5/19) ==
 +
'''Agenda:'''
 +
* Go over HW
 +
* Demo image processing assignments
 +
 
 +
'''Homework:'''
 +
* Complete [https://www.albert.io/assignment/00b78f66-9d56-413c-86ce-0ba51d9bb5df Albert.io Program Construction - Classes]
 +
 
 +
== Wednesday (4/3/19) ==
 +
'''Agenda:'''
 +
* Demo Image Processing assignments
 +
 
 +
'''Homework:'''
 +
* Complete the [https://www.albert.io/assignment/dcc0878d-76c6-42fe-aa1e-5463573cf05f Albert.io Program & Class Design (part 1) assignment]
 +
** Spend no more than 2 minutes per question
  
 
== Archives ==
 
== Archives ==
 +
* [[APCS - 1819 - March]]
 
* [[APCS - 1819 - February]]
 
* [[APCS - 1819 - February]]
 
* [[APCS - 1819 - January]]
 
* [[APCS - 1819 - January]]

Revision as of 10:26, 22 April 2019

EXAM INFORMATION

Monday (4/22/19)

Agenda:

  • Flash card circle
    1. Number a sheet of paper from 1 through 10
    2. You will have 60 seconds for each simple statement
    3. Pass the card to your right
  • Review flash card answers
  • Topics review
    • APCS Java Subset
    • Make sure you read the notes at the bottom of the subset!
    • Class-walk through of every testable language feature
  • Compile a list with links of all the eIMACS Quick References (#1-19)
    • List the subtopics for each quick reference
    • Be sure to paste links
  • Example APCS exam review
  • AP/IB Exam Doodle (L-day mornings)

Homework:

Monday - Friday (4/15/19 - 4/19/19)

  • Spring Break

Thursday (4/11/19)

Agenda:

  • Flash card circle
    1. Number a sheet a paper from 1 through 13
    2. You will have a True/False flash card and you must answer it within 30 seconds. Make sure you write True/False in the appropriate number
    3. Pass the card to your right
  • Review True/False answers
  • 2016 Practice FRQ #2 - 22 mins total

Tuesday (4/9/19)

Warmup:

Agenda:

Homework:

Friday (4/5/19)

Agenda:

  • Go over HW
  • Demo image processing assignments

Homework:

Wednesday (4/3/19)

Agenda:

  • Demo Image Processing assignments

Homework:

Archives