Formal authority is often referred to as legitimate power. Which two other forms of power are also considered to be legitimate power?
A . Reward and penalty
B . Reward and referent
C . Referent and expert
D . Expert and reward
E . Penalty and referent
第1题:
In Paragraph 2, the word" legitimate" most probably means ______.
A) lawful
B) biological
C) personal
D) reasonable
第2题:
[A] agency [B] organization [C] institution [D] authority
第3题:
【判断题】民国初年的政坛上各种权力(power)在争斗,但是出现了权威(authority)的真空。
A.Y.是
B.N.否
第4题:
若在“销售总数”窗体中有“订货总数”文本框控件,能够正确引用控件值的是( )。
A.Forms.[销售总数].[订货总数]
B.Forms![销售总数].[订货总数]
C.Forms.[销售总数]![订货总数]
D.Forms![销售总数]![订货总数]
第5题:
第6题:
1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }
A.2
B.3
C.4
D.5