When analyzing the feedback on an evaluation form, a trainer should look for ____.

A. items with the lowest ratings
B. items with the highest ratings
C. items with a mixture of high and low rating
D. items where there is a pattern of low ratings


Answer: D

Computer Science & Information Technology

You might also like to view...

The actions performed by the JVM that take place with each method call are sometimes referred to as __________.

a. overhead b. allocation c. overflow d. retention

Computer Science & Information Technology

Which networking topology connects all the computers on a network to a central wiring point, usually a hub?

What will be an ideal response?

Computer Science & Information Technology

If you are a Windows user and use a laptop or a keyboard without a keypad and want to insert special characters, use the ____________________ utility that comes free with Windows.

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

Computer Science & Information Technology

What is wrong with the following code?

int total, number; int counter = 0; while (counter < 10) { cin >> number; total = total + number; counter = counter + 1; }

Computer Science & Information Technology