You are going to screenshot all of your work into a Powerpoint file.
To save your powerpoint go to: File explorer -> Year 9 Common Area:S -> You can save here -> Computer Science -> Term 1 -> Lesson2
Save the Powerpoint file: as your name
When developer write code, sometimes their programs need to repeat the same chunks of code over and over again. Programming languages help developers with this by allowing the use of Functions.
"A Function is a piece of code which performs a task, and can return a value".
Repeat the following 8 times: DRAW A SQUARE ROTATE THE TURTLE 45 degrees
Tick each task when you have successfully done it in the following list:
# This is a function called drawsquare def drawsquare(): for myMoves in range(4): tim.forward(100) tim.left(360/4)
def drawsquare():
drawsquare()
for myMoves in range(8)
tim.left(45)
Tick each extension task when you have completed it in the following list:
def drawtriangle():
Lets look at the learning outcomes and decide which one best describes our current level of understanding :
Tick the one you feel is closest to your level