Difference between revisions of "AP Computer Science"

From WLCS
(Monday (12/11/17))
(Monday (12/11/17))
Line 3: Line 3:
 
* Interims close now
 
* Interims close now
 
* Finish Simple Calculator
 
* Finish Simple Calculator
 +
** All number buttons work (0-9)
 
** All four basic math operators
 
** All four basic math operators
 
** Clear (C) button
 
** Clear (C) button
 +
*** Resets the entry window, operands, AND operator
 
** Clear Entry (CE) button
 
** Clear Entry (CE) button
 +
*** Resets the entry window
 
** Backspace button (HINT: Use a string method to manipulate the entry string)
 
** Backspace button (HINT: Use a string method to manipulate the entry string)
 
** Two more operations of your choice (e.g. square root, exponent)
 
** Two more operations of your choice (e.g. square root, exponent)

Revision as of 09:52, 11 December 2017

Monday (12/11/17)

Agenda:

  • Interims close now
  • Finish Simple Calculator
    • All number buttons work (0-9)
    • All four basic math operators
    • Clear (C) button
      • Resets the entry window, operands, AND operator
    • Clear Entry (CE) button
      • Resets the entry window
    • Backspace button (HINT: Use a string method to manipulate the entry string)
    • Two more operations of your choice (e.g. square root, exponent)

Thursday (12/7/17)

Agenda:

  • Interims soon
  • NetBeans GUI Designer and Programming
    • Hello Button
    • Simple Calculator

Tuesday (12/5/17)

Agenda:

  • Complete Lab 2: Points and Rectangles
  • Complete Test 12

Wednesday - Friday (11/28/17 - 12/1/17)

Agenda:

  • Complete Activity 14: Address Objects
  • Work on Lab 2: Points and Rectangles
  • Complete Test 12

Monday (11/27/17)

Agenda:

  • Introduction to Object-Oriented Programming
    • Person class definition review
    • Point class definition walk-through
  • Complete Activity 14: Address Objects
  • Point class usage examples

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