Edit Game
Year 1 - Digital - Algorithms
 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   13  Close
What is Matt's cat called?
 
Mogsey
 
Moomin
 
Catty McCat face
 
Stanley
What is Matt's dog called?
 
Benji
 
Bobby
 
Matt
 
Zapped Beeblebrox
When coding a Beebot, what does this mean?
Forwards
When coding a Beebot, what does this mean?
Rotate left
What will happen if your algorithm or code has a bug?
It won't work as expected.
What does debug mean?
To find and correct an error.
What is a computer bug?
Part of the code that has an error.
What does the X button on a Beebot do?
Clears it's memory.
If I pressed LEFT ARROW on a Beebot, would it move to the left or rotate to the left?
Rotate to the left
Does beebot code use UP, DOWN, LEFT, RIGHT or FORWARD, BACKWARD, ROTATE?
FORWARD, BACKWARD, ROTATE
What is coding?
Writing an algorithm in a language that a computer understands.
How does a computer know what to do?
It follows a list of instructions called an algorithm (or code)
What is an algorithm?
A sequence of steps to solve a problem or perform a task.