Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
 +
== Friday (4/12/19) ==
 +
'''Agenda:'''
 +
* Java for loop
 +
* for loop practice
 +
* Complex types and objects
 +
** Images
 +
** Sounds
 +
** ...anything!
 +
* Designing our own button...what characteristics and behaviors do buttons have?
 +
** Button class
 +
* Sound Board assignment
 +
*# Download 6 different sound clips from your favorite actress/actor/movie/sound effect
 +
*# Create 6 buttons
 +
*# Pressing each of the buttons plays a different sound
 +
 
== Wednesday (4/10/19) ==
 
== Wednesday (4/10/19) ==
 
'''Agenda:'''
 
'''Agenda:'''

Revision as of 06:07, 12 April 2019

Friday (4/12/19)

Agenda:

  • Java for loop
  • for loop practice
  • Complex types and objects
    • Images
    • Sounds
    • ...anything!
  • Designing our own button...what characteristics and behaviors do buttons have?
    • Button class
  • Sound Board assignment
    1. Download 6 different sound clips from your favorite actress/actor/movie/sound effect
    2. Create 6 buttons
    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