List four kinds of communication skills used by troubleshooters.

What will be an ideal response?


Any four of the following:
Basic listening skills
Active listening skills
Paraphrasing
Probes
Critical questions
Explanation
Verification

Computer Science & Information Technology

You might also like to view...

Which of the following assigns to p1 the pointer to the address of value?

a. *p1=&value; b. p1=value; c. p1=&value; d. &p1 = *value;

Computer Science & Information Technology

The main difference between a pure virtual function and a virtual function is:

a. The return type. b. The member access specifier. c. That a pure virtual function cannot have an implementation. d. The location in the class.

Computer Science & Information Technology

Refer to the exhibit. Which of the pictured software is a protocol analyzer?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is not a primary expression?

A. x B. 'A' C. "Welcome" D. 2 * 3 E. (x / y)

Computer Science & Information Technology