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 1 to 4. Training is work 100 points!
2. Complete only the Chapter 4 Exercises
Activity: 4.11.12 ActiveCode (ex_3_5) --> 10 Points
Activity: 4.11.14 ActiveCode (ex_3_6) --> 10 Points
3. Teacher Challenge Exercise --> 30 Points
Use Turtles to Draw a sunset scene with elements like: a setting sun or moon, stars in the sky, animals like a fox, wolf, bear, or moose (made from primitive shapes), a stream, lake, or ocean.
I will grade by logging into the Instructor Copy of the book, viewing and running your file.
Turtle References
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