Study

Python part 1

  •   0%
  •  0     0     0

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