Difference between revisions of "IB Computer Science 1"

From WLCS
(Thursday (1/25/18))
Line 3: Line 3:
 
* Complete [[Morse Code Translator]]
 
* Complete [[Morse Code Translator]]
 
** You do not have to use a dictionary for morse->plain
 
** You do not have to use a dictionary for morse->plain
** Challenge: Within your morse->plain code, implement a feature that detects when spaces should be entered in the plain string
+
** Challenge: Within your morse->plain code, implement a feature that detects when spaces should be entered in the plain string to separate words
 
* Coming soon: Playing sound
 
* Coming soon: Playing sound
 +
* Upcoming warmup/homework: 2-3 sentence description of your possible IA project
  
 
== Tuesday (1/23/18) ==
 
== Tuesday (1/23/18) ==

Revision as of 09:36, 25 January 2018

Thursday (1/25/18)

Agenda:

  • Complete Morse Code Translator
    • You do not have to use a dictionary for morse->plain
    • Challenge: Within your morse->plain code, implement a feature that detects when spaces should be entered in the plain string to separate words
  • Coming soon: Playing sound
  • Upcoming warmup/homework: 2-3 sentence description of your possible IA project

Tuesday (1/23/18)

Agenda:

Friday (1/19/18)

Agenda:

Wednesday (1/17/18)

Agenda:

  • Internal Assessment introduction
  • Complete and demo Pig Latin Translator
  • Work on Morse Code Translator
  • Quarter Assessment on Tuesday (1/23/18)
    • Basically everything we've done in Python up to this point
    • Focus on if-statements, functions, while loops, and strings

Wednesday (1/10/18)

Agenda:

Monday (1/8/18)

Agenda:

Tuesday - Thursday (1/2/18 - 1/4/18)

Agenda:

Archives