Which phrase best describes the process of asking questions once a person has described a situation?

A. Respectful communication
B. Sensitivity awareness
C. Eliciting answers
D. Showing versatility


Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The statements gr.DrawLine(Pens.Red, 10, 20, 30, 40) and gr.DrawLine(Pens.Red, 30, 40, 10, 20) draw the same line. 2. The statement gr.FillRectangle(Brushes.Red, 10, 20, 30, 40) draws a solid rectangle of width 40 pixels. 3. The statement gr.FillRectangle(Brushes.Red, 0, 0, picOutput.Width/2, picOuput.Height/2) colors the upper-left quarter of the picture box red. 4. The statement gr.FillPie(Brushes.Red, 10, 10, 30, 30, 0, 180) draws a semi- circle. 5. The sector of a circle with sweep angle 90 consists of a quarter of the circle.

Computer Science & Information Technology

A ____________ is a small pop-up window, also known as a dialog box, that displays a message.

a. standard window b. pop up c. banner d. message box

Computer Science & Information Technology

Identify the port numbers for the following applications:

a. Telnet b. HTTP c. FTP d. DNS e. DHCP

Computer Science & Information Technology

The code template ends with the procedure footer, which contains the keywords____.

A. End Procedure B. End Sub C. End Prod D. End Method

Computer Science & Information Technology