In the last sentence of the second paragraph, the pronoun 'it 'refers to '_____.

题目
In the last sentence of the second paragraph, the pronoun 'it 'refers to '_____.

A.fitting our actions to those of other people appropriately

B.identification of other people's statuses

C.selecting one's own statuses

D.selecting one's own statuses

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which of the following is most suitable for the cultivation of linguistic competence?

A.Sentence-making.
B.Cue-card dialogue.
C.Simulated dialogue.
D.Learning syntax.

答案:A
解析:
考查培养语言能力的手段。在四个选项中,“造句”是最适合培养语言能力的手段。

第2题:

7、已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

A.s->next=s,last=s,last->next=NULL;

B.last->next=s,s->next=NULL,last=s;

C.s->next=NULL, last->next=s, s=last;

D.s->next=last, last->next=NULL,last=s;


s->next=NULL, last->next=s, s=last;

第3题:

[A] relates [B] refers [C] responds [D] resorts


正确答案:C

 本题考查动词词义的辨析。空格处填入的动词应与to搭配,并符合文意。由前文的They don’t listen to each other(他们对对方的话充耳不闻)可知,[C]项responds“作答,作出反应,响应”符合文意,如The government responded to pressure and dropped the proposal(政府感受到压力之后撤销了那项提议),原文意为:每个人对对方传达的确切信息都毫无反应。Relate to“和……有关;欣赏,领略”,I can’t relate to that kind of music(我不能欣赏那种音乐);refer to“提到,指称;参考”,He often referred to notes while speaking(他演讲时常看讲稿);resort to“常去;求助,诉诸”,如If persuasion won’t work, we may have to resort to force(如果说服工作不见效,我们可能只得诉诸武力)。

第4题:

2、已知last指向单向简单链表的尾结点,将s所指结点插入在表尾,正确的操作是____。

A.s->next=s,last=s,last->next=NULL;

B.last->next=s,s->next=NULL,last=s;

C.s->next=NULL, last->next=s, s=last;

D.s->next=last, last->next=NULL,last=s;


B

第5题:

已知last指向单向简单链表的尾结点,将s所指结点插入在表尾,正确的操作是____。

A.s->next=s,last=s,last->next=NULL;

B.last->next=s,s->next=NULL,last=s;

C.s->next=NULL, last->next=s, s=last;

D.s->next=last, last->next=NULL,last=s;


B

第6题:

已知last指向单向简单链表的尾结点,将s所指结点加在表尾,不正确的操作是____。

A.last->next=s,last=s,last->next=NULL;

B.last->next=s,s->next=NULL,last=s;

C.s->next=NULL, last->next=s, s=last;

D.s->next=NULL, last->next=s,last=s;


s->next=NULL, last->next=s, s=last;

第7题:

数组q[M]存储一个循环队,first和last分别是首尾指针,如果使元素x进队操作的语句为“q[last]=x,last=(last+1)%m;”那么判断队满的条件是_____。

A.last= =first

B.last= =M-1

C.(last+1)%m= =first

D.last+1= =first


(last- first+M)%M

第8题:

When we talk about “parts of speech”, we know that a describing word we use to describe a noun is a/an ______; a word that can be used instead of a noun is a/an _______; a word used in front of a countable or uncountable noun is a/an ___________.

A、pronoun, article, adjective

B、article, adjective, pronoun

C、adjective, article, pronoun

D、adjective, pronoun, article


参考答案:D

第9题:

已知last指向单向简单链表的尾结点,将s所指结点加在表尾,正确的操作是____。

A.s->next=s,last=s,last->next=NULL;

B.last->next=s,s->next=NULL,last=s;

C.s->next=NULL, last->next=s, s=last;

D.s->next=last, last->next=NULL,last=s;


B

第10题:

已知last指向单向简单链表的尾结点,将s所指结点加在表尾,不正确的操作是____。

A.s->next=NULL, last->next=s,last=s;

B.s->next=NULL, last->next=s, s=last;

C.last->next=s,s->next=NULL,last=s;

D.last->next=s,last=s,last->next=NULL;


B