Game Preview

Algorithm & Programming

  •  English    6     Public
    Starter Activity
  •   Study   Slideshow
  • Look at the code below. Identify the programming construct
    Sequence
  •  5
  • What is the meaning of the operator below?
    Less than or equal to
  •  5
  • Which loop do you use to repeat only 5 times?
    FOR loop
  •  5
  • What operator do you use to assign a variable?
    Equal to
  •  5
  • Identify the relational operator?
    Double Equal to
  •  5
  • How many datatype are there?
    4 (String, Integer, Boolean and Float)
  •  5