Team members adjust their behavior toward one another and begin to trust one another in the _____ stage.

a. forming
b. storming
c. norming
d. performing


c. norming
If ateam survives the storming stage, it may enter the norming stage. During this stage, individual team members give up their preconceived judgments and opinions. Members who felt a need to take control of the team give up this impulse. Team members adjust their behavior toward one another and begin to trust one another.

Computer Science & Information Technology

You might also like to view...

Suppose that a client uses a struct object for the DataType of a class template, and this will require that operators (used within the class functions) are overloaded. The best way to tell a client which operators will need to have overloaded operator functions, and how the functions should be written, is to:

A. send the client a detailed email about all required overloaded operator functions B. place comments above the class template that specify the details of the required overloaded operator functions C. write details about the required overloaded operator functions into the client’s main program D. You shouldn’t tell the client how to do it – you should write the overloaded operator functions yourself, and place them in another file

Computer Science & Information Technology

The GoTo command is considered a(n) ____ tool.

A. editing B. navigation C. merging D. sorting

Computer Science & Information Technology

The root document contains the data that will be transformed using a style sheet.

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

Computer Science & Information Technology

Straight-through logic:

a. Does not use the ELSE. b. Is used when the conditions in the IF/THEN/ELSE instructions are unrelated. c. Is using sequential logic structure to execute the decision instructions. d. All of the above. e. a and b.

Computer Science & Information Technology