皮皮学,免费搜题
登录
搜题
【简答题】
对人的行为指引有个别指引和规范指引。其中个别指引具有具体、针对性强的优点,但也有其缺点。包括(    )。 A.具有主观随意性 B.缺乏效率 C.不符合人的自主、独立的心理倾向 D.具有客观性
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】下列哪一项不属于一般外来风险?( )
A.
一国政策、法令、行政命令等政府行为。
B.
偷窃、雨淋
C.
渗漏、破碎
D.
受潮、受热
【单选题】Given: 11. public void go(int x) { Which statement is true?()
A.
All of the assert statements are used appropriately.
B.
Only the assert statement on line 12 is used appropriately.
C.
Only the assert statement on line 15 is used appropriately.
D.
Only the assert statement on line 18 is used appropriately.
E.
Only the assert statements on lines 12 and 15 are used appropriately.
F.
Only the assert statements on lines 12 and 18 are used appropriately.
G.
Only the assert statements on lines 15 and 18 are used appropriately.
【单选题】下列哪一项不属于一般外来风险?
A.
偷窃、淡水雨淋、短量、渗漏
B.
钩损、锈损、破碎、串味
C.
沾污、碰损、受潮
D.
罢工
【判断题】int a=10;printf("%d",a++);输出11.
A.
正确
B.
错误
【判断题】休克病人常有不同程度的酸中毒,一般运用碱性药物纠正
A.
正确
B.
错误
【多选题】【2009】下列关于屋面卷材铺贴的说法中,正确的有( )。
A.
.屋面坡度小于15%时,卷材可平行屋脊铺贴
B.
.屋面坡度大于15%时,沥青防水卷材应垂直屋脊铺贴
C.
.檐沟、天沟卷材施工时,搭接缝应顺流水方向
D.
.同一层相邻卷材短边搭接缝错开不大于500mm
E.
.上下层卷材不得相互垂直铺贴
【判断题】int a=10;printf("%d",a++);输出11.
A.
正确
B.
错误
【多选题】 class Super {  2. private int a;  3. protected Super(int a) { this.a = a; }  4. }  .....  11. class Sub extends Super {  12. public Sub(int a) { super(a); }  13. public Sub() { this.a= 5; }  14. }  W...
A.
Change line 2 to: public int a;
B.
Change line 2 to: protected int a;
C.
Change line 13 to: public Sub() { this(5); }
D.
Change line 13 to: public Sub() { super(5); }
E.
Change line 13 to: public Sub() { super(a); }
【单选题】以下程序的输出结果是 fun(int x, int y, int z) { z=x*x+y*y; } main() { int a=31; fun(5,2,a); printf(“%d”,a); }
A.
0
B.
29
C.
31
D.
无定值
【单选题】已知int i=4;i+=——i;i的值是( )。
A.
3
B.
6
C.
8
D.
以上答案都不对
相关题目: