_____ refers to the exchange of messages between members of the dominant culture within a country()
A. Interethnic communication
B. Interregional communication
C. International communication
D. Intercultural communication
查看答案
Which of the following statements about intercultural communication is not true()
A. It is communication between people of different cultures
B. We need understanding and acceptance in intercultural communication
C. During the process of intercultural communication, one should turn one’s back on one’s own culture
D. We should develop tolerance and acceptance in intercultural communication
_____ refers to communication between people whose cultural perceptions and symbol systems are distinct enough to alter the communication event()
A. Interethnic communication
B. Interracial communication
C. Intracultural communication
D. Intercultural communication
Definitions of communication from many Asian countries stress__, which is most notable in cultures with a Confucian tradition()
A. exchanging information
B. harmony
C. respect
D. instrumental function
若有定义:float x=1.5;
int a=1,b=3,c=2;则正确的switch语句是()若有定义:float x=1.5;
int a=1,b=3,c=2;则正确的switch语句是()
A. switch(a+b)
B. { case 1: printf(““)
C. case 2+1: printf(““)
D. }
E. B.switch((int)x)
F. { case 1: printf(“*”)
G. case 2: printf(““)
H. }
I. C.switch(x)
J. { case 1.0: printf(““)
K. case 2.0: printf(““)
L. }
M. D.switch(a+b)
N. { case 1: printf(“*”)
O. case c: printf(““)
P. }