QUESTIONS & DETAILED CORRECT
ANSWERS
Integrated development environments (IDEs) combine which of the following tools into a single
package for systems and application development. - correct answer ✔✔Compiling
Editing
Debugging
Which of the following is the correct function of the compiler? - correct answer ✔✔Translates
the entire program, creating an executable program, which can be run at a later time.
Adding/deleting user accounts is the role of which account? - correct answer ✔✔System
Administrator
During implementation, which testing method is performed by the end-user (in a limited
fashion) using actual data in the real working environment? - correct answer ✔✔Beta
The team will write a final report detailing the processes and outcomes of the project in which
project phase - correct answer ✔✔Closing
While hardware is ______, software is ______ - correct answer ✔✔tangible - intangible
Which two types of software licenses are free? - correct answer ✔✔Freeware and Open Source
The role of a ______ ______ is to respond to requests most typically come from web browsers,
such as HTTP. - correct answer ✔✔web server
, Which of the following is a scripting language? - correct answer ✔✔JavaScript
Within this CLOUD computing function all the resources hardware and software (e.g., servers,
data storage) an IT department needs are located outside of the organization and are accessible
by anyone, anywhere. - correct answer ✔✔IaaS (Infrastructure as a Service)
If YOU wanted to determine and have the names of students who are were CIT majors the
query would look like:
SELECT * FROM Students WHERE Major = "CIT";
SELECT First Name, Last Name FROM Students WHERE Major = "CIT";
SELECT First Name, Last Name FROM Students WHERE Major = "CIT" ORDER BY Last Name; -
correct answer ✔✔SELECT First Name, Last Name FROM Students WHERE Major = "CIT";
With ________ an IT department resources (i.e. servers, data storage) are located outside of the
organization and are accessible by anyone, anywhere - correct answer ✔✔IaasS (Infrastructure
as a Service)
Which of the following technologies was introduced in the fourth generation of computers? -
correct answer ✔✔microprocessors
Which of the following statements best defines the ALU? - correct answer ✔✔The ALU
processes the raw computer data, including mathematical calculations and logical operations.
What is an advantage of outsourcing? - correct answer ✔✔Cost-effective if time is constrained.