DEV Community

Cover image for Introduction to Programming Language...
Hrithik Gorane
Hrithik Gorane

Posted on

Introduction to Programming Language...

Hello There! I hope you well and good, God bless you! we here to dive into programming language correct, let's first understand what is program. basically in technical term program is set of instruction which execute on computer and give desire result. these is called programming. these old fancy normal definition we know and everyone is repeat these fancy normal define to program. do you know that we also could change these term if we want.

we can replace it like, we got electric machine which work is take thought and give result according user's thought. these definition simple and easier to understand anybody. now we clear doubt here about programming
let's go to Language...

Language is that help computer to understand what is user want. real world communication language are different and difficult to learn because it's take a lot time & practice but in computer it has only two word that we can easier to learn and implement faster as compare real world language. do you wanna know that two word is what ?
these two word called binary number. binary numbers are : 0 , 1

yes these two word using computer communicate with user's thought. and fun part is that anybody when see it easier to catch what it's mean to say. let understand binary number 0 means No , 1 means yes.

ex, fan's switch is 0 means switch is off
fan's switch is 1 means switch is on and we getting cool air on our room.

here simply we know about language. but you have one question that how can we understand 0's and 1's okay, the answer is that you don't, you just need translator. as basically we used google translator to understand word that we don't understand, similarly computer used compiler or interpreter. these two similar works like google translator to what user want.

here what we do we choose on language : c++, java one of them, we communicate with computer and work it. we need to learn these language after that we can start communicate with computer. here simply acknowledgment about programming language.

what we learn programming language : we will learn syntax, loops, conditional, operators, function, string, array, oop etc. stay focus & healthier towards to mentally, physically. remember these is not end it's just beginning towards to one step for DSA.

Top comments (0)