How do you do; your phone number, please
How can I help; can I have your name, please
Any problem; what’s your exercise item
Anything I can do for you; Are you a local resident
第1题:
Hello, Yang Lin speaking.()
A. I am Carol.
B. This is Carol here.
C. Do you know who I am?
第2题:
Hello, ( )Franco Rossi speaking. Can I speak to Polly Williams?
A. this is
C. I am
第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
第4题:
A.Theprogramrunsandprints“Hello”
B.Anerrorcausescompilationtofail.
C.Theprogramrunsandprints“Helloworld!”
D.Theprogramrunsbutabortswithanexception.
第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.
第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
第7题:
Hello, ( )Franco Rossi speaking. Can I speak to Polly Williams?
A. this is
B. he is
C. I am
第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"));
第9题:
A.s.equals(t);
B.t.equals(c);
C.s==t;
D.t.equals(newString("hello"));
E.t==c;
第10题:
A.Theprogramrunsandprints“Hello”
B.Anerrorcausescompilationtofail.
C.Theprogramrunsandprints“Helloworld!”
D.Theprogramrunsbutabortswithanexception.