Scratch Lab #4

Click Here for Problem #1

Click Here for Problem #2

Click Here for Problem #5

Scratch Lab #4 Write Up

Question #1

Variables are not the same in computer programming as math. In math you solve for a variable, and in computer programming we assign variables quantities, not solving for them.

Question #2

When you create a variable, you can affect either one or all of the sprites, and those are the two different scopes.

Question #3

A variable can store one value at a time.

Question #4

Neither variable has been or could be assigned a value, so therefor nothing will happen.

Question #5

What is happening in this code snippet is that they all will end up equaling each other.


Click HERE to return to homepage.