COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Nearly all IDEs will have this to manipulate source code
A
Text Editor
B
Debugger
C
Compiler
D
None of the above
Explanation: 

Detailed explanation-1: -Text editor software is used by programmers and developers for manipulating plain text source code, editing configuration files or documentation, or viewing error logs.

Detailed explanation-2: -A code editor is essentially a text editor that has robust built-in features and specialised functionalities that are designed to ease and speed up the process of editing code. A text editor and a code editor are both included in an IDE.

Detailed explanation-3: -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.

Detailed explanation-4: -A source-code editor is a text editor program designed specifically for editing source code of computer programs. It may be a standalone application or it may be built into an integrated development environment (IDE) or web browser.

There is 1 question to complete.