皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
Questions 26 to 30 are based on the following passage. If sustainable competitive advantage depends on work-force skills, American firms have a problem. Human-resource management is not traditionally seen as central to the competitive survival of the firm in United States. Skill acquisition is considered an individual responsibility. Labour is simply another factor of production to be hired-rented at the lowest possible cost-much as one buys raw materials or equipment. The lack of importance attached to human-resource management can be seen in the corporate hierarchy. In an American firm the chief financial officer is almost always second in command. The post of head of human-resource management is usually a specialized job, off at the edge of the corporate hierarchy. The executive who holds it is never consulted on major strategic decisions and has no chance to move up to Chief Executive Officer (CEO). By way of contrast, in Japan the head of human-resource management is central-usually the second most important executive, after the CEO, in the firm’s hierarchy. While American firms often talk about the vast amounts spent on training their work forces, in fact they invest less in the skills of their employees than do either Japanese or German firms. The money they do invest is also more highly concentrated on professional and managerial employees. And the limited investments that are made in training workers are also much more narrowly focused on the specific skills necessary to do the next job rather than on the basic background skills that make it possible to absorb new technologies. As a result, problems emerge when new breakthrough technologies arrive. If American workers, for example, take much longer to learn how to operate new flexible manufacturing stations than workers in Germany (as they do), the effective cost of those stations is lower in Germany than it is in the United States. More time is required before equipment is up and running at capacity, and the need for extensive retraining generates costs and creates bottlenecks that limit the speed with which new equipment can be employed. The result is as lower pace of technological change. And in the end the skills of the population affect the wages of the top half. If the bottom half can’t effectively staff the processes that have to be operated, the management and professional jobs that to with these processes will disappear. 第26题:Which of the following applies to the management of human resources in American companies? A) They hire people at the lowest cost regardless of their skills. B) They see the gaining of skills as their employees’ own business. C) They attach more importance to workers than equipment. D) They only hire skilled workers because of keen competition.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【判断题】设有声明 "int p[10]={1,2},i=0;", " p[++i]=p[i]; " 与 "p[i]=p[i+1],i++;" 等价。
A.
正确
B.
错误
【单选题】设有声明"int P[10]={1,2},i=0;",以下语句中与"P[i]=P[i+1],i++;"等价的是_____。
A.
P[i]=P[i++];
B.
P[++i]=P[i];
C.
P[++i]=P[i+1];
D.
i++,P[i-1]=P[i];
【简答题】完成练习项目:1、Date对象;2、Math对象;3、Array对象;4、String对象;5、RegExp对象。截图过程主要步骤和界面,形成文档,以“学号+姓名+JavaScript对象编程”,提交。
【单选题】谈判双方在磋商阶段,由于意见产生分歧而导致的僵局叫( )
A.
执行期僵局
B.
协议期僵局
C.
合同期僵局
D.
履约期僵局
【简答题】多文档.rar 作业4 : 实验 类和对象编程综合练习.doc
【简答题】下列程序的功能是建立一个有 3 个结点的单循环链表,然后求各个结点数值域 data 中数据的和。请填空。 #include #include struct NODE {int data; struct NODE *next; }; main( ) { struct NODE *p,*q,*r ; int sum=0; p=(struct NODE *)malloc(sizeof(struct ...
【简答题】下列程序中fun()函数的功能是:构成一个如图所示的带头结点的单向链表,在结点的数据域中放入了具有两个字符的字符串。Disp()函数的功能是显示输出该单链表中所有结点中的字符串。【图片】typedef struct node /*链表结点结构*/{ char sub[3]; struct node *next;}Node;Node fun(char s) /*建立链表*/{ …… }void d...
【简答题】下列程序的功能是建立一个有 3 个结点的单循环链表,然后求各个结点数值域 data 中数据的和。请填空。 #include #include struct NODE {int data; struct NODE *next; }; main( ) { struct NODE *p,*q,*r ; int sum=0; p=(struct NODE *)malloc(sizeof(struct ...
【多选题】下列账户中,期末一般无余额的有( )。
A.
生产成本
B.
库存商品
C.
主营业务成本
D.
所得税费用
【单选题】谁不相信自己的儿子考了90.5分?( )
A.
张天妈妈
B.
孟可文妈妈
C.
李强妈妈
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题