What if a computer could do your boring tasks perfectly while you relax?
Why programming automates tasks in Intro to Computing - The Real Reasons
Imagine you have to count and add up thousands of numbers written on paper by hand every day.
Or you need to send the same message to hundreds of friends one by one.
Doing these tasks manually takes a lot of time and effort.
Doing these tasks by hand is slow and boring.
It's easy to make mistakes like skipping numbers or sending messages to the wrong person.
And repeating the same work every day can be exhausting and frustrating.
Programming lets you tell the computer exactly what to do step-by-step.
The computer can then do these tasks quickly and without mistakes.
This saves you time and lets you focus on more interesting things.
Write each number on paper and add them one by one.total = sum(numbers) # computer adds all numbers instantly
Programming automates boring tasks so you can get more done with less effort.
Online stores use programming to automatically update stock and send order confirmations instantly.
Manual tasks are slow and error-prone.
Programming tells computers to do tasks quickly and correctly.
This frees you from repetitive work and saves time.