Game Preview

Variable

  •  English    9     Public
    Variable in Scratch programming language
  •   Study   Slideshow
  • Please say one thing you know about variables.
    Anything... For example its value is vary
  •  15
  • What does the following block do?
    Reset the Score variable to 0
  •  15
  • What does the following block do?
    Reset the Timer variable to 60
  •  15
  • What does the following block do?
    It decreases the value of the Timer variable by 1 unit
  •  15
  • What does the following block do?
    It increases the value of the Score variable by 5 unit
  •  15
  • What is the value of the Timer after running the following program?
    The value of the Timer variable will be 0 after running the following program
  •  20
  • What will the cat say when running the following program?
    The cat will say 6
  •  20
  • What will the cat say when running the following program?
    The cat will say 3
  •  20
  • What will the cat say when running the following program?
    The cat will say 5 4 3 2 1
  •  20