Important Notice:

Programming Language

Programming Language

3 views 1 min read

Programming Language (प्रोग्रामिंग भाषा):-

Programming Language (प्रोग्रामिंग भाषा) एक औपचारिक भाषा (Formal Language) है जिसका उपयोग Programmer कंप्यूटर को निर्देश (Instructions) देने के लिए करता है। इन निर्देशों (Instructions) की सहायता से कंप्यूटर विभिन्न कार्य (Tasks) जैसे गणना (Calculation), डेटा प्रोसेसिंग (Data Processing), वेबसाइट (Website), मोबाइल ऐप (Mobile App), गेम (Game), सॉफ्टवेयर (Software) आदि बनाता और चलाता है।

कंप्यूटर सीधे केवल Machine Language (0 और 1) को समझता है। इसलिए अधिकांश Programming Languages को Compiler (कम्पाइलर), Interpreter (इंटरप्रेटर) या Assembler (असेंबलर) की सहायता से Machine Language में बदला जाता है।

English

A Programming Language is a formal language used by programmers to write instructions that tell a computer what to do. These instructions are used to develop software, websites, mobile applications, games, operating systems, and many other applications.

A computer understands only Machine Language (0 and 1). Therefore, most programming languages are converted into machine language using a Compiler, Interpreter, or Assembler.

Working of Programming Language:-

Related Notes