Edit Game
Mid Year Review
 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   10  Close
What is an algorithm?
A step by step process to complete a task
What is a computer programmer?
A person who writes programs for the operation of computers
Explain how to debug a software issue
Answers will vary
What does it mean to debug software?
The process of finding and correcting software errors in programs
What is a computer bug?
An error in a software program
Give 3 reasons Loops are helpful in computer programming
Fewer lines of code Less typing Saves time Fewer mistakes Fewer lines of code to debug
What is a loop in computer programming?
Code that repeats a sequence of instructions
What are the Scratch Jr trigger events
Start on green flag, Start on sprite tap, Start on sprite bump, Send message, Receive
Scratch Jr has how many trigger events?
5
What is an EVENT in computer programming?
An action that causes something to happen