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
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
Which networking topology connects all the computers on a network to a central wiring point, usually a hub?
What will be an ideal response?
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).
What is wrong with the following code?
int total, number; int counter = 0; while (counter < 10) { cin >> number; total = total + number; counter = counter + 1; }