答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数: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++)
查看完整题目与答案