Difference between revisions of "AP Computer Science"

From WLCS
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Monday (9/25/17) ==
+
== Monday (11/20/17) ==
'''Warmup:'''
 
* Did you complete Activity 4 and Test 4 over the weekend?  If not, do so now, and if you cannot finish it now, then complete it during GP
 
 
 
 
'''Agenda:'''
 
'''Agenda:'''
* [https://docs.google.com/a/apsva.us/presentation/d/1Ayzvd1q-6RwZKplUtLHDCCLyO5XIR5kyeKUi8-htErY/edit?usp=sharing Java Arrays]
+
* Complete Lab 1: Chatterbot over Thanksgiving Break if you have not already done so
* Skim through eIMACS: Arrays
+
** Any questions on Lab 1?
* Complete Activity 5: Arrays
+
* 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)
'''Homework:'''
+
* Overloaded Methods Overview
* Complete Activity 5: Arrays
+
* Introduction to Object-Oriented Programming
 
+
** Person class walk-through
== Thursday (9/21/17) ==
+
<!--
'''Warmup:'''
+
** Point class walk-through
* Complete Test 3 (attempt closed-book, but you may refer to references if you need to)
+
* Complete Activity 14: Address Objects
** Assume no re-submissions
+
-->
  
 +
== Tuesday - Thursday (11/14/17 - 11/16/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Booleans
+
* Work on eIMACS Lab 1: Chatterbot
* Relational Operators
+
** You will need to upload the NetBeans exported zip file to eIMACS
* Comparing Strings
 
* Logical Operators
 
* Complete Activity 4: Booleans
 
 
 
'''Homework:'''
 
* Complete Activity 4: Booleans
 
* Complete Test 4
 
 
 
== Tuesday (9/19/17) ==
 
'''Warmup:'''
 
* Complete Test 2 (attempt closed-book, but you may refer to references if you need to)
 
** Assume no re-submissions
 
  
 +
== Wednesday (11/9/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Strings
+
* Questions on Activity 11?
** Concatenation (connecting/adding together)
+
** Complete Activity 11 over the weekend if you have not already done so
** Methods - length(), substring(), indexOf()
+
* Work on the beginning of eIMACS Lab 1: Chatterbot as a class
* Displaying messages
+
<!--
** System.out.print() and System.out.println()
+
*# Use NetBeans to develop, and then paste your code into eIMACS
* Converting between numbers and Strings
+
*# Rename Project to: Lab01
** Integer.toString(), Integer.parseInt(), Double.toString(), Double.parseDouble()
+
*# Rename/Add Package to: com.eimacs.lab01
* Complete Activity 3
+
*# Rename Java Class to: Lab01Runner.java
* Complete Test 3
+
*# If you have questions or are stuck, debug by yourself for a few minutes, and then ask Mr. Bui
 +
-->
  
== Friday (9/15/17) ==
+
== Thursday - Monday (11/2/17 - 11/6/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Arithmetic Expressions
+
* Make sure you have completed eIMACS Tests 6, 7, 8 (they are included on the 1st quarter)
* Pitfalls and Surprises 1 2
+
* Read through the entire section for [https://www.eimacs.com/eimacs/mainpage?cid=162149&epid=E1922439510 eIMACS -> Methods -> Static Methods]
* Declaring and Assigning Values to Variables
+
* Read through the entire section for [https://www.eimacs.com/eimacs/mainpage?cid=162149&epid=E1932276918 eIMACS -> Methods -> Defining New Static Methods]
* Programming Shortcuts
+
* Work on Activity 11 (you will need to employ loops for this Activity)
* Complete Activity 2: Circles & Spheres
 
* Complete Test 2 (attempt closed-book, but you may refer to references if you need to)
 
** Assume no resubmissions
 
 
 
== Monday - Wednesday (9/11/17 - 9/13/17) ==
 
'''Warmup:'''
 
# Login to Canvas
 
# Complete the Collaboration
 
 
 
'''Agenda:'''
 
* Quick Pic Intros
 
* Setup eIMACS accounts
 
* Signed syllabus reminder
 
* [https://www.eimacs.com eIMACS] - Java Basics->Variables and Expressions
 
** Variable declarations, assignment statements
 
** int, double
 
** E notation
 
** casting
 
* [http://pythontutor.com/ PythonTutor (Java too)]
 
* Take eIMACS Test 1
 
 
 
== Thursday (9/7/17) ==
 
'''Agenda:'''
 
* Attendance
 
* Misc logistics
 
** 20/10 no pass policy
 
** Location of bathrooms
 
** Sign in/out sheets
 
** Mr. Bui has A Lunch (1st Lunch) on W-days
 
** Mr. Bui has 4th period planning on L-Days (so whatever lunch he feels like having that day)
 
* [[AP Computer Science Syllabus]]
 
** Sign electronic form by next Monday (9/11/17)
 
* Introduction to Canvas
 
** Profiles
 
** Notifications
 
** Assignments
 
** etc.
 
* Introductions w/ Pictures
 
*# You will be given a group Google presentation
 
*# Create a new slide
 
*# Use your first and last name as your title
 
*# Paste 4 or more images that describe who you are
 
 
 
'''Homework:'''
 
* Signed electronic syllabus by Monday (9/11/17)
 
* Download and install [https://processing.org/download/ Processing]
 
 
 
== Tuesday (9/5/17) ==
 
* Introductions
 
* Name cards
 
 
 
'''Homework:'''
 
# Go to Syllabus (on the left)
 
# Read it
 
# Complete the agreement form with your parent (you will need your APS Google login)
 
  
 
== Archives ==
 
== Archives ==
* [[APCS - 1617]]
+
* [[APCS - 1718 - October]]
 +
* [[APCS - 1718 - September]]
 
* [[APCS - 1516]]
 
* [[APCS - 1516]]

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