Preview

03 - Scratch variables

 1. You can create blocks in Scratch to store numbers or strings. Here, we are using:

  variables

  modules

  strings

  sprites

 2. These blocks allow for storing and accessing a list of numbers and strings. This programming concept is known as…

  strings

  variables

  arrays

  functions

 3. What is happening in this block of code?
scratchvariables1.png

  None of the above

  when the green flag is clicked, everything is deleted (i.e set to zero)

  the program is adding '0'to the value of score

  the 'score' variable is being set to an initial value of 0

 4. A variable can be thought of as a storage box for values. E.g you can store '12' in the variable age.

  TRUE

  FALSE

 5. What block in scratch is used to create variables

  looks

  events

  None of the above

  data

 6. A variable is a value that can never change. Once set, it cannot be altered.

  FALSE

  TRUE

 7. These blocks are examples of _________. They can act on variables.
scratchoperators1.png

  motion

  sound

  operators

  control

 8. Can you point out the variable being used in this program?
scratchspotvariable.png

  if

  show

  forever

  score

 9. If you touched Sprite2 seven times what would your score be?
scratch_score_count.png

  6

  7

  5

  8

 10. What will the cat 'say' when this script is run?
scratch_predict_speech_cat.png

  None of the above

  Have a nice day (only)

  Here's some fruit. Have a nice day

  Error - this program will not run