Included below is the overview of the training, exercises, and challenge.
1. Go to the digital book "Think Like a Computer Scientist" and work through the reading, video tutorials, sample questions for Chapters 6. Training POINTS 30
2. Complete Exercises POINTS 40
Activity: 6.13.10 ActiveCode (ex_5_4)
Activity: 6.13.25 ActiveCode (ex_5_10)
Activity: 6.13.30 ActiveCode (ex_5_12)
Activity: 6.13.45 ActiveCode (ex_5_18)
3. Teacher Challenge Exercise - Create functioins to have one or moreTurtles draw your landscape scene from Chapter 4. Each function should have a specific job such as drawing the sky, the sun, the moon, the water, etc. POINTS 15
4. I will grade by logging into the Instructor Copy of the book, viewing and running your file.
Criteria - Best Practices in Programming
a) proper programming style
b) correct syntax
c) avoiding repetition when you can use loops
d) reviewed code with no syntax errors
e) commenting on code
f) the program runs as intended