Do You Know ?
Hello Friends, as I know and learn till now, a program is a systematic way to complete any job, For example when we program for the picnic, we collect the things, plan vehicles and friends, we also keep a timeline to return back.

“Arranging the steps in a defined way to complete any job is called PROGRAMMING”.
In same way a computer can be use for completing many kind of jobs. We only need to express the instructions in a predefined sequence, In a sequence which will give you the expected result. Writing those instructions is Programming and always remember that a good programmer is that whose code never stops.
What is Programming Language
It’s a very interesting thing to know about programming language but before going through let’s have an idea about Language..
“A language is tha medium of communication”

In the above image the Laptop is also something which is a part of communication just like others, The only difference is that it’s a machine.
We human can understand different languages like English, French, Hindi etc . Computer can understand only the programming languages, their are different language which provide us power to express our thoughts, commands or instructions to the computer, known as programming language.
“Programming Language is the set of rules (Syntax and Semantics) to instruct any machine or computer”
What kind of rules any programming language contains, So far the answer is that any programming language contains all symbols, words, and some rules for their use. Every word and symbol when parse by the compiler it represents some particular resource of machine. It can be any register, any memory location, any device etc.

