Kelly has just been hired as a server at a seafood restaurant. Since this is her first job as a server, her manager has instructed her to follow Mark, an experienced server, for an entire shift to learn how to do the job. Kelly is: _______. 

A. ?observing
B. shadowing
C. ?copying
D. ?mimicing


Answer: B

Computer Science & Information Technology

You might also like to view...

In a class, all members are ____________ by default

a. public b. private c. global d. all of the above

Computer Science & Information Technology

MC A function is invoked by a______ .

a) function call. b) function header. c) declaration. d) None of the above.

Computer Science & Information Technology

Role-based access controls are a type of ____ access controls.

A. mandatory B. nondiscretionary C. discretionary D. task-based

Computer Science & Information Technology

What is the output of the following Java code? int x = 0;if (x > 0)    System.out.println("positive ");    System.out.println("zero ");System.out.println("negative");

A. zero B. negative C. zero negative D. positive zero negative

Computer Science & Information Technology