Software Engineering - Study Mode
[#516] . . . . . . . . allows us to infer that different members of classes have some common characteristics.
Correct Answer
(C) Generalization
[#517] Which test refers to the retesting of a unit, integration and system after modification, in order to ascertain that the change has not introduced new faults?
Correct Answer
(A) Regression Test
[#518] When code is made available to others, it goes in a/an
Correct Answer
(B) access-controlled library
[#519] Which type of software engineering team has a defined leader who coordinates specific tasks and secondary leaders that have responsibility for sub tasks?
Correct Answer
(A) Controlled decentralized (CD)
[#520] A . . . . . . . . executes the loop task first, then tests a condition and repeats the task until the condition fails.
Correct Answer
(A) repeat until