AP CS Assignments
Assignments by week:
Fall Term:
Winter Term:
Spring Term:
Monday, April 22
Description
AP Review
Homework
  • Do 2014 FR questions #1 and #2.
Tuesday, April 23
Description
Review 2016 Free-Response Questions
Homework
  • Do 2014 FR questions #3 and #4.
Thursday, April 25
Description
Practice MC
Homework
  • Download the Arduino IDE for macOS and install it on your computer. You'll notice that it looks a lot like the Processing IDE.
  • In the IDE, go to the "Sketch" menu, choose "Include Library", then "Manage Libraries...". Type "fastled" in the filter box, and install the "FastLED" library.
  • In the IDE, go to the "File" menu, choose "Examples", "01.Basics", "Blink". Have a look at the code and comments in that file. The Arduino uses C/C++, but it should be similar enough to Java that you can figure out the basics.
  • Read the Basic Usage and Controlling LEDs pages for the FastLED library.
Friday, April 26
Description
LED Belts
Homework
  • Have a great long weekend!