Scratch Lab 4
Click here for lab #1
Click here for lab #2
Click here for lab #3
Question 1
No variables in computer programming are different than math class. Varibales in math is what you are always finding and in computer programming variables are where we store information .
Question 2
Variables can affect all of the sprites or just one.
Question 3
Variables can only store one value at a time.
Question 4
The following code will not work because value one will be set to value 2. So when value 2 changes to value 1 it will equal value 1.
Question 5
When the the sprite is clicked, the temp vlaue will equal 1, value 1 will equal value 2 and value 2 is equal to temp. so value 1 will equal 2.
Click
HERE to return to homepage.