Difference between revisions of "IB Computer Science 1"

From WLCS
Line 5: Line 5:
 
* Java Conditionals (booleans, comparisons, logic ops, if, while)
 
* Java Conditionals (booleans, comparisons, logic ops, if, while)
 
* Complete the following repl.its
 
* Complete the following repl.its
** 3 x Conditional Statement repl.its
+
** 2 x Conditional Statement repl.its
 
** 4 x While Loop Practices
 
** 4 x While Loop Practices
 
** Taylor Series Pi
 
** Taylor Series Pi

Revision as of 09:27, 12 March 2020

Thursday (3/12/20)

Agenda:

  • Scanner review
  • All repl.its through quadratic formula should be done at this point
  • Java Conditionals (booleans, comparisons, logic ops, if, while)
  • Complete the following repl.its
    • 2 x Conditional Statement repl.its
    • 4 x While Loop Practices
    • Taylor Series Pi
    • Taylor Series E

Tuesday (3/10/20)

Agenda:

  • Java's Input Scanner
  • Be able to answer the following questions about https://repl.it/@paulbui/Java-Scanner-Input
    1. What statement is used at the top of the file to import the Scanner? (Line 1)
    2. How do we declare a Scanner variable and initialize it? (Line 9)
    3. How do we print message prompts to the user? (Lines 12, 17, 20)
    4. How do we scan the keyboard for an inputted String? (Line 13)
    5. How do we scan the keyboard for an inputted int? (Line 18)
    6. How do we scan the keyboard for an inputted double? (Line 21)
  • Complete the My First Scanner Java repl.it (should be done by the end of class period)
  • Complete the Rectangle Area Calculate Java repl.it (should be done by the end of class period)
  • Complete the Distance Formula Java repl.it (should be done by the end of class period)
  • Work on the Quadratic Formula Java repl.it (most people should be done with this too by the end of the period)

Homework:

  • Complete the Quadratic Formula by next class (or have questions if you are stuck)

Wednesday - Friday (3/4/20 - 3/6/20)

Agenda:

  • App Catalog -> JGrasp
  • Turn in Download worksheets!
  • Introduction to Java
    • Join the new Java repl.it course
    • Basic syntax - Hello World
    • Variable declaration and initialization
    • Integer division
    • Casting

Monday (3/2/20)

Agenda:

Homework:

  • Watch the videos and complete the worksheets in Canvas if you did not finish them in class. Due on Wednesday 3/4/20

IBCS1 - 1920 - February

IBCS1 - 1920 - January

IBCS1 - 1920 - December

IBCS1 - 1920 - November

IBCS1 - 1920 - October

IBCS1 - 1920 - September

IBCS1 - Archives