【判断题】【消耗次数:1】
A: Could you show me your passport? B: Sure.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 A: Its a long journey. You look tired. [填空]? B: Yes. Could you take that suitcase, please? A: Sure.
①  Wheres your luggage
②  How can I help you
③  Do you mind my help
④  May I help you with anything
【单选题】 Show me your ____ hand. Can you move it like that?
①  another
②  the other
③  other
④  the others
【单选题】 Show me your ______hand. Can you move it like that?
①  another
②  the other
③  other
④  the others
【判断题】 A: Could you mail the letter for me? B: Yes, I could.
①  正确
②  错误
【多选题】 A: Hey, taxi! Could you take me to the Friendship Hotel?B: _______________ .
①  Sure
②  Certainly
③  Of course
④  Here you are
【判断题】 A: Could you pack it for me? B: Thats OK.
①  正确
②  错误
【单选题】 A: Its very kind of you to show me the way. B: [填空].
①  Youre welcome
②  It was nothing
③  Not at all
④  Never mind
【判断题】 A: Do you think I could borrow your bicycle? B: Take your time.
①  正确
②  错误
【单选题】 When checking in, you need to show your ticket and ______.
①  import
②  export
③  passport
④  transport
【单选题】 A: Could you help me put up the posters on the wall? B: [填空].
①  I will
②  No problem
③  I would like
④  Thats a good idea
随机题目
【单选题】 Java的前身是( )。(100分)
①  C
②  C++
③  Oak
④  Basic
【单选题】 Java语言具有许多优点和特点,反映Java并行机制的特点是()(100分)
①  安全性
②  多线程
③  跨平台
④  可移植
【单选题】 为台式机设计,主要用于开发桌面应用软件的Java 2的版本是:(100分)
①  J2SE
②  J2EE
③  J2ME
④  以上都不是
【单选题】 以下不属于面向对象技术范畴的概念是()(100分)
①  封装
②  结构
③  继承性
④  多态性
【单选题】 在控制台运行Java字节代码的命令是()(100分)
①  link
②  run
③  java
④  javac
【单选题】 对于可独立运行的Java应用程序,下列说法正确的是( )(100分)
①  无须main方法
②  可以有零个或多个main方法
③  必须有一个main方法
④  可以有多个重载关系的main方法
【单选题】 以下不属于Java语言基本数据类型的是()(100分)
①  long
②  boolean
③  char
④  String
【单选题】 在Java语言中,以下标识符合法的是( )(100分)
①  5w
②  A%
③  a+b
④  $a
【单选题】 在Java语言中,下列常量的表示不合法的是( )(100分)
①  23
②  5
③  ”a”
④  ’u0061’
【单选题】 可以被J2SDK中的javadoc.exe识别,并自动从程序中提出注释内容形成程序文档的注释形式是( )(100分)
①  以//开始的注释
②  以/*开始,*/结束的注释
③  以/**开始,*/结束的注释
④  以上都不是