Study

Variable

  •   0%
  •  0     0     0

  • Please say one thing you know about variables.
    Anything... For example its value is vary
  • What does the following block do?
    Reset the Score variable to 0
  • 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
  • What does the following block do?
    It increases the value of the Score variable by 5 unit
  • What does the following block do?
    Reset the Timer variable to 60
  • What will the cat say when running the following program?
    The cat will say 6
  • What will the cat say when running the following program?
    The cat will say 3
  • What will the cat say when running the following program?
    The cat will say 5 4 3 2 1
  • What does the following block do?
    It decreases the value of the Timer variable by 1 unit