Difference between revisions of "IB Computer Science 1"

From WLCS
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Thursday (4/4/19) ==
+
== 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
 +
*# Download 4 different sound clips from your favorite actress/actor/movie/sound effect
 +
*# Create 4 buttons (hint: use your fancy buttons b/c you must detect clicking)
 +
*# Pressing each of the buttons plays a different sound
 +
 
 +
== Wednesday (4/10/19) ==
 +
'''Agenda:'''
 +
* Make sure you've caught up, demonstrated everything, and completed everything in Canvas and repl.it
 +
* Converting between types - casting
 +
** https://repl.it/@paulbui/PrimitiveTypeCasting
 +
* Java input w/ Scanner
 +
** https://repl.it/@paulbui/Java-Input-with-Scanner
 +
* Walk-through - our simple circle calculator w/ input
 +
** https://repl.it/@paulbui/Circlecalcs
 +
* Convert Monte Carlo Pi - demo for credit
 +
* Convert Taylor Series Pi - submit to repl.it (some modification may be necessary)
 +
* Convert Taylor Series E - submit to repl.it (some modification may be necessary)
 +
 
 +
== Thursday - Monday (4/4/19 - 4/8/19) ==
 
'''Warmup:'''
 
'''Warmup:'''
 
* Join the [https://repl.it/classroom/invite/8mh9j5f new IB CS 1 repl.it for Java]
 
* Join the [https://repl.it/classroom/invite/8mh9j5f new IB CS 1 repl.it for Java]
Line 7: Line 35:
 
* Demonstrate your Tic-Tac-Toe Java program
 
* Demonstrate your Tic-Tac-Toe Java program
 
* Complete Canvas Java Practice Assignment/Quiz
 
* Complete Canvas Java Practice Assignment/Quiz
* Java Functions
+
* Java References
 +
** [https://introcs.cs.princeton.edu/java/11cheatsheet/ Java Cheatsheet (Princeton)]
 +
** [http://interactivepython.org/runestone/static/java4python/index.html Java for Python Programmers]
 +
** [https://processing.org/reference/ Processing (Java) Reference]
 +
* Java Methods/Functions
 +
* Volunteers may paste old Python programs [https://drive.google.com/drive/folders/1Y_RKhGeK8snV4rc85zmZltlXFvsTvjWL?usp=sharing 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) ==
 
== Tuesday (4/2/19) ==

Revision as of 13:16, 12 April 2019

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