Dr. Sosa’s delightful sense of humor and friendly smile puts

题目
单选题
Dr. Sosa’s delightful sense of humor and friendly smile puts her patients at ease.
A

puts her patients

B

having put her patients

C

her patients have been put

D

put her patients

E

putting her patients

参考答案和解析
正确答案: B
解析:
本句是主语动词不一致上的错误。使这位病人感到舒适的是她的微笑和她的幽默感。因此主语是复数,意味着动词也是puts应改为put复数形式。
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

下列语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。

A.if(*s1==*s2) puts("they are Equal");

B.if(!strcmp(s1,s2)) puts("they are Equal");

C.if(s1==s2) Puts("they are Equal");

D.if(strcmp(s1,s2) ) puts("they are Equal");


正确答案:B
解析:字符串比较不能用两个等于号(==)来进行比较, 应使用函数strcmp(s1,s2)来比较。 函数 strcmp(s1,s2)的功能是:当字符串s1和s2相等时,返回值为0。因此,当表达式!strcmp(s1,s2)=1时,条件成立,执行后面的语句,输出they are Equal。

第2题:

people appreciate _____________ with him because he has a good sense of humor.

A. working

B. have working

C. to have worked

D. to work


参考答案:A

第3题:

A smile expresses two meanings. It says I’m approachable or friendly; and it also says I’m honest and open.()


参考答案:错
解析:A smiling face has nothing to do with honesty and openness.

第4题:

People with a sense of humor share several attributes, what is that they think about everything in a hopeful way.()


正确答案:错

第5题:

Smile a lot and be()friendly as possible to everyone you meet.

A. very

B. so

C. as


参考答案:C

第6题:

I'd rather marry a man who had a(n) ________ of humor than one who was stunningly attractive.

A capability

B insight

C knowledge

D sense


参考答案D

第7题:

John has a good sense of humor,he often tells stories ____.

A.what people laugh at

B.that people laugh at

C.which people laugh

D. at what people laugh at


答案:B

第8题:

When the author says "You will miss smile" in paragraph two, he means______.

A. you will feel that Americans do not seem very friendly

B. you will be puzzled why Americans do not smile at you

C. you will fail to notice that Americans are pleasant and happy

D. you will find that Americans don't have much sense of humor


正确答案:A

42.答案为A  从第二段第一句...this may seem unfriendly to you可知人们的忙碌使他们看起来不那么友好,人们没时间跟陌生人微笑,攀谈。

第9题:

若有定义语句:“char*s1=”0K”,*s2=”ok”;”,以下选项中,能够输出“OK”的语句是( )。

A.if(strcmp(sl,s2)= =0)puts(s1);

B.if(strcmp(sl,s2)!=0)puts(s2);

C.if(strcmp(sl,s2)= =l)puts(s1);

D.if(stremp(sl,s2)!=0)puts(s1);


正确答案:D
此题考查strcmp函数,此函数是模糊比较两个字符串的大小,因为Strcmp(sl,s2)!=0,所以需要输出“0K”用puts函数,所以答案为D。

第10题:

下述语句中,在字符串s1和s2相等时显示"they are Equal"的是( )。

A.if(*s1=*s2) puts("they are Equal");

B.if(!strcmp(s1,s2)) puts("they are Equal");

C.if(s1==s2) puts("they are Equal");

D.if(strcmp(s1,s2)) puts("they are Equal");


正确答案:B

更多相关问题