Game Preview

19-09-2022

  •  English    6     Public
    Algorithm & Programming
  •   Study   Slideshow
  • What is decomposition?
    Breaking down problems
  •  5
  • What is the name for breaking down problems into subproblems?
    Decomposition
  •  5
  • Look at the code below. What is the problem with the code?
    num1 and num2 are converted into strings instead of integers
  •  5
  • Look at the code below. What is the problem with the code?
    num1 and num2 variables need to be converted to integers
  •  5
  • What is a nested loop?
    repetation inside and another repetation
  •  5
  • What is the name for a repetition inside another repetition?
    Nested loop
  •  5