MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Allows a programmer to enter, format and edit source code.
A
Linker
B
Loader
C
GUI Creation
D
Editor
Explanation: 

Detailed explanation-1: -An IDE typically contains a code editor, a compiler or interpreter, and a debugger, accessed through a single graphical user interface (GUI). The user writes and edits source code in the code editor.

Detailed explanation-2: -NetBeans is an IDE Java Editor that lets users edit source codes, build executables, and debug from a single tool. This code editor comes with a code formatting feature to lay out the source code according to the developers’ preferences.

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

Detailed explanation-4: -Programmers can use a text editor, a visual programming tool or an integrated development environment (IDE) such as a software development kit (SDK) to create source code.

There is 1 question to complete.