【多选题】【消耗次数:1】
When checking in at the airport,we should
seat select
baggage check
get boarding pass
参考答案:
复制
纠错
相关题目
【单选题】 When we arrived at the airport, we found our flight ________.
①  cancelled
②  had cancelled
③  had been cancelled
④  has been cancelled
【单选题】 When we speak to people, we should be ______.
①  as polite as possible
②  as polite as possibly
③  as politely as possible
④  as politely as possibly
【单选题】 2. When we speak to people, we should be ___.
①  as polite as possible
②  as polite as possibly
③  as politely as possible
④  as politely as possibly
【单选题】 We often get ____ when people cut in line.
①  annoying
②  annoyed
③  to annoy
④  annoy
【单选题】 We often get ____ when people cut in line.
①  annoying
②  annoyed
③  to annoy
④  annoy
【单选题】 We often get _______ when people cut in line.
①  annoying
②  annoyed
③  to annoy
④  annoy
【单选题】 As a freshman, we should get to know campus ( ) as soon as possible and make good use of them.
①  Source
②  sources
③  resource
④  resources
【单选题】 When checking in, you need to show your ticket and ______.
①  import
②  export
③  passport
④  transport
【单选题】 We feel it is high time that the Government ____ something to check the inflation.
①  did
②  do
③  should do
④  would do
【单选题】 We feel it is high time that the Government _____something to check the inflation.
①  did
②  do
③  should do
④  would do
随机题目
【判断题】 String str=abcedf; int length=str.length;
①  正确
②  错误
【判断题】 int[] intArray[60];
①  正确
②  错误
【判断题】 对象可作方法参数,对象数组不能作方法参数。
①  正确
②  错误
【判断题】 Java语言中,构造方法是不可以继承的。
①  正确
②  错误
【单选题】 关于以下程序代码的说明正确的是( ) 1.class HasStatic{ 2. private static int x=100; 3. public static void main(String args[ ]){ 4. HasStatic hs1=new HasStatic( ); 5. hs1.x++; 6. HasStatic hs2=new HasStatic( ); 7. hs2.x++; 8. hs1=new HasStatic( ); 9. hs1.x++; 10. HasStati@@x- -; 11. System.out.println(“x=”+x); 12. } 13. }
①  5行不能通过编译,因为引用了私有静态变量
②  10行不能通过编译,因为x是私有静态变量
③  程序通过编译,输出结果为:x=103
④  程序通过编译,输出结果为:x=102
【判断题】 说明或声明数组时不分配内存大小,创建数组时分配内存大小。
①  正确
②  错误
【判断题】 构造函数用于创建类的实例对象,构造函数名应与类名相同,返回类型为void。
①  正确
②  错误
【判断题】 类中说明的方法可以定义在类体外。
①  正确
②  错误
【判断题】 Java语言中,所创建的子类都应有一个父类。
①  正确
②  错误
【判断题】 类是一种类型,也是对象的模板。
①  正确
②  错误