皮皮学,免费搜题
登录
搜题
【单选题】
根据组织的内在结构分类,可将组织分为正式组织和非正式组织,下列有关正式组织特征说法错误的是()。
A.
保持相对的稳定性,存在稳定的秩序,人员流动性大,权责结构清晰
B.
专业化分工,分成若干岗位及与之相应的职责
C.
对不同观念层次的协调
D.
拥有法定的领导权威
E.
建立了相对稳定的规章制度体系
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】下面程序段的执行结果是( ) int x; for (x=9; x>0; x--) if (x%3==0) printf("%d ",--x);
A.
7 4 1
B.
8 5 2
C.
9 6 3
D.
8 7 5 4 2 1
【简答题】下面程序的执行结果是 __________________ 。 s = 0 for i in range(1,101): s += i else: print(1) 2.编写程序,实现分段函数计算,如下表所示。 x y x<0 0 0<=x<5 x 5<=x<10 3x-5 10<=x<20 0.5x-2 20<=x 0
【单选题】138 Project managers that are available to answer questions, provide guidance when need, and generally do not interfere with day-to-day activities have a(n) ______ managerial style.
A.
Autocratic
B.
Conciliatory
C.
Ethical
D.
Facilitative
E.
Judicial
【简答题】下面程序的执行结果为( )。 # include int main() { int x=0,y=0,z=0; for(x=1;;x++) { y=y+x; z=z+y; if(x>3)break; } printf("%d%d\n",z,x); return 0; }
【单选题】Researchers interpret and report findings to their managers. What might be a typical problem the researcher might encounter when discussing the findings?
A.
Managers may accept results that support their preconceived notions.
B.
Managers may interpret the findings differently.
C.
Managers may be biased.
D.
Managers may not believe the findings.
E.
All of the above.
【单选题】MBO starts when top managers:
A.
determine subordinates' goals.
B.
review subordinates' progress toward meeting goals.
C.
resort to direct supervision.
D.
establish organizational objectives.
【单选题】37) In most firms, line managers work in conjunction with HR managers when ________.
A.
visiting college campuses to recruit
B.
interviewing job applicants
C.
filing benefits information
D.
testing employees for drugs
【单选题】下列程序的执行结果为 #include<iostream.h> void main() { int a=3,b=0; int * p=&a; b=+a++; cout<< * p<<”,” <<b<<endl; } A)3,4 B)4,3 C)3,4 D)4,4 (15)下面程序的运行结果为 #include<iostream.h> void main() { for(int a=0,x=0;! ...
A.
10
B.
11
C.
12
D.
0
【单选题】下面程序执行后的结果为( )。 include“stdio.h” testl() { int x=0; x++; return x; } test2() { static int x=0; x++; return x; } void main() { int i,m,n; for(i=0;i<3;i++) { m=testl(); n=test2(); } printf(“%d,%d\n”,m,n...
A.
1,1
B.
1,3
C.
3,1
D.
3,3
【单选题】What plays an important part when managers want to obtain more knowledge?
A.
The course they are attending.
B.
Their purpose.
C.
Their position in the company.
D.
The industry they are in.
相关题目: