【单选题】【消耗次数:1】
Computers are being used more and more ________________ in the world today.
expensively
excitedly
extensively
extremely
参考答案:
复制
纠错
相关题目
【单选题】 Computer are being used more and more____________ in the world today.
①  extensively
②  expensively
③  exclusively
④  exactly
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Computers are being used more and more extensively in the world today.
①  正确
②  错误
【单选题】 Computer____________ more and more extensively in the world today.
①  are being used
②  are been used
③  have used
④  were used
【多选题】 Computers are __________ more efficient than human beings.
①  many
②  much
③  less
④  far
【单选题】 Nowhere else in the world __________ more attractive scenery than in Switzerlan@@
①  you can find
②  is found
③  can you find
④  has been found
【单选题】 Women have to be more ____ than men if they want to get anywhere in the business world.
①  difficult
②  ambitious
③  traditional
④  conservative
【简答题】 Translate the following sentence into ChineseAs the world is getting more densely populated, pollution presents a severe problem.
【判断题】 Our city becomes more and more beautiful.
①  正确
②  错误
【单选题】 The more peopleyou know, ___________knowledgeyouget.
①  the much
②  the more
③  more
④  much
【单选题】 More and more children are interested in blind boxes _______ they wonder what is inside.
①  so
②  because
③  unless
④  though
随机题目
【单选题】 如果a=1,b=-1,则语句Print (a = 1) And (b = -1)的输出结果是 。
①  False
②  True
③  1
④  -1
【单选题】 用Select Case语句选择|x|10情况的语句为:Case .
①  Not (-10 To 10)
②  -10 To 10
③  Is-10,is10
④  Abs(x)10
【单选题】 VB提供了结构化程序设计的三种基本结构,分别是( )。
①  递归、选择、循环结构
②  选择、过程、顺序结构
③  过程、输入输出、转向结构
④  顺序、选择、循环结构
【单选题】 下面的程序段中,循环体执行的次数是( )。 Dim I,s For I=1 to 10 Step 2 s=s+I Next I
①  1
②  10
③  0
④  5
【单选题】 如果变量a=50、b=ABC 、c=abc 、d=10,则表达式a d Or b c And b c的值 是 。
①  True
②  False
③  Yes
④  No
【单选题】 语句If x=1 Then y=1,下列说法正确的是( )。
①  x=1和y=1均为赋值语句
②  x=1和y=1均为关系表达式
③  x=1为关系表达式,y=1为赋值语句
④  x=1为赋值语句,y=1为关系表达式
【单选题】 下列能够正确输出”a=8”形式的语句是 。
①  print a=3+5
②  pirnt “a=”;3+5
③  print “a=3+5”
④  print a=;3+5
【单选题】 下面语句中有函数非法调用的是 。
①  x=Int(-1.34)
②  x=Fix(-1)
③  x=Sqr(-100)
④  x$=Chr$(65)
【单选题】 在Visual Basic表达式中,运算符的运算顺序为 。
①  算术运算符—字符串运算符—关系运算符—逻辑运算符
②  逻辑运算符—关系运算符—字符串运算符—算术运算符
③  字符串运算符—算术运算符—关系运算符—逻辑运算符
④  关系运算符—逻辑运算符—算术运算符—字符串运算符
【单选题】 下列正确的赋值语句是 。
①  Z=B*B-4*C
②  S/=R*R
③  X-Y=2.17
④  4Z=Y+38