Scratch Lab 7

Problem #1
Problem #4

Questions:

1. What are two advantages to using blocks for code repetition?

It is both faster and smaller

2. What are parameters?

They are the things you plug in. Examples are booleans, strings, and numbers.

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

The area of a rectangle is an example of a formula that takes at least one parameter.

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

To move coordinates, no parameters are needed.

5. 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 program will make a list in alphabetical order until the list complete

Click HERE to return to homepage.