一How about going to an estate agent?一Yes, that's a good idea.A. RightB. Wrong

一How about going to an estate agent?

一Yes, that's a good idea.

A. Right

B. Wrong


相关考题:

–Jack, let me introduce you to my former roommate, Denise Black.–(). A、No, I don’t.B、Yes, please.C、Nice to meet you.D、Good!

Let’ s() out for a walk, shall we? A. to goB. goC. wentD. going

--Patience is a good quality.--Yes, that is _____ it takes to do anything well.A.whatB.whichC.thatD.how

A:Good morning!_____56_____?B:Yes,may I see your production manager,Mr.Smith,please?A:I am sorry.Mr.Smith is_____57_____.B:Well,I′d like to_____58_____.A:Let me check Mr.Smith′s diary.Just a moment.Yes,Mr.Smith doesn′t seem to be busy on?Tuesday morning and Friday afternoon.B:Could I make an appointment for Tuesday morning?A:_____59_____?B:Yes,that′11 be fine.A:I′ll make note of that.May I have your name,please?B:Yes,____60______.You can contact me any day.A:OK.B:Thank you very much!Good-bye!第(58)题选A:Good-bye!A.Yes,he doesB.Would 9:30 be convenientC.Can I help youD.this is my name cardE.out on business todayF.It won′t be longG.make an appointment to see him sometime next weekH.How long will it be

A:Good morning!_____56_____?B:Yes,may I see your production manager,Mr.Smith,please?A:I am sorry.Mr.Smith is_____57_____.B:Well,I′d like to_____58_____.A:Let me check Mr.Smith′s diary.Just a moment.Yes,Mr.Smith doesn′t seem to be busy on?Tuesday morning and Friday afternoon.B:Could I make an appointment for Tuesday morning?A:_____59_____?B:Yes,that′11 be fine.A:I′ll make note of that.May I have your name,please?B:Yes,____60______.You can contact me any day.A:OK.B:Thank you very much!Good-bye!第(57)题选A:Good-bye!A.Yes,he doesB.Would 9:30 be convenientC.Can I help youD.this is my name cardE.out on business todayF.It won′t be longG.make an appointment to see him sometime next weekH.How long will it be

A:Good morning!_____56_____?B:Yes,may I see your production manager,Mr.Smith,please?A:I am sorry.Mr.Smith is_____57_____.B:Well,I′d like to_____58_____.A:Let me check Mr.Smith′s diary.Just a moment.Yes,Mr.Smith doesn′t seem to be busy on?Tuesday morning and Friday afternoon.B:Could I make an appointment for Tuesday morning?A:_____59_____?B:Yes,that′11 be fine.A:I′ll make note of that.May I have your name,please?B:Yes,____60______.You can contact me any day.A:OK.B:Thank you very much!Good-bye!第(60)题选A:Good-bye!A.Yes,he doesB.Would 9:30 be convenientC.Can I help youD.this is my name cardE.out on business todayF.It won′t be longG.make an appointment to see him sometime next weekH.How long will it be

设指针变量p指向双向链表中节点A,指针变量s指向被插入的节点X,则在节点A的后面插入节点X的操作序列为()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.s->left=p;s->right=p->right;p->right->left=s;p->right=s;

2、在循环双链表的p所指结点之后插入s所指结点的操作是()A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.p->right=s;p->right->left=s;s->left=p;s->right=p->right;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.s->left=p;s->right=p->right; p->right->left=s;p->right=s;

设指针变量p指向双向链表中结点A,指针变量s指向被插入的结点X,则在结点A的后面插入结点X的操作序列为()A.p->right=s; s->left=p; p->right->left=s; s->right=p->right;B.s->left=p;s->right=p->right;p->right=s; p->right->left=s;C.p->right=s; p->right->left=s; s->left=p; s->right=p->right;D.s->left=p;s->right=p->right;p->right->left=s; p->right=s;

在循环双链表的p所指节点之后插入s所指节点的操作是A.p->right=s;s->left=p;p->right->left=s;s->right=p->right;B.s->left=p;s->right=p->right;p->right->left=s;p->right=s;C.s->left=p;s->right=p->right;p->right=s;p->right->left=s;D.p->right=s;p->right->left=s;s->left=p;s->right=p->right;