Programming

HTML

SCRATCH

Logo

Here is what I learned in Logo.

Loops

Loops are very useful if you have to do something repeatedly.

Variables

Variables are very useful if you need to modify a value that is used several times throughout a program quickly, such as the side length of a shape.

Conditionals

Conditionals are used for making "if...then" statements that allow for more complex orders.

Functions

Functions are used to create a command that can be organized and modified easily.

Here is a recursive function made with the lines of code shown.

Fractal Triangles

Computers are able to follow commands where the command is part of the order. This makes fractals easy for computers

Math Functions

On Thursday we learned how to put math functions into logo.

In the command center, I made the computer crunch numbers.
Using interger intergration we made solve for the area under the curve

Art stuffs

On friday we made trees using loops and conditionals.

Python

we used python to make a binary to decimal converter