Hello friends,
Hope you doing well!
In this session we will going to discuss about some basic things of any programming language..... Therefore Let's start this session without delay...😊
*What is Program?
Collection of instruction is called program.
कई सारे इंस्ट्रक्शंस को इकट्ठा (Collect) करना ही कहलाता है प्रोग्राम।
*What is Programming?
To perform some specific task in computer is called programming.
कंप्यूटर में कुछ विशिष्ट कार्य करने को ही प्रोग्रामिंग कहा जाता है।
*What is Source Code?
The program written by the user is called source code.
User के द्वारा लिखा गया प्रोग्राम ही source code कहलाता है।
*What is Object Code?
The code generated by converting the program written by the user with the help of compiler is called Object Code.
User के द्वारा लिखे प्रोग्राम को compiler की मदद से convert करने से को कोड तैयार होता है उसे हम Object Code कहते हैं।
*What is Compiler?
The translator which is used to convert the source code written by the user to machine code is called compiler.
User के द्वारा लिखे गए source code को मशीन कोड में convert करने के लिए जो translator का उपयोग किया जाता है उसे हम compiler कहते हैं।
*What is Interpreter?
Interpreter is a program that converts the code of high level programming language into assembly language.
Interpreter एक ऐसा प्रोग्राम है जो हाई लेवल प्रोग्रामिंग लैंग्वेज के कोड को Assembly लैंग्वेज में convert कर देता है।
*What is Compile?
Checking the syntax of any program's code is called Compile.
किसी भी प्रोग्राम के कोड के syntax को check करना Compile कहलाता है।
Thank you all of you!😊

0 Comments