答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
15.The program was so exciting that the children kept their eyes ____on the screen.
①
to fix
②
to be fixed
③
fixed
④
fixing
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
The program was so exciting that the children kept their eyes________on the screen.
①
to fix
②
to be fixed
③
fixed
④
fixing
查看完整题目与答案
【单选题】
The game was fixed for today but it has been____ for a week.
①
transfered
②
delayed
③
translated
④
postponed
查看完整题目与答案
【单选题】
15.The book was so interesting that he had read it for three hours ______ he realized it.
①
when
②
until
③
after
④
before
查看完整题目与答案
【单选题】
All medicines should be kept out of____ of children.
①
touch
②
reach
③
get
④
attain
查看完整题目与答案
【单选题】
A quarter is enough of a tip for taxi-drivers. Many airports, train or bus stations now ( ) a fixed 35C to carry each bag you have
①
spend
②
cost
③
charge
④
give
查看完整题目与答案
【单选题】
—I want to have my CD player fixed, but I cant find a repair shop. —Oh, I know_____ . Come on, Ill take you there.
①
one
②
the one
③
ones
④
many
查看完整题目与答案
【单选题】
The idea of winning the eyes of the people around ____ powerfully to some youngsters, so they are eagerly identifying themselves.
①
defy
②
expel
③
attract
④
appeals
查看完整题目与答案
【单选题】
It’s ___________ to see these tiny children play the piano so beautifully.
①
amaze
②
amazingly
③
amazed
④
amazing
查看完整题目与答案
【判断题】
阅读课文II. Television and Children,判断正误3.When a program attracts moderate audiences, it is discountinued.
①
正确
②
错误
查看完整题目与答案
【单选题】
It _____to see so many children in that mountainous area cannot even afford elementary education.
①
pains her
②
makes her pain
③
is paining
④
is pained
查看完整题目与答案
随机题目
【单选题】
下面关于基本数据类型描述错误的是()。
①
整型int在内存中占用4字节
②
浮点型float在内存中占用8字节
③
字符型char在内存中占用1个字节
④
整型long int 长整型占用4个字节
查看完整题目与答案
【单选题】
若有说明语句:int a[2][3]={0};,则下面正确的叙述是()。
①
此语句说明不正确
②
只有a[0][0]可以得到初值0
③
数组中的每个元素可以得到初值0
④
数组中的每个元素可以得到初值,但不一定为0
查看完整题目与答案
【单选题】
以下能正确计算1×2×3×…×10的程序段是()。
①
do{ i=1 s=1 s=s*i i++}while(i=9)
②
do{i=1 s=1 s=s*i i++ }while(i=10)
③
i=1 s=1 do{s=s*i i++ }while(i=10)
④
i=1 s=1 do{s=s*i i++ }while(i=9)
查看完整题目与答案
【单选题】
要定义字符型变量a并赋初值,()是正确的。
①
chara=3;
②
chara=3;
③
chara=%;
④
chara=*;
查看完整题目与答案
【单选题】
()来控制循环结束的循环结构是计数控制的循环。
①
由条件控制的循环
②
由明确的次数
③
Raptor操作
④
其它都不对
查看完整题目与答案
【单选题】
在C语言中,若有数组charb[]={‘A’,’B’,’C’,’D’,’E’,’F’};则数组b的长度分别是()
①
5
②
6
③
7
④
8
查看完整题目与答案
【单选题】
定义了一个共用体类型的变量,要使用其成员,则应该在变量和成员之间加()
①
.
②
③
④
-
查看完整题目与答案
【单选题】
下列关于对象的描述中,正确的是()。
①
一个类可以定义多个对象
②
定义对象时系统会对它进行初始化
③
一个类的对象不可以作另个类的成员
④
对象的存储类可以是相同的
查看完整题目与答案
【多选题】
使用宏定义的好处有()
①
提高方便性
②
提高可读性
③
提高可移植性
④
防止出错
查看完整题目与答案
【多选题】
关系运算符中大于或等于与小于或符于两个符号是()。
①
②
=
③
④
=
查看完整题目与答案