integrated development environment advantages and disadvantages. Ide kya hoti h | #MrFairPerson


😈IDE😈
πŸ’–IDEπŸ’—πŸ’—

IDE is integrated development environment 😎. IDE is used to create an environment for the development of the software. We use IDE for the coding purpose. IDE is provided with different types of functionalities for the coding. IDE provides the comprehensive facilities to the computer programmers for the development of the software. It consists of the tools that helps to make the program easy and attractive. Different programming languages can have specific IDE and an IDE can also support multi languages.
IDE provides the tools to let the coding easy. If we write the code, it has helps to write the code with its in built functions. This helps to make code easy. The tools let us to apply the dark theme and the light theme according to the programmer’s choice. The IDE has the build-in functions, which helps to use the different libraries. In the IDE, programmer can easily recognize the code. IDE code in the way the reserved words are written with different colors, which helps to recognize the code easily, can be a good visual representation.
In the IDE normally a source code editor, build automation tools & debuggers consists. The source code editor helps to write the code efficiently and the debuggers helps to find out the errors everywhere in the code. IDE has the compiler and interpreter to compile and interpret the programming code. IDE helps in syntax correction.
Modern IDE’s are mostly used to create flowchart and structure diagram, which are compiled and interpreted.
The good selection of the IDE based on the factors such as, language support, operating system and cost effect.
Now, let us understand the terms compiler and interpreter  😣😣😣:

The term compiler and interpreter both are the translators. These are used to translate the human language (not understandable by the computer) into the machine language which is understandable by the computer in the binary form.
Whereas the compiler and interpreter both are the translators, then why these two terms exist for the same action?

COMPILER😏

COMPILERπŸ˜™πŸ˜™

The compiler translates the code written in high level language (c++, c, etc.) into the low-level language i.e. in binary form, but it converts the code as whole. The compiler finds out all the errors at last of the code when all the code is translated.

INTERPRETER😏
the interpreter works as same as the compiler i.e. it also converts the code written in high level language to the low-level language, but the interpreter converts the code line by line and finds the error as it translates the code.
INTERPRETERπŸ˜‹πŸ˜‹


Difference between the compiler and the interpreter:😦😦😦
COMPILER
INTERPRETER
1.    It converts the whole program at once.
1.    It converts the program line by line
2.    It generates the intermediate object code.
2.    It does not generate any intermediate code.
3.    Compilation and execution are done at different times i.e. compilation is done before execution.
3.    Compilation and execution are done simultaneously.
4.    Comparatively faster.
4.    Slower
5.    Error detection at same time of the compilation.
5.    Display all the errors line by line.
6.    Error detection is difficult.
6.    Easier than the compiler.

     o   Advantages and uses πŸ˜ƒπŸ˜ƒπŸ˜ƒ:

                     I.  IDE helps to create an environment to program the code smoothly.
                    II.  IDE uses syntax highlighting to color the reserved words, to make the code easier to write.
                     III.  IDE has unique visual representation.
                     IV.  IDE has in built libraries to use.
                     V.  IDE has debuggers to identify the errors.
                     VI. In IDE, programs can compile the program when required.
            VII. Programs can easily use the IDE to code with its specific functions.

    o   Disadvantages:πŸ˜”πŸ˜”πŸ˜” 
     I.       An IDE cannot be easy to use for the beginners.
    II.     All the IDE’s are not same to use, every IDE has their own functionality.
    III.   IDE can be complex to understand.
   
   Summary:πŸ™†πŸ™†

    1.    IDE is the integrated development environment. πŸ˜‰
    2.    IDE helps to create an environment for the development of the software.
    3.    IDE has the good visualization representation, with the color mode.
    4.    The different colors are given to only reserved words.
    5.    For different programming languages different IDE’s are used.
    6.    IDE helps the developers to create the software easily and efficiently.
    7.    IDE uses the compiler and interpreter to translate the code.
·         Compiler translate the code as whole.
·         Interpreter translate the code line by line.
·         Compiler detects the code at last of the code and
·         interpreter detects the errors line by line.


Comments

  1. As claimed by Stanford Medical, It's really the one and ONLY reason this country's women get to live 10 years longer and weigh on average 19 kilos lighter than us.

    (And realistically, it is not related to genetics or some secret-exercise and EVERYTHING around "how" they eat.)

    BTW, I said "HOW", not "WHAT"...

    TAP on this link to see if this easy questionnaire can help you find out your true weight loss potential

    ReplyDelete

Post a Comment

Popular posts from this blog

What is Big Data? : Types and Use of Big Data | #MrFairPerson