Difference between revisions of "AP Computer Science"

From WLCS
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Tuesday - Thursday (5/24/16 - 5/26/16) ==
+
== Monday (11/20/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Download and install [https://unity3d.com/get-unity Unity3d] - Personal Edition
+
* Complete Lab 1: Chatterbot over Thanksgiving Break if you have not already done so
* Complete the [https://unity3d.com/learn/tutorials Roll-a-ball tutorial]
+
** Any questions on Lab 1?
 +
* Complete Tests 9 & 10 over Thanksgiving Break
 +
** You may complete these open-book, but DO NOT execute the code (i.e. no debugging w/ a machine)
 +
* Overloaded Methods Overview
 +
* Introduction to Object-Oriented Programming
 +
** Person class walk-through
 +
<!--
 +
** Point class walk-through
 +
* Complete Activity 14: Address Objects
 +
-->
  
== Wednesday - Friday (5/4/16 - 5/20/16) ==
+
== Tuesday - Thursday (11/14/17 - 11/16/17) ==
* Complete the surveys if you have not already done so:
+
'''Agenda:'''
** Complete the [https://docs.google.com/forms/d/1dCcfJnCaczrBzeQoagJsZMZxidRFEdI-s4E6h_DJqAM/viewform End-of-Course Survey]
+
* Work on eIMACS Lab 1: Chatterbot
** Complete the [http://research.k12insight.com/CTEstudentsurvey/ CTE Student Survey]
+
** You will need to upload the NetBeans exported zip file to eIMACS
** Complete the [https://docs.google.com/spreadsheet/viewform?formkey=cmpucDFrRDJUekY5VEphYzE2V25ZSVE6MA..#gid=0 Graduating Senior Survey] (only if you are a senior!)
+
 
** Complete the [http://goo.gl/forms/N1PjHeAB7N CTE Completer Survey] (if you are graduating)
+
== Wednesday (11/9/17) ==
* Backup all your work (machines will be wiped)
+
'''Agenda:'''
*# Go to Finder->Preferences->Sidebar and click your name
+
* Questions on Activity 11?
*# Open a Finder window and look for your name on the Sidebar
+
** Complete Activity 11 over the weekend if you have not already done so
*# While holding down the Command key, click each of the folders that you want to backup (e.g. Desktop, Documents, NetBeansProjects, etc.)
+
* Work on the beginning of eIMACS Lab 1: Chatterbot as a class
*# Right-click your selection and Compress
+
<!--
*# A zip file will be generated, which you can upload to your Google Drive
+
*# Use NetBeans to develop, and then paste your code into eIMACS
*# Note: If the zip file is REALLY big, then you need to figure out what files are taking up so much space (and possibly delete them)
+
*# Rename Project to: Lab01
* '''Read''' [http://ryanstephensmarketing.com/blog/18-things-i-wish-someone-wouldve-told-me-when-i-was-18/ 18 Things I Wish Someone Would've Told Me When I Was 18] - Ryan Stephens
+
*# Rename/Add Package to: com.eimacs.lab01
* '''Read''' [http://www.huffingtonpost.com/keith-m-parsons/message-to-my-freshman-st_b_7275016.html Message to My Freshman Students] - Keith Parsons
+
*# Rename Java Class to: Lab01Runner.java
 +
*# If you have questions or are stuck, debug by yourself for a few minutes, and then ask Mr. Bui
 +
-->
  
== AP EXAM DATE ==
+
== Thursday - Monday (11/2/17 - 11/6/17) ==
* Tuesday, May 3rd, 2016
+
'''Agenda:'''
* 8:00am - Donuts, juice & coffee @ Mr. Bui's room
+
* Make sure you have completed eIMACS Tests 6, 7, 8 (they are included on the 1st quarter)
* 8:30am - 12:30pm @ Little Theater
+
* Read through the entire section for [https://www.eimacs.com/eimacs/mainpage?cid=162149&epid=E1922439510 eIMACS -> Methods -> Static Methods]
 +
* Read through the entire section for [https://www.eimacs.com/eimacs/mainpage?cid=162149&epid=E1932276918 eIMACS -> Methods -> Defining New Static Methods]
 +
* Work on Activity 11 (you will need to employ loops for this Activity)
  
 
== Archives ==
 
== Archives ==
* [[APCS - 1516 - April]]
+
* [[APCS - 1718 - October]]
* [[APCS - 1516 - March]]
+
* [[APCS - 1718 - September]]
* [[APCS - 1516 - February]]
+
* [[APCS - 1516]]
* [[APCS - 1516 - January]]
 
* [[APCS - 1516 - December]]
 
* [[APCS - 1516 - November]]
 
* [[APCS - 1516 - October]]
 
* [[APCS - 1516 - September]]
 

Revision as of 10:47, 20 November 2017

Monday (11/20/17)

Agenda:

  • Complete Lab 1: Chatterbot over Thanksgiving Break if you have not already done so
    • Any questions on Lab 1?
  • Complete Tests 9 & 10 over Thanksgiving Break
    • You may complete these open-book, but DO NOT execute the code (i.e. no debugging w/ a machine)
  • Overloaded Methods Overview
  • Introduction to Object-Oriented Programming
    • Person class walk-through

Tuesday - Thursday (11/14/17 - 11/16/17)

Agenda:

  • Work on eIMACS Lab 1: Chatterbot
    • You will need to upload the NetBeans exported zip file to eIMACS

Wednesday (11/9/17)

Agenda:

  • Questions on Activity 11?
    • Complete Activity 11 over the weekend if you have not already done so
  • Work on the beginning of eIMACS Lab 1: Chatterbot as a class

Thursday - Monday (11/2/17 - 11/6/17)

Agenda:

Archives