When a programmer writes a driver and individually tests a single function before inserting the function in a program system, the programmer is performing __________.

a. bottom-up testing
b. top-down testing
c. stepwise refinement
d. stub design
e. system integration


a. bottom-up testing

Computer Science & Information Technology

You might also like to view...

Which is the correct way to tell the compiler that the class being declared (ChildClass) is derived from the base class (BaseClass)?

a. class ChildClass::public BaseClass b. class ChildClass:public BaseClass c. class ChildClass childOf public BaseClass d. class ChildClass derived BaseClass

Computer Science & Information Technology

The following steps are used to __________ two sequential files: Open the existing files for Input Open the new file for Output Read the records, comparing those of the first file to the second Write the records in order to the new file Close all files

Fill in the blank(s) with correct word

Computer Science & Information Technology

Havender’s method for denying the “wait-for” condition requires that processes must request all of the resources they will need before the system may let them proceed. The system grants resources on an “all-or-none” basis. Discuss the pros and cons of this method.

What will be an ideal response?

Computer Science & Information Technology

The iPhone Device Firmware Upgrade (DFU) Mode enables the user to select the firmware version to install on the device

Indicate whether the statement is true or false.

Computer Science & Information Technology