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 Chapter 8. Training POINTS 30
2. Exercises
Activity: 8.14.10 ActiveCode (ex_7_14)
Activity: 8.14.17 ActiveCode (ex_7_15)
Activity: 8.14.20 ActiveCode (ex_7_16) Bonus 5 marks
3. Teacher Challenge
Design a 12X12 multiplication table POINTS 10
Design a program that uses nested loops to output the current calendar month. The title of the month must go at the top. The days of the week go in the next row. Finally, the correct day of the week must go below the correct day of the week. This involves rows and columns. POINTS 20
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