1.

What is the difference between an IDE and a compiler?(a) The IDE executes the code while the compiler gives a graphical environment for writing the code(b) The compiler executes the code while the IDE gives a graphical environment for writing the code(c) The compiler links the code to the respective files and the IDE takes it from there(d) The compiler and the IDE are the same thingThe question was posed to me during an online exam.This interesting question is from Programming topic in section Arduino Programming of Arduino

Answer»

Right CHOICE is (B) The compiler executes the code while the IDE gives a graphical environment for writing the code

To explain: According to the primary definitions of a compiler and an IDE, the job of DEBUGGING and EXECUTING a piece of code falls on the compiler, while the job of the IDE is to provide an easy to USE environment for writing the code in the first place.



Discussion

No Comment Found

Related InterviewSolutions