Edit Game
19-09-2022
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   6  Close
What is the name for a repetition inside another repetition?
Nested loop
What is a nested loop?
repetation inside and another repetation
Look at the code below. What is the problem with the code?
num1 and num2 variables need to be converted to integers
Look at the code below. What is the problem with the code?
num1 and num2 are converted into strings instead of integers
What is the name for breaking down problems into subproblems?
Decomposition
What is decomposition?
Breaking down problems