https://www.khanacademy.org Khan Academy”
Khan Academy is a math leaning website that is fun to use and you learn a lot from it to. It also has programs that you play and make. It can be for 1-12 graders. Also everyone in my class loves Khan Academy! After you complete something you get points so you can buy avatars. Avatars can be silly, or really cool.
Math
The math part of Khan Academy is fun and it fells like games. You have a little chart next to your dashboard and it shows how many skills you have mastered and it also shows how much skills you need to master. After a little while you get a mastery challenge were you get to level up a lot of skills at the same time. You can lean a lot of new skills in Khan Academy. Also it is fun to compete with other classmates about how many skills you master or how many points you have.
Programing
The programing part of Khan Academy can help you become a better programer. You can make your own program or play other peoples programs. It is easy to make really simple drawings or you can make a game such as Minecraft. If you wanted to draw a circle you would type ellipse(12, 12, 12, 12); you can change the numbers to move the position of the circle of make the circle bigger or smaller. You can fill the circle by typing fill(255, 0, 0); Here is how you make a funny face.
background(251, 0, 255);
fill(255, 247, 0);
ellipse(181, 155, 201, 201);
fill(255, 255, 255);
ellipse(123, 113, 56, 56);
ellipse(236, 112, 56, 56);
fill(255, 0, 0);
fill(0, 0, 0);
ellipse(248, 98, 23, 23);
fill(255, 0, 0);
arc(182, 161, 150, 150, 1, 180);
fill(0, 0, 0);
ellipse(131, 99, 23, 23);

No comments:
Post a Comment
This is an elementary school blog. Please keep all comments constructive and appropriate.