Define "algorithm" and provide three examples of how you might execute algorithms in your daily life. Relate computer programs to algorithms
Algorithms are the set of instructions that have some input which after processing gives some output.
Algorithms in daily Life :-
Example 1:- making coffee
To make coffee you need to follow a set of rules in ordered manner by giving input which finally produces a good coffee. If you give correct input and follow the set of rules in a nice way then only you Will get good output. The same happens with computer system. You need to write algorithms in such a way that it should process efficiently.
Example 2:- washing cloth using washing machine
In the washing machine you give clothes as input. The work processed inside the washing machine is just like a set of instructions that is performed. Finally you get washed cloths as output.
Example 3 :- cell phone manufacturing by firms.
A firm produces huge amount of Mobile phones day by day. Whatever components needed are just put into the machine and machine assembles the components to produce Mobile phones. This system is called as automated cell phone manufacturing.
Don't forget to Like.
Thanks by ❤️
Define "algorithm" and provide three examples of how you might execute algorithms in your daily life....