ITPEC FE Morning October 2019 Question 21
ITPEC FE Morning October 2019 — Question 21 of 80
OSS as IDE — identify which open-source software serves as an integrated development environment.
Eclipse is an open-source IDE originally built for Java, now supporting multiple languages via plugins.
Why not others:
- (a) Apache Tomcat — a web server and servlet container, not an IDE
- (c) GCC — GNU Compiler Collection, a compiler toolchain, not an IDE
- (d) Linux — an operating system, not an IDE
Key rule: IDE = write + compile + debug in one tool. Don't confuse with compilers (GCC), servers (Tomcat), or OS (Linux).
AI-generated — may contain errors
The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.
This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.