【单选题】【消耗次数:1】
They also believe that building skyscrapers [填空] to solve the problem of the growing scarcity of land in the city.
help
helps
helping
to help
参考答案:
复制
纠错
相关题目
【单选题】 1. I help him ____ he helps me. We help each other.
①  but
②  and
③  or
④  though
【单选题】 Computers can also help the police fight ______________ .
①  care
②  count
③  cash
④  crime
【单选题】 This record will help your safety officer ----what the problem is
①  bring up
②  put on
③  find out
④  take in
【单选题】 He called the police for help, ____ that the problem was more than he could deal with.
①  to realize
②  having been realized
③  realizing
④  realized
【单选题】 Don’t hesitate ______ for help if you have any problem meeting the schedule.
①  to ask
②  asked
③  asking
④  to be asked
【单选题】 Could you help [填空]?
①  I
②  me
③  my
④  mine
【单选题】 A: Please help yourself to the fish. B: [填空].
①  No, I cant
②  Thanks, but I dont like fish
③  Sorry, I cant help
④  Well, fish dont suit for
【单选题】 A: Please help yourself to the fish. B:[填空]
①  Thanks , but I dont like the fish.
②  Sorry, I cant help.
③  Well, what about you?
④  Oh, I cant.
【单选题】 I don’t think you can work out the maths problem ___ her help.
①  since
②  unless
③  with
④  without
【单选题】 A: May I help you, madam? B: [填空].
①  Thats very kind of you
②  You are very nice
③  Youd better give me a hand
④  Yes, Id like a kilo of apples
随机题目
【单选题】 以下对继承的描述错误的是( )
①  Java中的继承允许一个子类继承多个父类
②  父类更具有通用性,子类更具体
③  Java中的继承存在着传递性
④  当实例化子类时会递归调用父类中的构造方法
【单选题】 执行如下程序代码   a=0;c=0;   do{   --c;   a=a-1;   }while(a>0);   后,c的值是( )
①  0
②  1
③  -1
④  死循环
【单选题】 如下哪个是Java中的合法标识符( )
①  public
②  super
③  3number
④  width
【单选题】 结构化程序设计所规定的三种基本控制结构是 ( )。
①  输入、处理、输出
②  树形、网形、环形
③  顺序、选择、循环
④  主程序、子程序、函数
【单选题】 表达式(12==0) && (1/0 < 1)的值为( ) 。
①  true
②  false
③  0
④  运行时抛出异常
【单选题】 下列关于基本数据类型的说法中,不正确的一项是( ) 。
①  boolean 类型变量的值只能取真或假
②  float 是带符号的 32 位浮点数
③  double 是带符号的 64 位浮点数
④  char 是 8 位 Unicode 字符
【单选题】 下面关于数组声明和初始化的语句那个有语法错误?( )
①  int a1[]={3,4,5};
②  String a2[]={string1,string1,string1};
③  String a3[]=new String(3);
④  int[][] a4=new int[3][3];
【单选题】 下面这些类型的应用,哪个不使用Java语言来编写? ( )
①  JavaScript
②  Applet
③  Servlet
④  Java Swing
【单选题】 在 Java 语言中,哪一个包中的类是自动导入的?( )
①  java.lang
②  java.awt
③  java.io
④  java.applet
【单选题】 下面哪一个循环会导致死循环?( )
①  for (int k = 0; k 0; k--)
②  for (int k = 0; k 0; k++)