George is working onsite at a client’s desk. The client’s phone rings during George’s visit, and the client explains that she must take the call.
 
What should George do in this situation?

A. Leave and go to another client.
B. Explain he does not have time to wait.
C. Excuse himself and check back when the call is complete.
D. Stay and work on the computer during the phone call.


Answer: C

Computer Science & Information Technology

You might also like to view...

What will be output from the following code:

``` public void t e s t 6 ( ) f int x = 1 2 ; int y = 0 ; while ( x < 10 && y < 1) { x = x + 1 ; y = y + 1 ; System . out . p r i n t l n ( x + " , " + y ) ; } } ```

Computer Science & Information Technology

Which of the following statements regarding abstract methods is false?

a. An abstract class can have instances created using the constructor of the abstract class. b. An abstract class can be extended. c. A subclass of a non-abstract superclass can be abstract. d. A subclass can override a concrete method in a superclass to declare it abstract. e. An abstract class can be used as a data type.

Computer Science & Information Technology

The Folio Builder panel has two modes, which are the Folios Mode and the _______________ Mode.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Table 8.1 illustrates a Reasonable Social CRM Strategy. Describe how it’s structured.

What will be an ideal response?

Computer Science & Information Technology