单选题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.AHow do you do; your phone number, pleaseBHow can I help; can I have your name, pleaseCAny problem; what’s your exercise itemDAnything I can do for you; Are you a local resident

单选题
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


参考解析

解析:
receptionist在接电话时通常会说“您需要什么?”又根据后面Caller回答自己的名字可以推知前面的问题是“可以告诉我你的名字吗?”,因此本题选择B。

相关考题:

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

假设有以下代码: 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"));

Hello, Yang Lin speaking.()A. I am Carol.B. This is Carol here.C. Do you know who I am?

有以下程序 #includestdio.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 beijingB.Hello BeijingC.HELLO BEIJINGD.hELLO Beijing

Hello, ( )Franco Rossi speaking. Can I speak to Polly Williams?A. this isC. I am

Hello, ( )Franco Rossi speaking. Can I speak to Polly Williams?A. this isB. he isC. I am

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.

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;

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.

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)char s[];s="HELLO!";B)char*s;s={"HELLO!"};C)char s[10];s="HELLO!";D)char *s;s="HELLO!";

下列的哪个程序段可能导致错误? ( )A.String s="hello"; String t="good"; String k=s+t;B.String s="hello"; String t; t=s[3]+"one";C.String s="hello"; String standard=s.toUpperCase();D.String s="hello"; String t=s+"good";

下列哪个程序段可能导致错误?A.String s="hello"; String t= "good"; String k=s+ t;B.String s="hello"; String t; t=s[3]+"one";C.String s="hello"; String standard=s. toUpperCaseD.String s="hello"; String t =s+ "good"

以下选项中正确的语句组是( )。A.char s[]; s="HELLO!";B.char *s; s={"HELLO!"};C.char s[10]; s="HELLO!";D.char *s; s="HELLO!";

写出程序运行的结果Public class BasePublic virtual string Hello() {return “Base”;}Public class Sub:BasePublic override string Hello() {return “Sub”;}1. Base b = new Base(); b.Hello;2. Sub s = new Sub(); s.Hello;3. Base b = new Sub (); b.Hello;4. Sub s = new Base(); s.Hello;

有以下程序#includestdio.hvoid fun(char*c){while(*C){if(*c=‘a’&&*c=‘z’) *c=*c一(‘a’一‘A’);C++;}}main(){char s[81];gets(s);fun(s);puts(s);}当执行程序时从键盘上输入Hello Beijing回车,则程序的输出结果是A.hello beijingB.Hello BeijingC.HELLO BEIJINGD.hELLO Beijing

有以下程序#includevoid fun(char *c){ while(*c){ if(*c=a*c=z) *c=*c-(a-A);c++;}}main(){ char s[81];gets(s); fun(s); puts(s):}当执行程序时从键盘上输入Hello Beijing回车,则程序的输出结果是A.hello beijingB.Hello BeijingC.HELLO BEIJINGD.hELLO Beijing

(29)有以下程序include stdio.hvoid fun(char *c){ while(*c){ if(*c='a'stdio.hvoid fun(char *c){ while(*c){ if(*c='a'*c='z') *c=*c-('a'-'A');c++;}}main(){ char s[81];gets(s); fun(s); puts(s):}当执行程序时从键盘上输入Hello Beijing回车,则程序的输出结果是A)hello beijingB)Hello BeijingC)HELLO BEIJINGD)hELLO Beijing

下列选项中,()是正确的表达式。 A、% String s = “hello world ” ;%  B、% = “hello world ” ;% C、% = “hello world ” %  D、% ! “hello world ” %

设String对象s="H",运行语句System.out.println(s.concat("ello!"));后String对象s的内容为"Hello!",所以语句输出为"Hello!"。

("%s"%"hello")的返回值是()A、helloB、%sC、%s%D、hello%

String s= "hello";     String t = "hello";  char c[] = {’h’,’e’,’l’,’l’,’o’} ;     Which return true?()   A、 s.equals(t);B、 t.equals(c);C、 s==t;D、 t.equals(new String("hello"));E、 t==c;

public class X {   public static void main (Stringargs) {   string s = new string (“Hello”);   modify(s);   System.out.printIn(s);   }   public static void modify (String s) {   s += “world!”;   }   }   What is the result?() A、The program runs and prints “Hello”B、An error causes compilation to fail.C、The program runs and prints “Hello world!”D、The program runs but aborts with an exception.

单选题John: Hello! This is John speaking.  Susan: Good evening, John. This is Susan.  John: How nice to hear you! Are you ready yet, Susan?  Susan: Yes, I am. By the way, ______   John: Just now the weather report said it’s going to rain.Acan you tell me the weather tomorrow?Bwhat should the weather be like tomorrow?Cdo you know what the weather will be like tomorrow?Dhow’s the weather like tomorrow?

单选题public class X {   public static void main (String[]args)   {   string s = new string (“Hello”);   modify(s);   System.out.printIn(s);   }   public static void modify (String s)  {   s += “world!”;      }   }      What is the result?()A The program runs and prints “Hello”B An error causes compilation to fail.C The program runs and prints “Hello world!”D The program runs but aborts with an exception.

单选题What is the name of the place where the doctor’s NHS practice is done?AIn Ealing.BIn the downtown of London.CIn one of London’s suburbs.DIn Heston near the Gym.

单选题下列选项中,()是正确的表达式。A% String s = “hello world ” ;%  B% = “hello world ” ;% C% = “hello world ” %  D% ! “hello world ” %