____ is a broad term to describe creating and managing an application throughout its entire life cycle-from design through coding and testing, to maintenance, and, eventually, to retirement.
A. Rapid application development (RAD)
B. Program development life cycle (PDLC)
C. Application lifecycle management (ALM)
D. Application software development life cycle (ASDLC)
Answer: C
You might also like to view...
Which of the following statements is false?
a. Most classes you’ll use in Java programs must be imported explicitly. b. There’s a special relationship between classes that are compiled in the same directory. By default, such classes are considered to be in the same package—known as the default package. c. Classes in the same package are implicitly imported into main. d. An import declaration is not required when one class in a package uses another in the same package.
All of the following are mobile devices, except a _____.
A. smartphone B. netbook C. tablet D. PDA
Figure 23.14 sets out a number of tasks, their durations and their dependencies. Draw a bar chart showing the project schedule.
What will be an ideal response?
_________ defenses aim to harden programs to resist attacks.
A) Coding B) Compile-time C) Runtime D) Programming