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...

Suppose you want to use a for loop to iterate through an array named anArray. How would you indicate the number of times the loop will be performed?

A. final Integer N = anArray.length; for (Integer i = 0; i < N; i++) {... B. anArray.length = N; for (Integer i = 0; i < anArray.length; i++) {... C. for (anArray.length = 0; anArray.length < N; anArray.length++) {... D. final Integer N = anArray.length; for (Integer i = anArray.length; i < N; i++) {...

Computer Science & Information Technology

A one-time payment covers a(n) _________________________ subscription.

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

Computer Science & Information Technology

Your network firewall currently allows only HTTP traffic to pass through. You need to allow FTP traffic to pass through the firewall. Which of the following should be allowed?[Choose all that apply].

UDP port 21 TCP port 20 TCP port 21 UDP port 20

Computer Science & Information Technology

A digital certificate is standardized as ____ under IETF RFC 2459.

A. X.501 B. X.509 C. X.512 D. X.529

Computer Science & Information Technology