Edit Game
Python part 1
 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
Write a written description for making a cup of coffee?
Fill kettle with water. Turn on the kettle. Place coffee in the cup. Wait for the water to boil. Pour water into the cup. Add milk and sugar. Stir.
What is a written description?
A written description is the simplest way of expressing an algorithm.
What are the ways to express an algorithm?
Written Description, flowchart, Pseudocode
What are the three points to consider when deciding whether algorithms are successful or not?
Accuracy, Consistency, Efficiency
Write down the characteristics of an algorithm.
UNAMBIGUOUS, SEQUENCES
What is an Algorithm?
An algorithm is a set of rules that has to be followed in order to solve a problem