Explain the rationale for the Babylonian algorithm.
Using the Babylonian algorithm and a calculator or spreadsheet, approximate the square root of a positive real number.
Explain what \(\gets\) means.
Follow the steps in a flowchart by-hand to step through a given algorithm.
Identify the main stages that the flowchart for any algorithm will have.
Recognize and use the appropriate shapes in a flowchart to identify steps in a given stage.
Define pseudocode.
Compare and contrast pseudocode with computer code.
Follow a pseudocode description of an algorithm to step through a given algorithm.
Explain the rationale for the bisection method.
Using the bisection method and a calculator or spreadsheet, approximate a root of a given function in a given interval.