【单选题】【消耗次数:1】
It seems as if the sun_____round the earth since it rises in the east and sets in the west.
circles
is circling
has been circling
were circling
参考答案:
复制
纠错
相关题目
【单选题】 He said the sun [填空] in the east and [填空] in the west.
①  rose,set
②  rises,sets
③  rises,set
④  rise,sets
【单选题】 While _______ the sun, the satellite has sent more than four billion bits of information back to earth.
①  having orbited
②  being orbited
③  having been orbited
④  orbiting
【单选题】 The teacher told us that the sun ____in the east.
①  rises
②  rose
③  raises
④  raised
【单选题】 Since evidence of the fraud came to light, Congress has been demanding a ______ investigation.
①  horrible
②  thorough
③  thoughtful
④  weird
【判断题】 Ever since he arrived, he has been complaining constantly about the weather.
①  正确
②  错误
【判断题】 The earth moves around the sun.
①  正确
②  错误
【单选题】 The earth ____ heat and light from the sun.
①  takes on
②  takes in
③  absorbs in
④  picks out
【单选题】 I always found myself a dread of west and a love of east in Eden.
①  A.我总是在自己身上找到对伊甸之西的畏惧和对伊甸之东的喜爱。
②  B.我总是在我内心深处找到对伊甸之西的畏惧和对伊甸之东的喜爱。
③  C.我发现自己身上一直有对伊甸之西的畏惧,对伊甸之东的喜爱。
④  D.我发现自己一直对伊甸之西怀有畏惧,而对伊甸之东怀有喜爱。
【单选题】 Everybody knows the truth __________ the earth goes around the sun.
①  which
②  that
【单选题】 The research results show that the earth goes a little faster ____ it is closer to the sun.
①  when
②  so that
③  than
④  as if
随机题目
【单选题】 下面声明数组的写法错误的是( )。
①  int a[ ];
②  int[ ] a;
③  int[3][ ] a;
④  int[ ][3] a;
【判断题】 Java程序里,创建新的类对象用关键字new,回收无用的类对象使用关键字free。
①  正确
②  错误
【判断题】 int i,j;boolean booleanValue=(i==j);
①  正确
②  错误
【判断题】 String str=abcdefghi;char chr=str.charAt(9);
①  正确
②  错误
【单选题】 下面哪一行代码正确的声明了一个类方法(静态方法)?( )
①  public int method(int i)
②  protected method(int i)
③  public static method(String s)
④  protected static void method(Integer i)
【判断题】 一个类可以实现多个接口,接口可以实现“多重继承”。
①  正确
②  错误
【判断题】 使用运算符new创建对象时,赋给对象的值实际上是一个引用值。
①  正确
②  错误
【判断题】 在Java中对象可以赋值,只要使用赋值号(等号)即可,相当于生成了一个各属性与赋值对象相同的新对象。
①  正确
②  错误
【判断题】 强制类型转换运算符的功能是将一个表达式的类型转换为所指定的类型。
①  正确
②  错误
【判断题】 Java语言中不同数据类型的长度是固定的,不随机器硬件不同而改变。
①  正确
②  错误