更多“Register is a term widely used in sociolinguistics to refer to varieties according to ”相关问题
  • 第1题:

    Because objects( ) data and implementation, the user of an object can view the object as a black box that provides services.

    A.encapsulate
    B.inherit
    C.connect
    D.refer

    答案:A
    解析:

  • 第2题:

    The shutters stood( ),and through one of the newly-washed windows I caught the light of a fire.

    A.wide
    B.straight
    C.upright
    D.widely

    答案:A
    解析:
    考查副词辨析。百叶窗全开着,透过刚擦完的玻璃,我看到了一束火光。

  • 第3题:

    执行下列语句之后,正确的是() float m=100, n=200; float &refer_m=m, &refer_n=n;

    A.&refer_m=n;

    B.*refer_m=*refer_n;

    C.refer_m=refer_n;

    D.&refer_m=&refer_n;


    refer_m=refer_n;

  • 第4题:

    Which of the following refers to the study of meaning in abstraction

    A.Phonetics
    B.Pragmatics
    C.Semantics
    D.Sociolinguistics

    答案:C
    解析:
    考查语言学知识。Phonetics“语音学”,主要关注语音的产生、传播和接受的过程;Pragmatics“语用学”,研究话语在使用中的语境意义:Semantics“语义学”,研究自然语言的意义;Sociolinguistics“社会语言学”,研究社会的各层面对语言运用的影响。故选C。

  • 第5题:

    sociolinguistics
    Sociolinguistics is the study of language in relation to social factors, that is, social class, educational level and type of education, age, sex, ethic origin, etc.

  • 第6题:

    3、执行下列语句之后,正确的是() float m=100, n=200; float &refer_m=m, &refer_n=n;

    A.&refer_m=n;

    B.*refer_m=*refer_n;

    C.refer_m=refer_n;

    D.&refer_m=&refer_n;


    B 解析:考查二维数组的定义和初始化。在选项B)中,因为数组第一维的数目不明确,所以理解会有歧义,可以理解为1行3列,或者2行3列等。