【单选题】【消耗次数: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
【单选题】 定义了一个共用体类型的变量,要使用其成员,则应该在变量和成员之间加()
①  .
② 
③ 
④  -
【单选题】 下列关于对象的描述中,正确的是()。
①  一个类可以定义多个对象
②  定义对象时系统会对它进行初始化
③  一个类的对象不可以作另个类的成员
④  对象的存储类可以是相同的
【多选题】 使用宏定义的好处有()
①  提高方便性
②  提高可读性
③  提高可移植性
④  防止出错
【多选题】 关系运算符中大于或等于与小于或符于两个符号是()。
① 
②  =
③ 
④  =