Cross-cultural understanding (2)

1 The following text is about cultural diversity. Read it through once and decide which of the three statements (A, B or C) given below the extract offers the most accurate summary.

The impact of culture on business

Take a look at the new breed of international managers, educated according to the most modern management philosophies. They all know that in the SBU, TQM should reign, with products delivered JIT, where CFTs distribute products while subject
to MBO.

(SBU = strategic business unit, TQM = total quality management, JIT = just-in-time, CFT = customer first team, MBO = management by objectives.)

But just how universal are these management solutions? Are these 'truths' about what effective management really is: truths that can be applied anywhere, under any circumstances?

Even with experienced international companies, many well-intended 'universal' applications of management theory have turned
out badly. For example, pay-for-performance has in many instances been a failure on the African continent because there are particular, though unspoken, rules about the sequence and timing of reward and promotions. Similarly, management by objectives schemes have generally failed within subsidiaries of multinationals in southern Europe, because managers have not wanted to conform
to the abstract nature of preconceived policy guidelines.

Even the notion of human-resource management is difficult to translate to other cultures, coming as it does from a typically Anglo-Saxon doctrine. It borrows from economics the idea that human beings are 'resources' like physical and monetary resources. It tends to assume almost unlimited capacities for individual development. In countries without these beliefs, this concept is hard to grasp and unpopular once it is understood. International managers have it tough. They must operate on a number of different premises at
any
one
time. These premises arise
from their culture of origin, the culture in which they are working, and the culture of the organization which employs them.

In every culture in the world such phenomena as authority, bureaucracy, creativity, good fellowship, verification and accountability are experienced in different ways. That we use the same words to describe them tends to make us unaware that our cultural biases and our accustomed conduct may not be appropriate, or shared.

 

From Riding the Waves of Culture: Understanding Cultural Diversity in Business by Fons Trompenaars, Nicholas Brealey Publishing Ltd., London, 1993

 

Vocabulary

Breed: Noun属;种类;类型;血统

Philosophies:哲学;哲理

Reign: Verb 统治,支配

Subject
to: 使遭受;使服从

Universal:普遍的

Turned
out:结果是

Pay-for-performance:根据业绩

Subsidiaries:子公司

Multinationals:多国的

Conform to:附和;遵照

Abstract:抽象

Preconceived:理解的;预想的;预期的

Notion:概念;见解

Doctrine:主义;学说;教条

At
any
one
time:=any time 任何时候

Arise
from:起因于;由…引起

Phenomena:现象

Bureaucracy:官僚主义

Fellowship:友谊;奖学金

Verification:确认;查证

Accountability:责任性

Be accustomed to:习惯的;通常的

 

A There are certain popular universal truths about management which can successfully be applied in various cultural contexts.

B Cultures are so varied and so different throughout the world that management has to take account of differences rather than simply assume similarities.

C Effective management of human resources is the key to everyone achieving their full potential.

2 Read the text again. Identify the following:

  1. the problem with 'universal' management solutions
  2. an example of the failure of pay-for-performance
  3. an example of the failure of management by objectives schemes
  4. the problem with human-resource management
  5. three cultures affecting international managers
  6. six areas in which different cultural interpretations apply.

 

 

 

English Training Material - 03的更多相关文章

  1. English Training Material - 04

    Inviting What kinds of social activities in your city could be appropriate ways of entertaining visi ...

  2. English Training Material - 05

    Could I leave a message? Language Checklist Telephoning (1) Introducing yourself Good morning, Arist ...

  3. English Training Material - 01

    Building a relationship Cross-cultural understanding Eye contact In many Western societies, includin ...

  4. English Training Material - 02

    OUTSIDE CORRESPONDENCE AND CONTACT   Jared: I'm glad you could come – and you're in for a treat. Thi ...

  5. 创建Material Design风格的Android应用--使用Drawable

    下面Drawables的功能帮助你在应用中实现Material Design: 图片资源着色 在android 5.0(api 21)和更高版本号,能够着色bitmap和.9 png 通过定义透明度遮 ...

  6. Material Design Animation

    Material Design Animation Authentic motion 真实的运动 运动以一种优美流动的形式描述了空间关系,功能和目的. Mass and weight: 质量和重量 在 ...

  7. Android Material Design 学习笔记 - Matrial Theme

    google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感觉”(附上官方 ...

  8. Andorid视觉新冲击-Material design语言

    [写在前面] google在2014年 I/O大会上推出了一种新的设计设计语言—Material design,这种设计语言语言旨在为手机.平板电脑.台式机和“其他平台”提供更一致.更广泛的“外观和感 ...

  9. 【Android】进入Material Design时代

    由于本文引用了大量官方文档.图片资源,以及开源社区的Lib和相关图片资源,因此在转载的时候,务必注明来源,如果使用资源请注明资源的出处,尊重版权,尊重别人的劳动成果,谢谢! Material Desi ...

随机推荐

  1. c# double保留2位小数

    / (endIndex - startIndex); interval = Math.Round(interval , );

  2. js转html实体

    方法一: 用的浏览器内部转换器实现转换,方法是动态创建一个容器标签元素,如DIV,将要转换的字符串设置为这个元素的innerText,然后返回这个元素的innerHTML,即得到经过HTML编码转换的 ...

  3. table相关的API

    void lua_getglobal (lua_State *L, const char *name);获取lua全局变量,将lua的全局变量global name压栈.堆栈+1 void lua_s ...

  4. T4语法快速入门

    1.什么是T4? T4,即4个T开头的英文字母组合:Text Template Transformation Toolkit.T4(Text Template Transformation Toolk ...

  5. Websocket协议的学习、调研和实现

    本文章同时发在 cpper.info. 1. websocket是什么 Websocket是html5提出的一个协议规范,参考rfc6455. websocket约定了一个通信的规范,通过一个握手的机 ...

  6. Java魔法堂:深入正则表达式API

    目录 一.前言 二.正则表达式的使用诉求 三.java.util.regex包 四.java.lang.String实例 五.最短路径实现诉求 六.Java支持的正则表达式功能语法 七.总结 八.参考 ...

  7. IOS开发UI基础文本属性Attributes

    文本属性Attributes 1.NSKernAttributeName: @10 调整字句 kerning 字句调整 2.NSFontAttributeName : [UIFont systemFo ...

  8. SQL Server获取下一个编码字符实现

    周末看到SQL Server 大V潇湘隐者的获取下一个编码字符串问题,本来作为以上博文的回复,也许回复内容长度超过其允许限制,无法提交.鉴于此,特记录SQL Server实现过程,方便自己回顾和查阅. ...

  9. 暴力 + 贪心 --- Codeforces 558C : Amr and Chemistry

    C. Amr and Chemistry Problem's Link: http://codeforces.com/problemset/problem/558/C Mean: 给出n个数,让你通过 ...

  10. C#中override和new修饰符的区别

    (new)“隐藏”,(override)“覆盖”(重写).不过要弄清楚这两个有什么区别确实也很难,因为子类在使用父类方法时根本看不出区别,子类不管父类是new了还是override了,用的都是父类方法 ...