【判断题】【消耗次数:1】
A: Would you go and see the film? B: Yes, I would.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 Ihaven got___to do this evening. Would you like to go to see a film?
①  something
②  anything
③  nothing
【判断题】 A: Would you mind if I turned the radio up? B: No, go ahead.
①  正确
②  错误
【单选题】 A: Would you like to go to the cinema? B: If I can finish my homework. A: [填空]
①  Why bother?
②  Oh, come on!
③  Then what?
④  Thanks a lot.
【单选题】 A: Would you like some wine? B: Yes, just [填空].
①  little
②  very little
③  a little
④  little bit
【单选题】 A: Would you like to go to the cinema this evening?B: Ok , but I dont want to watch ___ sad.
①  something
②  anything
③  nothing
【单选题】 A: Would you mind if I turned the radio off? B: [填空].
①  Yes, please
②  No, go right ahead
③  Yes, thats all right
④  No, thank you
【单选题】 A: Would you mind if I play the violin here? B: [填空].
①  Of course not.
②  Yes, I dont mind
③  Yes, you may do that
④  OK. Everyone does
【判断题】 A: Need you go yet? B: Yes, I need.
①  正确
②  错误
【单选题】 Would you like to go fishing with us now?
①  No, I don’t like
②  It sounds interesting but I have lots of homework to do
③  I won’t tell you
④  Oh, it is well
【单选题】 Supposing the weather ___ bad, where would you go?
①  is
②  will be
③  were
④  be
随机题目
【判断题】 Java的源代码中定义几个类,编译结果就生成几个以.class为后缀的字节码文件。
①  正确
②  错误
【判断题】 Java语言的源程序不是编译型的,而是编译解释型的。
①  正确
②  错误
【判断题】 printf()和 format()方法使用指定格式字符串和参数,将格式化字符串写入到PrintStream类型的输出流(System.out对象)中。
①  正确
②  错误
【判断题】 Java Application程序中,必有一个主方法main(),该方法有没有参数都可以。
①  正确
②  错误
【判断题】 在运行字节码文件时,使用java命令,一定要给出字节码文件的扩展名.class。
①  正确
②  错误
【判断题】 Java语言具有较好的安全性和可移植性及与平台无关等特性。
①  正确
②  错误
【判断题】 Java程序中不区分大小写字母。
①  正确
②  错误
【单选题】 下面哪个是applet传递参数的正确方式?( )
① 
② 
③ 
④ 
【单选题】 编译下面源程序会得到哪些文件( )? class A1{ } class A2{ } public class B{ public static void main(String[] args) { } }
①  只有B.class 文件
②  只有 A1.class 和 A2.class 文件
③  编译不成功
④  A1.class、A2.class 和B.class 文件
【判断题】 当函数在某一段闭区间上定积分存在,则称函数在该区间上可积分。
①  正确
②  错误