True - ✔️✔️True or False: Software engineers decide what objects will be needed for the program,
and then use existing objects and build new ones to create the software.
modular development - ✔️✔️The process of top-down design leads to ____, in which parts are
developed
individually and then combined to form a complete solution to a problem.
Reusable code - ✔️✔️____ makes programming easier because you need to develop the solution to
a problem
only once; then you can use that code whenever you need it.
True - ✔️✔️True or False: Modular development makes it easier to find and correct errors in
computer software
test for correctness - ✔️✔️A(n) ____ measures whether the program meets the original
specifications
integration test - ✔️✔️A(n) ____ checks to see if the method works when it is placed into a larger
program in
combination with other methods
unit test - ✔️✔️. A(n) ____ checks to see if the method works as expected all by itself.
testing shell - ✔️✔️A(n) ____ is a short method that simulates the environment in which a newly
developed
method will be used
Primitive methods - ✔️✔️____ are built-in, predefined methods that are part of each Alice object.
user-defined methods - ✔️✔️. ____ are written by people who use Alice