History and evolution of computer

What is IDE and Compiler?

 I.D.E full form is Integrated development Environment. That means, ide can be a software which is use for write program in computer language. like :

                                                                            visual studio code, Eclipse, Turbo c/c++, etc.

I am recommending visual studio code for all programming language.

VS CODE:

This is an open source IDE. this IDE is support approx all high-low programing language. only, we need install the compiler to related programming language.

Compiler like: gcc for c/c++, python 3.6 for python, hotspot8u112(JAVA) for java, rhino1.7.7 (JS),node7.4.0(NODEJS) JavaScript

vs code is echo friendly IDE. There are many option of customization according to your need.

        let's have a look of vs code interface


Compiler : 

Compiler is a translator of programming language. it is convert programming language to machine language. Because, all computer is understand only 0 and 1, That's binary language or machine language. So, we shall be give instruction in binary form, that's very difficult.

                                            So, we are give instruction in programming language, like : c, c++, c#, python. 

 Now start the work of compiler. compiler basically convert the instructions in programming language given by us.        

        in simple language, compiler is a translator between computer and user. that reaches our instruction to CPU and make an executable file.

Comments