My Scratch Stuff



Click HERE to go to The Area of a Rectangle Breakdancer.
Click HERE to go to The Fet to Inhes or Miles bear.

Click HERE to go to the home page.

Question #1 What are two advantages to using blocks for code repetition?
This creates a dialog, where the block can be named, and arguments defined. Clicking OK will create a Define block with the procedure inside. Blocks can then be stacked beneath it. When the procedure is run, it will run the blocks under the Define hat.

Question #2 What are parameters?
A numerical factor forming one of a set that defines a system or sets the conditions of its operation.

Question #3 Give an example of a formula that takes at least one parameter?
Conversions-ex. feet to inches.

Question #4 Give an example of a situation where no parameters are needed
Functions with no parameters are of limited use. Usually they will not return a value but carry out some operation. For example consider the following function which skips three lines on output.

Question #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.
This program seems it would be given a name, switch it up, and give a new name.