为你找到 1000 条关于 商务英语词汇: 3.21 的结果
Cross-cultureUnderstandingonBusinessWeliveinaglobalvillage,buthowwelldoweknowandunderstandthecross-cultureonbusiness?MaybeweassumethatthewidespreadunderstandingofEnglishlanguagemeansacorrespondingunderstandingofEnglishcustoms.However,itmightnotbenecessarilythecase.Ifwewanttohavegoodbusiness,wemusthavethecross-cultureunderstandingonbusiness.Herearesometipsforyoutopayattentionto:1.EyeContactInmanyWesterncountries,includingtheUnitedStates,apersonwhodoesnotmaintain“goodeyecontact”isregardedasbeingslightlysuspicious.Americansunconsciouslyassociatepeoplewhoavoideyecontactasunfriendly,insecure,untrustworthy,inattentiveandimpersonal.However,incontrast,Japaneseadultslowertheireyeswhenspeakingtoasuperior,agestureofrespect.InThailandyoushouldclaspyourhandstogetherandloweryourheadandyoureyeswhenyougreetsomeone.LatinAmericanculture,aswellassomeAfricancultures,suchasNigeria,havelongerlookingtime,butprolongedeyecontactfromanindividualoflowerstatusisconsidereddisrespectful.IntheUS,itisconsideredrudetostare–regardlessofwhoislookingatwhom.Incontrast,thepoliteEnglishmanistaughttopaystrictattentiontoaspeaker,tolistencarefully,andblinkhiseyestoletspeakerknowheorshehasbeenunderstoodaswellasheard,whileinPakistanyoumustn’twinkforit’soffensive.2.TimeofArrivalImagineyouhavemadeanappointmentatthreeo’clock.Whattimeshouldyouexpectyourforeignbusinesscolleaguestoarrive?Ifthey’reGerman,they’llberightontime.Ifthey’reAmerican,they’llprobablybe15minutesearly.Ifthey’llbeBritish,they’llbe15minuteslateandyoushouldallowuptoanhourfortheItalians.3.AtMealandDrinkingTimeTheBritisharehappytohavebusinesslunchanddiscussbusinessmatterswithadrinkduringthemeal;theJapaneseprefernottoworkwhileeating.Lunchisatimetorelaxandgettoknowoneanother,andtheyrarelydrinkatlunchtime.TheGermansliketotalkbusinessbeforedinner.However,incontrast,theFrenchliketoeatfirstandtalkafterwards.Theyhavetobewellfedandwateredbeforetheydiscussanything.Andyoushouldn’tsitdowninacaféuntilyou’veshakenhandswitheveryoneyouknowinFrance.InRussiayoumustmatchyourhostsdrinkfordrink,ortheywillthinkyouareunfriendly;inAmericayoushouldeatyourhamburgerwithbothhandsandasquicklyasyoucan.Youshouldn’ttrytohaveaconversationuntilitiseaten;intheMiddleEastyoumustneverusethelefthandforeating,drinking,smokingorgreeting.Also,youshouldtakecarenottoadmireanythinginyourhost’shome.Theywillfeelthattheyhavetogiveittoyou.Thereareothersuggestionsoncross-cultureunderstandingonbusinessthatmighthelpyouwithyourbusiness.Onlyafewhavebeenmentionedhere.Beforeyougotoacountryonbusiness,youshouldhavetolearnsomethingmoreaboutherculture.WheninRome,doastheRomansdo.Choosethebestanswerforthefollowingquestions.1)WhichofthefollowingisnottrueaboutAmericanaccordingtothetext?
3.Thefieldcanbeviewedasthecombinationofanelectricfieldandamagneticfield.
对于for(表达式1;;表达式3)可理解为()
若有:inta=1,b=2,c=3,d=4,m=2,n=2;则执行(m=a>b)&&(n=c>d)后n的值是()
类Test1定义如下:1.publicclassTest1{2.publicfloataMethod(floata,floatb){}3.4.}将以下哪种方法插入行3是不合法的。()
对于下列代码:  1:classPerson{  2:publicvoidprintValue(inti,intj){//...}  3}:publicvoidprintValue(inti){//...}  4:}  5:publicclassTeacherextendsPerson{  6:publicvoidprintValue(){//...}  7:publicvoidprintValue(inti){//...}  8:publicstaticvoidmain(Stringargs[]){  9:Persont=newTeacher();  10:t.printValue(10);  11:}  第10行语句将调用哪行语句?()
某企业于年初存入银行10000元,假定年利息率为12%,每年复利两次。已知(F/P,6%,5)=1.3382,(F/P,6%,10)=1.7908,(F/P,12%,5)=1.7623,(F/P,12%,10)=3.1058,则第5年末的本利和为( )元。
第5年末的本利和=10000×(F/P,6%,10)=17908(元)。
3、计算机控制系统是利用计算机来实现生产过程或运动对象自动控制的系统。()
3、数控系统按照控制方式分类,可以分为()
执行下面程序段后,正确结果是()。intx;x=3+4%5-6;printf(“%d”,x);
在对一组记录(85,103,96,2,15,72,60,45,83)进行希尔排序时,步长d=5,3,1,第1趟排序结果为()。
在对n个元素进行希尔排序,其步长(增量)d分别为5,3,1,共需要进行(    )趟排序。
循环队列SQ采用数组空间SQ.data[6]存放其元素值,且当前rear和front的值分别为0和3,当从队列中删除一个元素,再插入两个元素后,rear和front的值分别为()。
一个栈的进栈序列为1,2,……,n,通过一个栈得到出栈序列p1,p2,……,pn(p1,p2,……,pn是1,2,……,n的一种排列)。若p1=3,则p2可能取值的个数是()。
假设以S和X分别表示进栈和退栈操作,则对输入序列1,2,3,4,5进行一系列栈操作SXSSXSSXXX之后,得到的输出序列为()。