Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
 +
== 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
 +
* Java input w/ Scanner
 +
* Walk-through - our simple circle calculator w/ input
 +
* Convert Monte Carlo Pi
 +
* Convert Taylor Series Pi
 +
* Convert Taylor Series E
 +
 
== Thursday - Monday (4/4/19 - 4/8/19) ==
 
== Thursday - Monday (4/4/19 - 4/8/19) ==
 
'''Warmup:'''
 
'''Warmup:'''

Revision as of 06:27, 10 April 2019

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
  • Java input w/ Scanner
  • Walk-through - our simple circle calculator w/ input
  • Convert Monte Carlo Pi
  • Convert Taylor Series Pi
  • Convert Taylor Series E

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