Programming Language in Hindi and English
Programming Language
हम जिस Language
का उपयोग करते हुए कंप्यूटर को set of
instructions देते है उसे ही हम Programming Language कहते है | प्रोग्रामिंग लैंग्वेज प्रोग्रामर और कंप्यूटर के बीच communication का तरीका है |
ये प्रोग्रामिंग लैंग्वेज है जैसे- C language, C++, Java, Python, FORTRAN, COBOL, BASIC, SQL, PHP,
JavaScript, Swift, C# आदि |
The language using which we give
set of instructions to the computer is called Programming Language. Programming
language is the mode of communication between programmer and computer.
These are programming languages
like- C language, C++, Java, Python, FORTRAN, COBOL, BASIC, SQL, PHP,
JavaScript, Swift, C# etc.
Type
of Programming Language (प्रोग्रामिंग लैंग्वेज के प्रकार)
1) Low Level
Language (निम्न-स्तरीय भाषा)
2) High Level Language (उच्च स्तरीय भाषा)
Low Level
Language (निम्न-स्तरीय भाषा)
Low Level Language वो लैंग्वेज है जो मशीन के काफी करीब होती है | इस लैंग्वेज को समझना बहुत आसान होता है। इस लैंग्वेज में लिखा गया कोड कंप्यूटर को काफी अच्छे से समझ आता है। इसलिए ज्यादातर सिस्टम सॉफ्टवेयर लो लेवल लैंग्वेज में बनाई जाती है।ये दो प्रकार की होती है |
Low Level Language is the language which is very
close to the machine. It is very easy to understand this language. The code
written in this language is very well understood by the computer. That's why
most of the system software is made in low level language. It is of two types –
1) Machine
Language (मशीन लैंग्वेज)
Machine Language एक
निम्न-स्तरीय प्रोग्रामिंग लैंग्वेज (Low
level Programming language) है।Machine
Language, 0 और 1 (बाइनरी
प्रारूप) के रूप में होती है। जिसे computer
आसानी से समझ सकता है। इसमें 0 का
मतलब low या Off
है और 1 का मतलब High या On.
Machine language is a low-level
programming language. Machine language is in the form of 0 and 1 (binary
format). Which the computer can easily understand. In this, 0 means Low or off
and 1 means High or On.
2) Assembly
Language (असेम्बली लैंग्वेज)
Assembly Language एक Low-Level
Programming Language होती
है। कंप्यूटर केवल Machine Language को समझ सकता हैं जिसमें कि बाइनरी कोड
(0 और 1)
का
इस्तेमाल होता है। Assembly Language में नंबर के स्थान पर Menmonic
Code(add,subruction,multiply,divide) का इस्तेमाल होता है,
जो
कि अंग्रेजी भाषा या संकेतों में लिखे होते है।
Assembly language is a low-level
programming language. Computers can only understand machine language, which
uses binary codes (0 and 1). In the assembly language, instead of numbers,
mnemonic codes are used, which are written in English language or symbols.
High level
language (उच्च स्तरीय भाषा)
हाई लेवल लैंग्वेज अंग्रेजी के भाषा कोड जैसी
होती है इसलिए इसमे कोडिंग करना या इसे समझना सरल होता है। High level language को एक लैंग्वेज ट्रांसलेटर की आवश्यकता
होती है जो हाई लेवल लैंग्वेज के प्रोग्राम को मशीन लैंग्वेज मे ट्रांसलेट कर सके।
High level language is similar to
the language code of English so it is easy to coding or understanding it. High
level language requires a language translator who can translate high level
language programs into machine language.
Ex. Python, JAVA, C#, PHP Etc.
No comments: