【单选题】【消耗次数:1】
A: Hello, this is Bill. Id like to speak with Mr Wang, please. B: [填空]
Who is speaking over there?
Sorry, he is not available at the moment.
Can you tell me who you are?
Theres no one here by that name.
参考答案:
复制
纠错
相关题目
【判断题】 A: This is Frank speaking. I would like to speak with Mr. Wang, please. B: I’m afraid you’ve dialed the wrong number.
①  正确
②  错误
【判断题】 A: Hello, could I speak to Jack, please? B: Who are you?
①  正确
②  错误
【判断题】 A: This is Frank speaking. I would like to speak with Mr. Wang, please. B: Im afraid youve dialed the wrong number.
①  正确
②  错误
【单选题】 A: Bring me the bill, please. B: [填空].
①  You are welcome
②  Ill hurry up
③  Please wait for a moment, sir
④  Be quick
【单选题】 A: [填空], may I help you? B: Id like to book a single room, please.
①  Holiday Hotel
②  Speaking
③  Hey
④  Im Franco Rossi
【单选题】 A: Here you are, 100 yuan. B: Thanks.[填空]. Next one, please.
①  Thats all
②  Wait a minute
③  Its a good deal
④  Heres your change
【单选题】 Hello, I’d like to speak to Mark, please.
①  Yes, I’m Mark
②  This is Mark speaking
③  It’s me here
④  This is me
【单选题】 A: Hello, [填空] Can I help you? B: Yes, this is Lin Xiaoyan. Could I speak to Mark Strong, please?
①  Who are you?
②  Whos speaking?
③  Im the secretary.
④  ABHK Bank.
【判断题】 A: Hello, is that Anna? B: Sorry, Theres no one named Anna here.
①  正确
②  错误
【判断题】 A: Can I speak to Mr. Johnson, please? B: Hold on, please.
①  正确
②  错误
随机题目
【单选题】 下面的哪一个关键字通常用来对对象加锁,从而使得对对象的访问是排他的( )。
①  serialize
②  transient
③  synchronized
④  Static
【单选题】 以下对TCP和UDP描述正确的是( )
①  TCP不能提供数据的可靠性
②  UDP能够保证数据库的可靠性
③  TCP数据传输效率高于UDP
④  UDP数据传输效率高于TCP
【单选题】 Java语言具有许多优点和特点,哪个反映了Java程序并行机制的特点?( )
①  安全性
②  多线性
③  跨平台
④  可移植
【单选题】 Frame对象默认的布局管理器是( )
①  FlowLayout
②  BorderLayout
③  CardLayout
④  null
【单选题】 若要删除一个文件,应该使用下列哪个类的实例( )。
①  RandomAccessFile
②  File
③  FileOutputStream
④  FileReader
【单选题】 在try-catch-finally语句块中,以下可以单独与finally一起使用的是( )
①  catch
②  try
③  throws
④  throw
【单选题】 以下哪个方法用于定义线程的执行体? ( )
①  start()
②  init()
③  run()
④  synchronized()
【单选题】 关于异常(Exception),下列描述不正确的是( )
①  异常的基类为Exception,所有异常都必须直接或者间接继承它
②  异常可以用try{ . . .}catch(Exception e){ . . .}来捕获并进行处理
③  如果某异常继承RuntimeException,则该异常可以不被声明
④  异常可以随便处理,而不是抛给外层的程序进行处理
【单选题】 以下对异常的描述不正确的有( )
①  异常分为Error和Exception
②  Throwable是所有异常类的父类
③  Exception是所有异常类父类
④  Exception包括RuntimeException和RuntimeException之外的异常
【判断题】 6.当线程类所定义的run( )方法执行完毕,线程的运行就会终止。( )
①  正确
②  错误