What is Not likely to happen in a low-context culture?
A: People place a value on preserving the harmony of a situation and therefore hesitate to say "no" explicitly
B: Everything must be written down and clarified
C: Tolerance of negativity is higher
D: People would prefer to say "no" rather than run the risk of being misunderstood
A: People place a value on preserving the harmony of a situation and therefore hesitate to say "no" explicitly
B: Everything must be written down and clarified
C: Tolerance of negativity is higher
D: People would prefer to say "no" rather than run the risk of being misunderstood
举一反三
- What is Not likely to happen in a low-context culture? A: People place a value on preserving the harmony of a situation and therefore hesitate to say "no" explicitly B: Everything must be written down and clarified C: Tolerance of negativity is higher D: People would prefer to say "no" rather than run the risk of being misunderstood
- 以下哪句不能编译? A: if ( a==b ) else printf("no"); B: if ( a==b ); else printf("no"); C: if ( a==b ) {} else printf("no"); D: if ( a==b ) printf("no");
- 以下字符串函数的实例中,错误的是_________。 A: InStr("NOPAINSNOGAINS","AIN")=2 B: Microsoft.VisualBasic.Left("NOPAINSNOGAINS",2)="NO" C: Len("我爱TongJi")=8 D: Mid("NOPAINSNOGAINS",8,2)="NO"
- Different cultures give different styles of response to compliment(赞美), for example, Chinese people are likely to say "Thanks a lot" . A: 正确 B: 错误
- 下列JavaScript语句中,能实现单击一个按钮时弹出一个消息框的是( )。 A: <button value="鼠标响应" onClick=alert("确定")></button> B: <input type="button" value="鼠标响应" onChange=alert("确定")> C: <input type="button" value="鼠标响应" onClick=alert("确定")> D: <button value="鼠标响应" onChange=alert("确定")></button>