Introduction to programming

aswinbarath

Aswin Barath

Posted on August 26, 2021

Introduction to programming

Programming is a way to instruct the computer to perform diverse tasks.

You may ask, why do we even need programming?
Why not directly do something with the hardware and stuff.

You see, computers only understand Binary that is 0's and 1's.
Now, why Binary?
Computers built with electronic components transmits data in the form of ON or OFF, hence binary. (in simple terms)

Coming back to the question, why do we even need programming?
Imagine writing instructions to the computers just using 0's and 1's.
Don't you think it would be tiresome work to do?

See, this is why we need programming languages.
Programming languages allow us to write programs and perform tasks and also makes the programs human readable.

We, humans, communicate with each other using languages like Tamil, Hindi, English, French or any other language.
Human Language

Similarly, we use programming languages like Python, Java, C++ or others to communicate with the computer.
Programming Language

Take a look at the tutorial version of this blog at Kunal Kushwaha's channel:

Kunal is creating an amazing course on "Java + Interview Preparation + Competitive programming" for FREE on YouTube.

Here's the GitHub Repository for detailed curriculum and resources: https://github.com/kunal-kushwaha/DSA-Bootcamp-Java

Here's the YouTube playlist: https://youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ

So, do check it out.

Feel free to share if you found this useful 😃.

💖 💪 🙅 🚩
aswinbarath
Aswin Barath

Posted on August 26, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Why are you writing slow code?
programming Why are you writing slow code?

December 6, 2022

Graph and Trees - Basic
programming Graph and Trees - Basic

November 8, 2022

Introduction to programming
programming Introduction to programming

August 26, 2021