Wonder what programming is? Yeah. Everyone is wondering what programming is and how we are going to do it.
Programming is instructing the computer to do a particular task, but instruction must be specific and correct.
Still don’t get it.Ok. Let’s understand this with an example. Imagine your little brother ask you how to make tea?. You need to provide specific instructions one by one.
- Boil the water
- Add the boiled water to a cup
- Add some tea
- Add some sugar
- Mix them together
- Get number 1 from user
- Get number 2 from the user
- Get the sum of number 1 & number 2
- Display the sum
- So this is the programming in simple words. But how we going to talk with a computer. That is a huge problem. People speak and understand English, but the computer only understands binary language(0,1).
- We can give instructions to the computer using binary language.
- We can teach English to the computer.