–– Frank: We haven't got together for a long time. How about lunch next week?
–– Nick: I' m pretty tied up all next week. How about we plan on two weeks from today?____.
–– Frank: OK Wednesday in two weeks.
A: I can reach it on that Wednesday
B: I can get it on that Wednesday
C: I can assure it on that Wednesday
D: I can make it on that Wednesday
第1题:
某双向链表中的结点如下图所示,删除t所指结点的操作为(54)。
A.t->prior->next=t->next;t->next->prior=t->prior;
B.t->prior->prior=t->prior;t->next->next=t->next;
C.t->prior->next=t->prior;t->next->prior=t->next;
D.t->prior->prior=t->next;t->next->prior=t->prior;
第2题:
A、didn’t clean
B、hadn’t cleaned
C、don’t clean
D、haven’t cleaned
第3题:
(A) hadn’t seen
(B) didn’t see
(C) don’t see
(D) haven’t seen
正确答案:D
解答参考:有since引起的状语时,谓语动词通常要用完成时态。本句中我们没有再见面‖是到现在为止所发生的情况,故用现在完成时。【译文】自从大学毕业以后,我们没有再见过面。
第4题:
计划的主要内容包括______,计划必须清楚地确定和描述这些内容。
A.What, Why, Who, Where, When, How many, How much
B.What, Why, We, Where, When, How to, How much
C.What, Why, We, Where, When, How, How much
D.What, Why, Who, Where, When, How, How much
第5题:
第6题:
A、What are you doing
B、How are you
C、How's it going
第7题:
A、Just so-so.
B、Me, too.
C、You are welcome.
D、Oh, my God
第8题:
计划的主要内容包括(),计划必须清楚地确定和描述这些内容。
A.What,Why,Who,Where,When,Howmany,Howmuch
B.What,Why,We,Where,When,Howto,Howmuch
C.What,Why,We,Where,When,How,Howmuch
D.What,Why,Who,Where,When,How,Howmuch
第9题:
计划的主要内容包括______计划必须清楚的确定和描述这些内容。
A.What,Why,Who,Where,When,How many,How much
B.What,Why,We,Where,When,How to,How much
C.What,Why,We,Where,When,How,How much
D.What,Why,Who,Where,When,How,How much
第10题:
在一个单链表中,已知p 所指结点是q 所指结点的前驱结点,若在p 和q 之间插入t 结点,则执行()。
A.p->next=t; t->next=p->next;
B.t->next=p->next; p->next=t;
C.p->next=t->next; t->next=q;
D.t->next=q; p->next=t->next;