Difference between revisions of "IB Computer Science 1"

From WLCS
Line 2: Line 2:
 
'''Agenda:'''
 
'''Agenda:'''
 
* Demonstrate your Tic-Tac-Toe Java program
 
* Demonstrate your Tic-Tac-Toe Java program
* Complete Canvas Java Practice
+
* Complete Canvas Java Practice Assignment/Quiz
  
 
== Tuesday (4/2/19) ==
 
== Tuesday (4/2/19) ==

Revision as of 16:42, 3 April 2019

Thursday (4/4/19)

Agenda:

  • Demonstrate your Tic-Tac-Toe Java program
  • Complete Canvas Java Practice Assignment/Quiz

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