1. Programming
Before starting with anything, let's start the learning from the very first question that comes in our mind, which is
What is Programming?
Suppose I am your teacher and I ask what 5+7 is, and you will answer 12 Then he asks what 15*3 is, and you will answer 45 So this scenario is between 2 human beings, and we call it a conversation or a discussion where your teacher is giving you some instructions, and you accept, understand, and follow them.
If such instructions are given to a computer and it follows your instructions, we can call this scenario as programming.
Programming: A Set of Instructions given to a computer is called Programming.
Programming Language: A language in which a set of instructions is given to a computer is called a programming language.
But in the case of a computer, the day it was invented, it knows only one language, which is called Binary, and to be precise, binary has only 2 characters that are 0 and 1.
So now the question that comes to our mind is, how can a language be created? Example: Suppose there is an electric circuit. It consists of a battery, a bulb, and a switch, but the switch
Last updated