25. Which of the following is WRONG?A. One animal finds something to eat, and it may be eaten by othersB. At the depth of 3,000 feet under the sea, many animals can find their way by hearing and feeling.C. The deeper the sea is, the darker and colder it i

题目

25. Which of the following is WRONG?

A. One animal finds something to eat, and it may be eaten by others

B. At the depth of 3,000 feet under the sea, many animals can find their way by hearing and feeling.

C. The deeper the sea is, the darker and colder it is.

D. At the depth of 3,000 feet under the sea, all animals can find their way by see-ing.


相似考题
更多“25. Which of the following is WRONG?A. One animal finds something to eat, and it may be ”相关问题
  • 第1题:

    Mary is so happy today because she finally ________ the degree from Harvard after three years hard work.

    A. receives

    B. steals

    C. requires

    D. finds


    参考答案:A

  • 第2题:

    In some countries, _____ is called "equality" does not really mean equal rights for all people.

    (A) which (C) that

    (B) what (D) one

     

     


    选B


    这句话貌似定语从句。而实际上,前面的部分就是状语,后半句与countries没有修饰关系(因为1.后半句缺主语,但空格的位置用countries不能替换,否则语义不对。2.后半句不缺宾语。)所以后半句的()is called equality作主语.是主语从句。
    在选项中,只有what引导主语从句。
    意思:在一些国家里,所谓平等,并不意味着所有公民的平等权利

  • 第3题:

    请编程实现动物世界的继承关系: 动物(Animal)具有行为:吃(eat)、睡觉(sleep) 具体的动物包括:兔子(Rabbit),老虎(Tiger) 这些动物吃的行为各不相同(兔子吃草,老虎吃肉);但睡觉的行为是一致的。 请通过继承实现以上需求,并编写测试类AnimalTest进行测试。


    单继承

  • 第4题:

    Java程序中读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。

    A.if(I>10)throw Exception(“something’swrong!”);

    B.if(I>10)throw Exceptione(“something’swrong!”);

    C.if(I>10)thrownew Exception(“something’swrong!”);

    D.if(I>10)thrownew Exceptione(“something’swrong!”);


    正确答案:C

  • 第5题:

    It's said that he's looking for a new job, one_________ he can get more free time.

    A.when
    B.where
    C.that
    D.which

    答案:B
    解析:
    考查定语从句。one是a newjob的同位语,同时one是先行词,后面是个定语从句,由于定语从句he can get more free time不缺少任何成分,说明空格处在从句中作状语,需要用where引导,意为“从新工作中获得更多的自由时间”。如果选which的话,应该是one(a job)from which he can get more free time,故选B。

  • 第6题:

    继承和接口 1)创建一个类名为Animal的父类,包含两个方法eat()和drink() 2)创建一个接口,包含方法fly() 3)创建一个子类,继承上述父类及调用fly()方法,重写eat()方法


    FLA 、 SWF