Scratch Lab 4

Problem #1 Problem #2
Problem #3
EXTRA: Temperature Converter

1. Are variables in computer programming the same as variables in math class? Why or why not?

No, because in math class we don't necissarily know what the value, but in computer programming you should always know the values of the variables.


2. When creating a variable, what are the two types of scope a variable can have? That is, what can it affect. (Think about your options as you make a variable)


3. How many values can a variable store at one time?


4. What will the following code snippet do? Explain why it doesn’t work as intended.


5. Given the following code snippet, explain what is happening.


Click HERE to return to homepage.