4/28

1.  Review/Question
             -Algorithms:  Sorting?  Ch 8
            – Binary vs Linear Search
            – Style:  Indents,  spacing,  variable names, use simple algorithm,  comments

2.  TTT Move 2
              TTTtemplate code:

4.  Craps with Function and Graphics
            –dice1  dice2   dice3 
           -Advanced group:  8 puzzle?

3.  Presentations

4.  Competency Exam #1
             Review exam

5.  Work on TTT, Craps

6.  Seminar:  Denton, Dembski, and Ray
          -have your notes and discuss what each was trying to say

7.  Arrays, Strings and the For loop
                -For vs While:  Example   Count to 100?  Count by 2s?,  start at 35?
                –Nested Fors
                -Arrays:  How they work
                –Array average
                –Array user input
                –Competency template
                –Competency example problems

8.  Solve by Exhaustion:
            first number is divisible by 3, second is twice first, third is first times second, and fourth is third-second-first
           Challenge:  You have 4 numbers less than 100.  The second is 3 times the first.  The third is twice the second minus half of the first.  The fourth number is the third number minus the second number.  Find all 3 numbers using exhaustion.

9.  To Do

10 Work Time

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>