Argyris and Schön (1978) identified two types of organizational level learning. The process of totally changing one’s frame of reference that guides behavior so that rather than acquiring knowledge, it requires rethinking as to whether the task is beneficial or not, is called ____________ learning.

a. Single loop
b. Double loop
c. Triple loop
d. Loop the loop


b. Double loop

Business

You might also like to view...

Statistical sampling used in control testing eliminates the need for evaluation of errors from a qualitative perspective

a. True b. False Indicate whether the statement is true or false

Business

Inca Company purchases a call option to hedge an investment of 20,000 shares of Limbaugh Company stock. The option agreement provides that if the prices of a share of Limbaugh Company stock is greater than $30 on October 25, Inca receives the difference (multiplied by 20,000 shares). Alternatively, if the price of the stock is less than $30, the option is worthless and will be allowed to expire

Which of the following statements regarding this call option is correct? a. The call option effectively hedges the investment in the shares of Limbaugh stock. b. The call option is an option to sell Limbaugh Company stock at a fixed price. c. The call option represents a speculative option rather than a hedge. d. Inca could have purchased a put option or a call option to effectively hedge the investment in the shares of Limbaugh stock.

Business

Which of the following code fragments would not raise an error?

A. BEGIN    WHILE lv_cnt_num <= 5                                     DBMS_OUTPUT.PUT_LINE(lv_cnt_num);        lv_cnt_num := lv_cnt_num + 1;    END LOOP; END; B. BEGIN    WHILE lv_cnt_num <= 5               DBMS_OUTPUT.PUT_LINE(lv_cnt_num);        lv_cnt_num := lv_cnt_num + 1; END; C. BEGIN    WHILE lv_cnt_num <= 5 LOOP              DBMS_OUTPUT.PUT_LINE(lv_cnt_num);        lv_cnt_num := lv_cnt_num + 1;    END LOOP; D. BEGIN    WHILE lv_cnt_num <= 5 LOOP              DBMS_OUTPUT.PUT_LINE(lv_cnt_num);        lv_cnt_num := lv_cnt_num + 1;    END LOOP; END;

Business

Injuries that result from workers using the same motions again and again are known as

A. adjustment disorders. B. bipolar disorders. C. cumulative trauma disorders. D. systematic trauma disorders.

Business