COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which IDE tool allows a programmer to enter, format and edit source code.
A
Linker
B
Compiler
C
Interpreter
D
Editor
Explanation: 

Detailed explanation-1: -Code editors are tools typically used by programmers and web developers to write and edit code. They are used for developing software and apps as well as other web development purposes. Before code editors, developers and programmers used text editors such as Notepad on Windows and TextEdit on Mac.

Detailed explanation-2: -While both provide the ability to edit code, IDEs provide support for compiling and debugging code. A code editor can open files in different formats for making changes, but they are missing the building and evaluation aspects of an IDE.

There is 1 question to complete.