Game Preview

DLC Grade 5 First game

  •  English    6     Public
    Asigning Variable and Using Operators
  •   Study   Slideshow
  • You want to cook instant noodles. Which is the correct order?
    Boil water → Put noodles → Add seasoning → Stir
  •  20
  • What is an algorithm?
    Steps in the right order
  •  10
  • In an algorithm, steps must be…
    In order
  •  10
  • In programming, a variable is like…
    A container to store data
  •  25
  • If fruit = 'mango', what is in the variable fruit?
    mango
  •  15
  • A good variable name should be…
    Easy to remember
  •  15