COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of these would you NOT find in an IDE?
|
Debugger
|
|
Picture Editor
|
|
Auto Documentation
|
|
Source Code Editor
|
Explanation:
Detailed explanation-1: -An IDE can also contain features such as programmable editors, object and data modeling, unit testing, a source code library and build automation tools.
Detailed explanation-2: -An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools, and a debugger. Most modern IDEs have intelligent code completion.
Detailed explanation-3: -Examples of IDEs include NetBeans, Eclipse, IntelliJ, and Visual Studio.
Detailed explanation-4: -The three common features in most IDES are the source code editor, build automation, and debugger.
There is 1 question to complete.