What are two advantages to using blocks for code repetition?

Blocks make the code more simple to create and it looks better.

What are parameters?

A parameter is synonymous with argument, a value that is passed to a routine.

Give an example of a formula that takes at least one parameter.

Distance formula.

Give an example of a situation where no parameters are needed.

To make a sprite move 10 steps.

Explain what you think the following program does? How do blocks make this easier to understand? Explain what you would expect within each block.

The blocks make the code look shorter and explains what each block contains. The get name would contain a question that asked for your name. Inster into list would tell the answer to go into a list. Reorder list would put the list in the order the programmer wanted and continue would make the program continue until the task complete = true.

Click HERE to return to homepage.