A follow-up question a troubleshooter asks to get additional information about a problem situation is called a(n) ____.

A. paraphrase
B. probe
C. iteration
D. analogy


Answer: B

Computer Science & Information Technology

You might also like to view...

The command find . name "first.cpp" exec rm {}\;

a: starts from the current directory, and deletes all instances of first.cpp b: starts from the home directory, and executes all instances of first.cpp c: starts from the root directory, and removes files that are executable d: all of the above

Computer Science & Information Technology

____ is the concept that other classes should not alter an object's attributes-only the methods of an object's own class should have that privilege.

A. Information hiding B. Information holding C. Data holding D. Static data

Computer Science & Information Technology

According to the order of operations, multiplication and addition are evaluated before Division and subtraction

Indicate whether the statement is true or false

Computer Science & Information Technology

In MySQL Administrator, you can use the ____ section to manage user privileges.

A. Server Connections B. Server Information C. Catalogs D. User Administration

Computer Science & Information Technology