兰州大学

Two()died of cold last winter.A、hundreds old peopleB、hundred old peopleC、hundred old peoplesD、hundred old peoples

题目
Two()died of cold last winter.

A、hundreds old people

B、hundred old people

C、hundred old peoples

D、hundred old peoples

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

第1题:

Thousands of people perished in the earthquake.

A:scattered
B:floated
C:suffered
D:died

答案:D
解析:
本题考查的是对动词的认知。这句话的意思是:成千上万的人在地震中丧生了。perish的意思是丧生。A.scattered分散;B.floated漂浮;C.suffered受苦;D.died死亡。 perish与die意思最接近,所以选D。

第2题:

已知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;

第3题:

The dog looked ( ), but its weak breath suggested that it ( ) still ( ).

A、died/ was/ living

B、died/ was/ alive

C、dead/ was/ alive

D、dead/ be/ living


参考答案:C

第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题:

__________

A.dying
B.dead
C.die
D.being died

答案:B
解析:

第7题:

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;

第8题:

He believes that Europe must change or it will perish

A: survive
B: last
C: die
D: move

答案:C
解析:
句意:他认为欧洲必须要改变,否则就会灭亡。画线单词perish意为“灭亡”。A项 survive意为“经历……还活着”;B项last意为“持续”;C项die意为“死亡”,与画线单词意义相近;D项move意为“改变,移动”。故本题选C。

第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