Vocabulary Words
send definitions and sentences:
Subject: Vocabulary [enter date sent]
Paraffin
Inferior
Remainder
Sterilize
Laboratory
Go to khanacademy.org
Login using your credentials.
Click on home,
Start learning.
Show the completed assignment below to the helper.
Subject: Simple and Waving Snowmen
Login to Khan Academy and then complete the assignments below
First Assignment: https://www.khanacademy.org/computing/computer-programming/programming/drawing-basics/pc/challenge-simple-snowman
Hints:
ellipse(200, 300, 150,150);
ellipse(200, 200, 120, 120);
ellipse(200, 110, 90, 90);
Second Assignment: https://www.khanacademy.org/computing/computer-programming/programming/drawing-basics/pc/challenge-waving-snowman
Hints:
rect(5,200,400,200);
ellipse(200, 300, 150, 150);
ellipse(200, 200, 100, 100);
ellipse(200, 120, 75, 75);
line(160,200,50,50);
line(240,200,50,150);