Course Introduction to Programming
Algorithms
Question 1
In a flowchart, an algorithm is represented using geometric shapes and a brief description of the action associated with each shape.
Question 2
The following algorithm is being represented by:
- Open the refrigerator;
- Take the milk;
- Put 200ml of the milk in a glass;
- Drink the milk;
- Keep the milk in the fridge;
- Close the fridge;
- Wash the glass used.
Question 3
An algorithm is a finite sequence of simple steps to solve a given problem.
Question 4
A computer program is basically an algorithm being run by the computer.
Question 5
Which option does not represent a common feature of an algorithm?