Difference between revisions of "IB Computer Science 1"

From WLCS
(Tag: Replaced)
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Tuesday (3/10/20) ==
 
'''Agenda:'''
 
* Java's Input Scanner
 
** Read every line of https://repl.it/@paulbui/Java-Scanner-Input
 
* Be able to answer the following questions about https://repl.it/@paulbui/Java-Scanner-Input
 
*# What statement is used at the top of the file to import the Scanner? (Line 1)
 
*# How do we declare a Scanner variable and initialize it? (Line 9)
 
*# How do we print message prompts to the user? (Lines 12, 17, 20)
 
*# How do we scan the keyboard for an inputted String? (Line 13)
 
*# How do we scan the keyboard for an inputted int? (Line 18)
 
*# 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)
 
 
== Wednesday - Friday (3/4/20 - 3/6/20) ==
 
'''Agenda:'''
 
* App Catalog -> JGrasp
 
* Turn in Download worksheets!
 
* Introduction to Java
 
** Join the [https://repl.it/classroom/invite/m8cStYC new Java repl.it course]
 
** Basic syntax - Hello World
 
** Variable declaration and initialization
 
** Integer division
 
** Casting
 
 
== Monday (3/2/20) ==
 
'''Agenda:'''
 
* Watch [https://archive.org/details/DownloadTrueStoryInternet/Download_-_The_True_Story_of_the_Internet_-1-_Browser_Wars.avi Download: The True Story of the Internet: Browser Wars]
 
** Complete the worksheet questions in Canvas. Due on '''Wednesday 3/4/20'''
 
* Watch [https://archive.org/details/DownloadTrueStoryInternet/Download_-_The_True_Story_of_the_Internet_-2-_Search.AVI Download: The True Story of the Internet: Search]
 
** Complete the worksheet questions in Canvas. Due on '''Wednesday 3/4/20'''
 
 
'''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]] ==
 
== [[IBCS1 - Archives]] ==
 +
* [[IBCS1 - 1920 - May]]
 +
* [[IBCS1 - 1920 - April]]
 +
* [[IBCS1 - 1920 - March]]
 +
* [[IBCS1 - 1920 - February]]
 +
* [[IBCS1 - 1920 - January]]
 +
* [[IBCS1 - 1920 - December]]
 +
* [[IBCS1 - 1920 - November]]
 +
* [[IBCS1 - 1920 - October]]
 +
* [[IBCS1 - 1920 - September]]
 +
* [[IBCS1 - Archives|IBCS1 - Previous Years]]

Revision as of 22:36, 16 June 2020