FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

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: -Microsoft’s Visual Studio Code is an example of a web-based IDE with features such as a code editor, syntax highlighting, code completion and debugging.

Detailed explanation-2: -Sublime Text editor is the best code editor for a complete development environment as it groups code, markup, and prose in a single tool. This code editor is made to handle large projects and heavy coding. For instance, it can open a 7 MB source code file and scroll through 200, 000 lines of code seamlessly.

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: -Notepad++ is a source code editor for Windows, Linux, and UNIX. It can also be used on a Mac using a third-party tool.

There is 1 question to complete.