Difference between revisions of "IB Computer Science 1"

From WLCS
(Replaced content with "== Tuesday (4/2/19) == '''Agenda:''' * Demonstrate your re-implemented Item Collection / Robot game w/ lists! * Installing Java software(s) * Introduction to Java ** Comme...")
(Tag: Replaced)
Line 15: Line 15:
 
** not -> !
 
** not -> !
 
* Practice Processing - Java
 
* Practice Processing - Java
 +
** Volunteers may paste old Python programs [https://drive.google.com/drive/folders/1Y_RKhGeK8snV4rc85zmZltlXFvsTvjWL?usp=sharing here]
 
* Convert your Tic-Tac-Toe program from Python to Java
 
* Convert your Tic-Tac-Toe program from Python to Java
  

Revision as of 08:24, 2 April 2019

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