What does the underlined word “distractions” probably refer to?A. Ways that help one to focus.B. Words that help one to feel less tense.C. Activities that turn one’s attention away.D. Habits that make it hard for one to relax.

题目

What does the underlined word “distractions” probably refer to?

A. Ways that help one to focus.

B. Words that help one to feel less tense.

C. Activities that turn one’s attention away.

D. Habits that make it hard for one to relax.


相似考题
更多“What does the underlined word “distractions” probably refer to?A. Ways that help one t ”相关问题
  • 第1题:

    In some countries, _____ is called "equality" does not really mean equal rights for all people.

    (A) which (C) that

    (B) what (D) one

     

     


    选B


    这句话貌似定语从句。而实际上,前面的部分就是状语,后半句与countries没有修饰关系(因为1.后半句缺主语,但空格的位置用countries不能替换,否则语义不对。2.后半句不缺宾语。)所以后半句的()is called equality作主语.是主语从句。
    在选项中,只有what引导主语从句。
    意思:在一些国家里,所谓平等,并不意味着所有公民的平等权利

  • 第2题:

    Which of the following may illustrate the difference between "competence" and__________ "performance"?

    A.What a person "knows" and what he/she "does".
    B.What a person "can do" and what he/she "does".
    C.What a person "does" and what he/she "knows".
    D.What a person "does" and what he/she "can do".

    答案:A
    解析:
    考查语言学知识。competence“语言能力”,指语言使用者对于语言规则系统的潜在意识;performance“语言运用”,指在具体场景中语言的实际运用,二者对应的分别为“knows”和“does”。故选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题:

    4.—_________ Mike________ his homework in the evening?

    —No,he doesn't.

    A. Do;does

    B. Does;do

    C. Do;do

    D. Does;does


    正确答案:B
    4.B【解析】考查实义动词的疑问式为“Does+主语+do,故选B。

  • 第5题:

    ――____.―――What's the matter7.

    A.Hello!
    B.Is that Tom speaking?
    C.Help!
    D.Excuse m

    答案:C
    解析:
    暂无解析

  • 第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列等。