【单选题】【消耗次数:1】
Televisions enable us to see things happen almost at the exact moment ____.
which they are happening
they are happening
which they happen
they have happened
参考答案:
复制
纠错
相关题目
【单选题】 Televisions enable us to see things happen almost at the exact moment _____.
①  which they are happening
②  they are happening
③  which they happen
④  they have happened
【单选题】 Televisions enable us to see things happen almost at the exact moment _____.
①  which they are happening
②  they are happening
③  which they happen
④  they have happened
【单选题】 Keep a __________attitude and good things will happen.
①  negative
②  positive
③  post
【单选题】 9.We should really take some effective ______ to prevent such terrible things from happening again.
①  measures
②  steps
③  means
④  ways
【单选题】 She wonders ____will happen to her private life in the future.
①  that
②  it
③  this
④  what
【单选题】 “were this to happen”是表示什么逻辑关系的?
①  A.条件
②  B.转折
③  C.因果
【单选题】 Young kids are always filled with enormous ( ) about almost everything, which sometimes leads them to danger.
①  Ambition
②  curiosity
③  craze
④  violence
【单选题】 We have a single room , double room and ( ). which kind do you prefer?
①  suite
②  suit
③  suits
④  suites
【单选题】 Although Mary is satisfied with her success, she wonders __________ will happen to he private life.
①  how
②  who
③  what
④  that
【单选题】 This is no time to moralize ______ the follies of countries which have allowed themselves to be struck down one by one.
①  to
②  on
③  by
④  in
随机题目
【单选题】 当a=1,b=3,c=5,d=4,执行完下面一段程序后x的值是:ifa<b)ifc<d)x=1;elseifa<c)ifb<d)x=2;elsex=3;elsex=6;elsex=7
①  18
②  2
③  3
④  6
【单选题】 若有以下定义和语句:intu=010,v=0x10,w=10;printf″%d,%d,%d\n″,u,v,w);则输出结果是
①  8,16,10
②  10,10,10
③  8,8,10
④  8,10,10
【单选题】 假定a和b为int型变量,则执行以下语句后b的值为a=1;b=10;do{b-=a;a++;}whileb--<0);
①  9
②  -2
③  -1
④  8
【单选题】 若变量a、i已正确定义,且i已正确赋值,合法的语句是
①  (a==1
②  ++i;
③  a=a++=5;
④  a=(inti)
【单选题】 若有条件表达式exp)?a++:b--,则以下表达式中能完全等价于表达式exp)的是:
①  exp==0)
②  exp!=0)
③  exp==1)
④  exp!=1)
【单选题】 以下叙述不正确的是
①  一个C源程序可由一个或多个函数组成
②  一个C源程序必须包含一个main函数
③  C程序的基本组成单位是函数
④  在C程序中,注释说明只能位于一条语句的后面
【单选题】 若运行时给变量x输入12,则以下程序的运行结果是:main){intx,y;scanf%d,y=x>12?x+10:x12;printf%d\n,y)}
①  0
②  22
③  120)10
【单选题】 以下叙述正确的是
①  在C程序中,main函数必须位于程序的最前面
②  C程序的每行中只能写一条语句
③  C语言本身没有输入输出语句
④  在对一个C程序进行编译的过程中,可发现注释中的拼写错误
【单选题】 以下不是c语言规定保留字的是
①  float
②  integer
③  signed
④  unsigned
【单选题】 已知:inti;fori=0;i<=10;i++);如果表达式1即i=0缺省那么完成表达式1功能的语句可以)
①  放在for语句的前面
②  放在循环体中
③  放在for语句的后面
④  放在程序的任何地方