答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
She prefers_______ together to working all by herself.
①
working
②
to work
③
to working
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
All the men were under heavy____ working day and night
①
prize
②
rain
③
pressure
④
reward
查看完整题目与答案
【单选题】
The companies are working together to create [] they hope will be the best means of transport in the 21st century.
①
which
②
that
③
what
④
who
查看完整题目与答案
【单选题】
I [] to working at a quick tempo.
①
am used
②
used
查看完整题目与答案
【单选题】
___the rain ,he went on working in the garden.
①
In addition to
②
In spite of
③
Except for
查看完整题目与答案
【单选题】
He____________ working as if nothing had happened.
①
continue
②
continues
③
continuing
④
continued
查看完整题目与答案
【单选题】
They are working hard to____ what they have lost.
①
make out for
②
keep up with
③
catch up with
④
make up for
查看完整题目与答案
【单选题】
Eeveryone is working harder and living a happier life now, _________ ?
①
arent they
②
arent we
③
isnt it
④
isnt one
查看完整题目与答案
【单选题】
He _______ working before 6 o’clock.
①
usually has finished
②
has usually finished
③
usually finished
查看完整题目与答案
【单选题】
As a result of the unfavorable working conditions, the project has to be put off ____ .
①
temporarily
②
tremendously
③
traditionally
④
typically
查看完整题目与答案
【单选题】
Im going to _____a flat near the company Im working at.
①
with
②
by
③
for
④
from
查看完整题目与答案
随机题目
【单选题】
将调试通过的工程经“文件”菜单的“生成.exe”编译成名.exe后,将该可执行文件放到其他机器上不能运行的主要原因是()。
①
运行的机器上无VB系统
②
缺少.frm窗体文件
③
该可执行文件有病毒
④
以上原因都不对
查看完整题目与答案
【单选题】
如果要在文本框中的内容在运行时不能编辑,需将文本框的()属性设置为True。
①
Caption
②
PasswordChar
③
Text
④
Char
查看完整题目与答案
【单选题】
以下可以作为Visual Basic变量名的是()。
①
SIN
②
CO1
③
COS(X)
④
X(-1)
查看完整题目与答案
【单选题】
“x是小于80的非负数”,用VB表达式表示正确的是()。
①
0£x£80
②
0 = x 80
③
0 = x And x 80
④
0 = x Or x 80
查看完整题目与答案
【单选题】
表达式6 + 10 Mod 4*2 + 1 的值是()。
①
9
②
11
③
1
④
3
查看完整题目与答案
【单选题】
如果要在程序中显示一个弹出式菜单,那么要调用Visual Basic中提供的方法是()。
①
Print
②
Move
③
Refresh
④
PopupMenu
查看完整题目与答案
【单选题】
Sub过程与Function过程最根本的区别是()。
①
Sub过程可以使用Call语句或直接使用过程名调用,而Function过程不可以。
②
Function过程可以有参数,Sub过程不可以。
③
两种过程参数的传递方式不同。
④
Sub过程的过程名不能返回值,而Function过程能够通过过程名返回值。
查看完整题目与答案
【单选题】
如果准备向随机文件中写入数据,正确的语句是()。
①
Print # 1 ,rec
②
Write #1 ,rec
③
Put #1 ,rec
④
Get #1,rec
查看完整题目与答案
【单选题】
有如下程序段:Dim str1 As String * 5 Str1= ”Visual Basic”当该程序段被执行完时,变量Str1的值是()。
①
”Visual ”
②
“ Visua ”
③
“ V ”
④
“ Visual Basic ”
查看完整题目与答案
【单选题】
把数值型转换为字符串型需要使用的函数是()。
①
Val
②
Str
③
Asc
④
Chr
查看完整题目与答案