The process of running a program multiple times with a variety of values is called ____ testing.

A. method
B. functional
C. systematic
D. algorithmic


Answer: B

Computer Science & Information Technology

You might also like to view...

If you try to solve a problem recursively, you should

a. find all the stopping cases and the values if needed at that case b. find a recursive call that will lead towards one of the stopping cases c. all of the above d. none of the above

Computer Science & Information Technology

Which of the following initializer lists correctly initializes the indexed variables of an array named myDoubles?

(a) double myDoubles[double] = {0.0, 1.0, 1.5, 2.0, 2.5}; (b) double myDoubles[5] = new double(0.0, 1.0, 1.5, 2.0, 2.5); (c) double[] myDoubles = {0.0, 1.0, 1.5, 2.0, 2.5}; (d) array myDoubles[double] = {0.0, 1.0, 1.5, 2.0, 2.5};

Computer Science & Information Technology

What are the units of the vertical axis in the Motion Editor?

What will be an ideal response?

Computer Science & Information Technology

____ allows the running of multiple workstation operating systems, such as Windows XP, Windows 7, and Linux, on one computer.

A. Platform or system virtualization B. System or environment virtualization C. Server or resource virtualization D. Workstation or PC virtualization

Computer Science & Information Technology