Game Preview

Python part 1

  •  English    6     Public
    Python
  •   Study   Slideshow
  • What is an Algorithm?
    An algorithm is a set of rules that has to be followed in order to solve a problem
  •  15
  • Write down the characteristics of an algorithm.
    UNAMBIGUOUS, SEQUENCES
  •  15
  • What are the three points to consider when deciding whether algorithms are successful or not?
    Accuracy, Consistency, Efficiency
  •  15
  • What are the ways to express an algorithm?
    Written Description, flowchart, Pseudocode
  •  15
  • What is a written description?
    A written description is the simplest way of expressing an algorithm.
  •  15
  • 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.
  •  15