Difference between revisions of "IB Computer Science 1"

From WLCS
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Monday - Wednesday (12/16/19 - 12/18/19) ==
+
== Wednesday - Friday (1/22/20 - 1/24/20) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Complete all repl.it exercises:
+
* [https://djangogirls.org/arlington/ Django Girls workshop]
* Loops: Powers of 2 repl.it
+
* APS Robotics Day volunteers needed
* Loops: Summation repl.it
+
** Saturday, February 8th from 8:30-12:30
* Loops: Factorial repl.it
+
** Career Center
* isPrime function and loop assignment in repl.it
+
* Demonstrate a completed Part 2: Morse -> Plain translator
* Loops: Fibonacci
+
*# Type in a given phrase to your Part 1: Plain -> Morse
* Taylor series Pi repl.it
+
*# Copy the output
* Taylor series e repl.it
+
*# Paste into your Part 2: Morse -> Plain
 +
* Complete the Strings + Loops + Functions repl.its:
 +
** Count Words
 +
** Date Format Validation
 +
** E-mail Harvester
 +
* Strings + Loops + Functions quiz on '''Tuesday (1/28/20)'''
  
== Tuesday - Thursday (12/10/19 - 12/12/19) ==
+
== Friday (1/17/20) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Demo Robots + Item Collection Game
+
* Complete [[Morse Code Translator]] today
* Introduction to Iteration (looping)
+
** Complete Part 2: Morse -> Plain
** [https://docs.google.com/presentation/d/130_vwU_d09j7A-N8-GC4c7izG4ghg6ZTnj7U6UT7XQg/edit?usp=sharing while loop slides]
+
** Next week, you will demonstrate a complete Morse Code translation back and forth using your two programs
* while loop practice (using Wing IDE or repl.it)
+
* Work on new Strings + Loops + Functions repl.its:
** Write a loop that prints 0 to 10
+
** Count Words
** Write a loop that prints 10 to 0
+
** Date Format Validation
** Write a loop that prints from 19 to 77
+
** E-mail Harvester
** Write a loop that prints the first 50 even numbers
 
** Write a loop that prints all the numbers that are divisible by 3 and 7 between 0 and 1000
 
** Write a function named rangeOfEvens(a, b) that uses a loop to print all the even numbers between a and b
 
** Prompt a user for a number N. Write a loop that then prints out the first N even numbers (Hint: Use multiple variables)
 
* Looping repl.it exercises:
 
** Loops: Powers of 2 repl.it
 
** Loops: Summation repl.it
 
** Loops: Factorial repl.it
 
** isPrime function and loop assignment in repl.it
 
** Loops: Fibonacci
 
  
== Friday (12/6/19) ==
+
== Wednesday (1/15/20) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Complete the "Top-Down" Perspective Game (Robots / Item Collection Game)
+
* Strings quiz in Canvas
 +
* You should have all repl.it assignments completed today
 +
* Complete [[Morse Code Translator]] today
 +
** Complete Part 1: Plain -> Morse
 +
** Repl.it auto-testing will be used to collect assignment
  
== Wednesday (12/4/19) ==
+
== Monday (1/13/20) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Group 4 Project Field Trip
+
* Strings quiz on '''Wednesday (1/15/20)'''
** Complete the [https://goo.gl/forms/0ya5UJ6KdVJvDvJF3 Group 4 Project Reflection]
+
* Complete String repl.it assignments:
* Complete the "Top-Down" Game (Robots / Item Collection Game) if you are not attending the field trip today
+
** printStr() function
 +
** getFirstWord() function
 +
** countVowels() function
 +
** reverse() function
 +
** removeSpaces() function
 +
** removeLetters() function
 +
** replaceLetters() function
 +
* Work on [[Morse Code Translator]]
 +
** Complete Part 1: Plain -> Morse
 +
** Repl.it auto-testing will be used to collect assignment
 +
 
 +
== Thursday (1/9/20) ==
 +
'''Warmup:'''
 +
* Complete the Basic Strings Exercises in Canvas if you did not already do so (re-attempt if you did not get a full score)
 +
* Review the Basic Strings Exercises
 +
 
 +
'''Agenda:'''
 +
* While Loops Quiz 2 in Canvas
 +
* [https://repl.it/@paulbui/String-Notes String practice notes]
 +
** Iterating through a String
 +
** Assembling a String
 +
** Checking conditions with Strings
 +
** String loops and functions
 +
* Strings quiz next week
 +
* String repl.it assignments:
 +
** printStr() function
 +
** getFirstWord() function
 +
** countVowels() function
 +
** reverse() function
 +
** removeSpaces() function
 +
** removeLetters() function
 +
** replaceLetters() function
 +
 
 +
== Tuesday (1/7/20) ==
 +
'''Warmup:'''
 +
# Write a loop that prints 0, 0.5, 1.0, 1.5, ..., 9.5, 10.0
 +
# Write a loop that prints numbers from 20 down through 0
 +
# Write a loop that prints numbers less than 100 that are even AND that are divisible by 7
  
== Monday (12/2/19) ==
 
 
'''Agenda:'''
 
'''Agenda:'''
* [https://drive.google.com/open?id=1s1zAquCP4iF_xO68JnPcziVuv-RzVOwv Group 4 Project Field Trip Logistics!]
+
* while loops quiz on '''Thursday (1/9/20)'''
* "Top-Down" Perspective Game (Robots / Item Collection Game) - complete and demo this week
+
* Introduction to Strings
** This next game will use a top-down perspective and be a variation of many games that you might have played in the past
+
* [https://docs.google.com/presentation/d/1hv7kOqNVPtZ_e2XqgYuRQSvwn2jOEUgYRFipTMFstTI/edit?usp=sharing Strings (Python) slides]
** The keyboard will move the player around (WASD or arrow keys)
+
** Complete the Basic Strings Exercises in Canvas
** The player must collect 5 or more items on the screen. Collecting all the items wins the game.
+
* Review Basic Strings Exercises
** The player must avoid colliding with at least 3 enemy robots that follow it around. Colliding with a robot loses the game
 
** There is a timer counting down, and the player must collect all the items before it hits 0. Otherwise, the player loses.
 
** The screen wraps around (e.g. player moving off screen to the left appears on the right)
 
* Additional challenges:
 
** Robots that collide with each other become disabled "land mines"
 
** Attack ability so that player can fight back a robot
 
** Health meter for the player
 
** Levels that increase in difficulty (e.g. add more robots)
 
** Warp doors - the player going through the door appears at the other door
 
** An invincibility or shield power-up item
 
  
 +
== [[IBCS1 - 1920 - December]] ==
 
== [[IBCS1 - 1920 - November]] ==
 
== [[IBCS1 - 1920 - November]] ==
 
== [[IBCS1 - 1920 - October]] ==
 
== [[IBCS1 - 1920 - October]] ==
 
== [[IBCS1 - 1920 - September]] ==
 
== [[IBCS1 - 1920 - September]] ==
 
== [[IBCS1 - Archives]] ==
 
== [[IBCS1 - Archives]] ==

Revision as of 13:06, 22 January 2020

Wednesday - Friday (1/22/20 - 1/24/20)

Agenda:

  • Django Girls workshop
  • APS Robotics Day volunteers needed
    • Saturday, February 8th from 8:30-12:30
    • Career Center
  • Demonstrate a completed Part 2: Morse -> Plain translator
    1. Type in a given phrase to your Part 1: Plain -> Morse
    2. Copy the output
    3. Paste into your Part 2: Morse -> Plain
  • Complete the Strings + Loops + Functions repl.its:
    • Count Words
    • Date Format Validation
    • E-mail Harvester
  • Strings + Loops + Functions quiz on Tuesday (1/28/20)

Friday (1/17/20)

Agenda:

  • Complete Morse Code Translator today
    • Complete Part 2: Morse -> Plain
    • Next week, you will demonstrate a complete Morse Code translation back and forth using your two programs
  • Work on new Strings + Loops + Functions repl.its:
    • Count Words
    • Date Format Validation
    • E-mail Harvester

Wednesday (1/15/20)

Agenda:

  • Strings quiz in Canvas
  • You should have all repl.it assignments completed today
  • Complete Morse Code Translator today
    • Complete Part 1: Plain -> Morse
    • Repl.it auto-testing will be used to collect assignment

Monday (1/13/20)

Agenda:

  • Strings quiz on Wednesday (1/15/20)
  • Complete String repl.it assignments:
    • printStr() function
    • getFirstWord() function
    • countVowels() function
    • reverse() function
    • removeSpaces() function
    • removeLetters() function
    • replaceLetters() function
  • Work on Morse Code Translator
    • Complete Part 1: Plain -> Morse
    • Repl.it auto-testing will be used to collect assignment

Thursday (1/9/20)

Warmup:

  • Complete the Basic Strings Exercises in Canvas if you did not already do so (re-attempt if you did not get a full score)
  • Review the Basic Strings Exercises

Agenda:

  • While Loops Quiz 2 in Canvas
  • String practice notes
    • Iterating through a String
    • Assembling a String
    • Checking conditions with Strings
    • String loops and functions
  • Strings quiz next week
  • String repl.it assignments:
    • printStr() function
    • getFirstWord() function
    • countVowels() function
    • reverse() function
    • removeSpaces() function
    • removeLetters() function
    • replaceLetters() function

Tuesday (1/7/20)

Warmup:

  1. Write a loop that prints 0, 0.5, 1.0, 1.5, ..., 9.5, 10.0
  2. Write a loop that prints numbers from 20 down through 0
  3. Write a loop that prints numbers less than 100 that are even AND that are divisible by 7

Agenda:

  • while loops quiz on Thursday (1/9/20)
  • Introduction to Strings
  • Strings (Python) slides
    • Complete the Basic Strings Exercises in Canvas
  • Review Basic Strings Exercises

IBCS1 - 1920 - December

IBCS1 - 1920 - November

IBCS1 - 1920 - October

IBCS1 - 1920 - September

IBCS1 - Archives