Difference between revisions of "AP Computer Science"

From WLCS
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Thursday (3/1/18) ==
+
== AP CS A EXAM DATE & LOCATION ==
'''Warmup:'''
+
*  Tuesday (5/15/18), 12:30pm, Little Theater
* Submit your 2015 FRQ #2 attempt to Canvas
 
  
'''Agenda:'''
+
== AP CS Exam Review Resources ==
* Go over 2015 FRQ #2
+
* [[Media:APCS_Java_Quick_Reference.pdf]]
* Attempt 2015 FRQ #3
+
* [[Media:APCS_Java_Language_Subset.pdf]]
* Go over 2015 FRQ #3
+
* [[Media:APCS_Search_Sort_Algorithms.pdf]]
 
+
* [[Media:APCS_OOP_Review.pdf]]
== 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) ==
+
== Wednesday (4/18/18) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Introduction to Interitance
+
* Finish 2017 AP CS FRQ Question #3
** extend keyword
+
* [http://washingtonlee.apsva.us/wp-content/uploads/sites/38/2018/03/AP-IB-Exam-schedule-May-2018-FOR-POSTERS.pdf AP/IB Exam Calendar]
** Animal example
+
** Which days will you be missing class?
** Person example
+
* Practice MC (14 Questions) - 21 minutes on '''Friday (4/20/18)'''
* Complete Activity 17
+
* Common AP Algorithms reference
 
+
* Merge Sort Algorithm
'''Homework:'''
+
** [https://visualgo.net/bn/sorting https://visualgo.net/bn/sorting]
* 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
 
  
 +
== Monday (4/16/18) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Arrays of Objects example using Processing
+
* 2015 AP CS MC practice (1m30s per question)
* Don't forget that you should have already completed:
+
** #3, 10, 33
** Activity 13, 15
+
* 2017 AP CS FRQ practice
** Test 11
+
** Question 3 - 30 minutes
 
 
== 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
 
  
 +
== Thursday (4/12/18) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Arrays & Objects
+
* AP Java Language subset guide
** Complete Activity 15
+
* Integer & Double object classes
 +
* 2017 AP FRQ practice
 +
** Question 4 - 20 minutes
  
== Tuesday - Thursday (2/6/18 - 2/8/18) ==
+
== Tuesday (4/10/18) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Recursion
+
* 2017 AP FRQ practice
** [[Media:Recursion_Java.ppt]]
+
** Question 1 - 20 minutes
** Complete Activity 13: Recursion
+
** Question 2 - 20 minutes
** Complete Test 11: Recursion
+
** Question 3 - 30 minutes
 +
** Question 4 - 20 minutes
  
== Friday (2/2/18) ==
+
== Thursday (4/5/18) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Acey Deucey Demos
+
* Algorithms review
 
+
* Algorithm Identification Quiz on Canvas
== Monday - Wednesday (1/29/18 - 1/31/18) ==
+
* Individual grade meetings to finalize grading
'''Agenda:'''
 
* Debrief half of 2nd Quarter exam
 
* Work on Acey Deucey (graphical or command-line)
 
** I will give you a code snippet to help you test Acey Deucey
 
** Due Friday (2/2/18)
 
* We will be starting new material in class, so you should work on Acey Deucey at home
 
 
 
== Wednesday (1/24/18) ==
 
'''Agenda:'''
 
* Demo missing assignments
 
** Simple Calculator
 
** Complete any missing eIMACS Activities, Labs or Tests
 
** E-mail Mr. Bui once you have completed them
 
* Design and implement the Acey Deucey card game
 
** Read the [https://en.wikipedia.org/wiki/Acey_Deucey_(card_game) Acey Deucey Rules] (1st paragraph and Aces section) carefully and multiple times
 
** You may either develop the command-line version or the GUI version of Acey Deucey (your choice)
 
** You will receive a hard-copy of the requirements checklist
 
** Be sure to begin your design by at least commenting out the steps of your entire game
 
 
 
== Monday (1/22/18) ==
 
'''Agenda:'''
 
* Teen Tech Help @ Central Library after school today
 
** Help old people with their technology (volunteer opportunity)
 
* Col. Rob Fago speaking here after school
 
** Senior Cyber Capability Development Analyst and Deputy, Cyber Programs Directorate within the Office of the Secretary of Defense (Acquisition, Technology, & Logistics)
 
* APCS Quarter Assessment on Canvas
 
** 28 questions
 
** 1 hour
 
* Complete the Extra Credit Mid-Year Feedback on Canvas
 
 
 
== Tuesday - Thursday (1/16/18 - 1/18/18) ==
 
'''Agenda:'''
 
* [https://www.apsva.us/stem/stem-opportunities/ Student STEM Opportunities]
 
* Design and implement the Acey Deucey card game
 
** Read the [https://en.wikipedia.org/wiki/Acey_Deucey_(card_game) Acey Deucey Rules] (1st paragraph and Aces section) carefully and multiple times
 
** You may either develop the command-line version or the GUI version of Acey Deucey (your choice)
 
** You will receive a hard-copy of the requirements checklist
 
** Be sure to begin your design by at least commenting out the steps of your entire game
 
* APCS Quarter Assessment - Monday (1/22/18)
 
** Work on current assignment to review
 
** 20-25 Multiple-choice questions
 
** No GUI, no Processing, pure Java
 
 
 
== Tuesday - Thursday (1/9/18 - 1/11/18) ==
 
'''Agenda:'''
 
* Complete War walk-through
 
* Card GUI walk-through
 
* War GUI walk-through
 
* Next assignment: Acey Deucey
 
** Read the [https://en.wikipedia.org/wiki/Acey_Deucey_(card_game) Acey Deucey Rules] carefully and multiple times
 
 
 
== Wednesday - Friday (1/3/18 - 1/5/18) ==
 
'''Warmup:'''
 
* Review the rules to the card game/simulation War (look up online)
 
* Play several iterations of the game with some playing cards
 
  
 +
== Tuesday (4/3/18) ==
 
'''Agenda:'''
 
'''Agenda:'''
* War Card "Game"/Simulation
+
* Mr. Bui is out because his son as the flu
*# Use NetBeans and create a new project for War
+
* Insertion sort
*# Design and implement a Card class (we will design as a class
+
*# Go to [https://visualgo.net/bn/sorting https://visualgo.net/bn/sorting]
*# Design and implement the game/simulation (we will design as a class)
+
*# Be sure to click on '''INS''' for Insertion Sort at the top
 +
*# Click on '''Create''' -> '''Random'''
 +
*# Click on '''Sort''' -> '''Go'''
 +
*# Run the visualization as many times as you need
 +
*# You can slow down the visualization and observe the pseudocode in the lower right
 +
*# You may also look up the Java code for insertion sort
 +
* Algorithms Quiz on '''Thursday (4/5/18)'''
 +
** You will be given the Java code for the following algorithms, and you must be able to identify the name of the algorithm
 +
*** Linear search
 +
*** Binary search
 +
*** Minimum search
 +
*** Maximum search
 +
*** Selection sort
 +
*** Bubble sort
 +
*** Insertion sort
 +
* Use the remaining time in class to complete any missing assignments
  
 
== Archives ==
 
== Archives ==
 +
* [[APCS - 1718 - March]]
 +
* [[APCS - 1718 - February]]
 +
* [[APCS - 1718 - January]]
 
* [[APCS - 1718 - December]]
 
* [[APCS - 1718 - December]]
 
* [[APCS - 1718 - November]]
 
* [[APCS - 1718 - November]]

Revision as of 05:42, 19 April 2018

AP CS A EXAM DATE & LOCATION

  • Tuesday (5/15/18), 12:30pm, Little Theater

AP CS Exam Review Resources

Wednesday (4/18/18)

Agenda:

Monday (4/16/18)

Agenda:

  • 2015 AP CS MC practice (1m30s per question)
    • #3, 10, 33
  • 2017 AP CS FRQ practice
    • Question 3 - 30 minutes

Thursday (4/12/18)

Agenda:

  • AP Java Language subset guide
  • Integer & Double object classes
  • 2017 AP FRQ practice
    • Question 4 - 20 minutes

Tuesday (4/10/18)

Agenda:

  • 2017 AP FRQ practice
    • Question 1 - 20 minutes
    • Question 2 - 20 minutes
    • Question 3 - 30 minutes
    • Question 4 - 20 minutes

Thursday (4/5/18)

Agenda:

  • Algorithms review
  • Algorithm Identification Quiz on Canvas
  • Individual grade meetings to finalize grading

Tuesday (4/3/18)

Agenda:

  • Mr. Bui is out because his son as the flu
  • Insertion sort
    1. Go to https://visualgo.net/bn/sorting
    2. Be sure to click on INS for Insertion Sort at the top
    3. Click on Create -> Random
    4. Click on Sort -> Go
    5. Run the visualization as many times as you need
    6. You can slow down the visualization and observe the pseudocode in the lower right
    7. You may also look up the Java code for insertion sort
  • Algorithms Quiz on Thursday (4/5/18)
    • You will be given the Java code for the following algorithms, and you must be able to identify the name of the algorithm
      • Linear search
      • Binary search
      • Minimum search
      • Maximum search
      • Selection sort
      • Bubble sort
      • Insertion sort
  • Use the remaining time in class to complete any missing assignments

Archives