- What are two advantages to using blocks for code repetition?
Blocks allow for multiple codes at one time without copy and pasting.
- What are parameters?
Temperary variable. The blocks that require input.
- Give an example of a formula that takes at least one parameter.
A number block.
- Give an example of a situation where no parameters are needed
When a block only consists of text.
- Explain what you think the following program does? How do blocks make this easier to understand? Explain what you would expect within each block.
Its a word search.