4/12

1.  Review and Quiz

2.  Assignments

3.  Presentations

4.  If statement
            simple example
            any grade?
            the problem with nesting:  Where to go next
            else
            and and or..  && and ||
            Indenting and style

5.  Decision Tables
            Easter bunnies, L,M,S;   Marshmellow?  Flaw?  

6.  Movie program lab
            movie 1
            movie 2
            Finish code

7.  Internet
          Why packets? Distributed?
          TCP (makes packets)  IP (sends packets)
          IP vs Domain Name
          Relate:  WWW, browser, html, http, ISP, server, client

8.  Data Representation
         Why digital?  perfect transmission
         Change from base 10 to 2,    2 back to 10
         Integers vs float vs Strings vs…
         Pictures, sounds, etc.   Binary strings

9.  Random numbers

10.  While loop
          simple counter:  Get 5 guesses
          loop until correct

11. Craps

12.  Number guess
            assignment