Receptionist: Hello, Skip’s Gym. This is Kathy speaking. ___

题目
单选题
Receptionist: Hello, Skip’s Gym. This is Kathy speaking. ______?  Caller: Hi. I’ve just seen your advert in the local paper. Could I speak to someone about becoming a member?  Receptionist: Certainly. ______?  Caller: OK. Dainty, Luke Dainty.
A

How do you do; your phone number, please

B

How can I help; can I have your name, please

C

Any problem; what’s your exercise item

D

Anything I can do for you; Are you a local resident

参考答案和解析
正确答案: B
解析:
receptionist在接电话时通常会说“您需要什么?”又根据后面Caller回答自己的名字可以推知前面的问题是“可以告诉我你的名字吗?”,因此本题选择B。
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Hello, Yang Lin speaking.()

A. I am Carol.

B. This is Carol here.

C. Do you know who I am?


参考答案:B

第2题:

Hello, ( )Franco Rossi speaking. Can I speak to Polly Williams?

A. this is

C. I am


正确答案:A

第3题:

Receptionist: Colson Company.

Jim: __________May I speak to Tom Wang, please?

A. Hi, there.

B. Hello, Miss.

C. Good afternoon.

D. This is Jim Welch


正确答案:D
打电话惯用表达,先介绍自己时使用“This is sb./Sb.speaking.”。

第4题:

publicclassX{publicstaticvoidmain(String[]args){strings=newstring(Hello”);modify(s);System.out.printIn(s);}publicstaticvoidmodify(Strings){s+=world!”;}}Whatistheresult?()

A.Theprogramrunsandprints“Hello”

B.Anerrorcausescompilationtofail.

C.Theprogramrunsandprints“Helloworld!”

D.Theprogramrunsbutabortswithanexception.


参考答案:A

第5题:

Nicholas: Hello. May I speak to Tom?

Tom: ______

A、Sorry, the number is engaged. Will you hold?

B、Hello. Who're you, please?

C、Hello. Thank you for calling.

D、Yes, speaking.


参考答案:D

第6题:

有以下程序 #include<stdio.h> void fun(char*c) {while(*c) {if(*c>=a*c<=z)*c=*c=(’a’-’A’) c++; } } main( ) {char s[81]; gets(s);fun(;)puts(s); 当执行程序时从键盘输入Hello Beijing<回车>,则程序的输出结果是( )。

A.hello beijing

B.Hello Beijing

C.HELLO BEIJING

D.hELLO Beijing


正确答案:C
此程序是进行将小写字母变成大写操作,所以答案为C。

第7题:

Hello, ( )Franco Rossi speaking. Can I speak to Polly Williams?

A. this is

B. he is

C. I am


答案:A

第8题:

假设有以下代码: String s="hello"; String t="hello"; char c[ ]={'h','e','l','l','o'}; 下列选项中,返回false的语句是______。

A.s.equals(t);

B.t.equals(c);

C.s==t;

D.t.equals(new String("hello"));


正确答案:B
解析: ==操作符所比较的是操作符两端的操作数是否是同一个对象,而String的equals( )方法所比较的是两个String对象的内容是否一样,其参数是一个String对象时才有可能返回true,其他对象都返回false。因此只有选项B符合题意。

第9题:

Strings="hello";Stringt="hello";charc[]={’h’,’e’,’l’,’l’,’o’};Whichreturntrue?()

A.s.equals(t);

B.t.equals(c);

C.s==t;

D.t.equals(newString("hello"));

E.t==c;


参考答案:A, C, D
这个在前面第10题的equals()方法和==操作符的讨论中论述过。==操作符比较的是操作符两端的操作数是否是同一个对象,而String的equals()方法比较的是两个String对象的内容是否一样,其参数是一个String对象时才有可能返回true,其它对象都返回假。需要指出的是由于s和t并非使用new创建的,他们指向内存池中的同一个字符串常量,因此其地址实际上是相同的(这个可以从反编译一个简单的测试程序的结果得到,限于篇幅不列出测试代码和反编译的分析),因此答案c也是正确的。

第10题:

publicclassX{publicstaticvoidmain(Stringargs){strings=newstring(Hello”);modify(s);System.out.printIn(s);}publicstaticvoidmodify(Strings){s+=world!”;}}Whatistheresult?()

A.Theprogramrunsandprints“Hello”

B.Anerrorcausescompilationtofail.

C.Theprogramrunsandprints“Helloworld!”

D.Theprogramrunsbutabortswithanexception.


参考答案:A

更多相关问题