1. The document discusses computer program development steps, algorithms, and flowcharts. It explains the structure of a program, input/process/output, and the typical steps of problem analysis, design, coding, development, and maintenance. 2. An algorithm is defined and its characteristics described. A sample algorithm is provided to calculate the total price of a product including tax. 3. Flowcharts are defined and some typical symbols like start, process, decision, end, and data are shown. An example flowchart demonstrates evaluating whether a number is higher or lower than another.