Difference between revisions of "IB Computer Science 1"

From WLCS
Line 2: Line 2:
 
'''Warmup:'''
 
'''Warmup:'''
 
* Java syntax quiz
 
* Java syntax quiz
 +
* [https://tinyurl.com/y6avmtb4 Ms. Meyer's Seniors-only Survey ]
  
 
'''Agenda:'''
 
'''Agenda:'''

Revision as of 08:28, 29 April 2019

Monday (4/29/19)

Warmup:

Agenda:

  • Introduction to classes
    • Button class
  • Recreate the SoundBoard assignment with our Button class and demonstrate
  • Sprite class
    • Class-walkthrough
    • Demonstrate either the Flappy Bird or Dino Game in Java

Thursday (4/25/19)

Agenda:

  • Complete and demo Sound Board assignment
    • You may need to add a little bit of code so that you know which sound to play when a particular button is pressed
  • Java syntax quiz delayed to Monday (4/29/19)
  • Introduction to classes
    • Button class
    • Sprite class
  • Recreate the SoundBoard assignment with our Button class

Tuesday (4/23/19)

Agenda:

  • Java Review
  • Java syntax quiz on Thursday (4/25/19)
    • Variables
    • Conditionals
    • if-else statements
    • while loops
  • Complex types and objects review
    • Image objects
    • Sound objects
  • Sound Board assignment
    1. Download 4 different sound clips from your favorite actress/actor/movie/sound effect
    2. Create 4 buttons (hint: use your fancy buttons b/c you must detect clicking and not just hovering)
    3. You may download the Python Fancy Buttons code here
    4. Pressing each of the buttons plays a different sound
    5. Additional tweak: Draw text on each button

Monday - Friday (4/15/19 - 4/19/19)

  • Spring Break

Friday (4/12/19)

Agenda:

  • Make sure you've completed:
    • Monte Carlo Pi demonstration
    • Taylor Series Pi repl.it
    • Taylor Series e repl.it
  • Complex types and objects
    • Images
    • Sounds
    • ...anything!
  • Sound Board assignment
    1. Download 4 different sound clips from your favorite actress/actor/movie/sound effect
    2. Create 4 buttons (hint: use your fancy buttons b/c you must detect clicking)
    3. Pressing each of the buttons plays a different sound

Wednesday (4/10/19)

Agenda:

Thursday - Monday (4/4/19 - 4/8/19)

Warmup:

Agenda:

  • Demonstrate your Tic-Tac-Toe Java program
  • Complete Canvas Java Practice Assignment/Quiz
  • Java References
  • Java Methods/Functions
  • Volunteers may paste old Python programs here
  • Convert and demo your (Processing) Functions: Emoji Assignment from Python to Java
  • Convert and demo your (Processing) Functions: Hover Buttons from Python to Java
  • Complete the while loop repl.its

Tuesday (4/2/19)

Agenda:

  • Demonstrate your re-implemented Item Collection / Robot game w/ lists!
  • Installing Java software(s)
  • Introduction to Java
    • Comments
    • Semicolons
    • Curly brace/brackets
    • Values, Types & Variables
      • Declaring variables
    • Function/method header
    • if statement
    • or -> ||
    • and -> &&
    • not -> !
  • Practice Processing - Java
    • Volunteers may paste old Python programs here
  • Convert your Tic-Tac-Toe program from Python to Java

Archives