itgle.com
更多“In fact, the panic is __________. As the map shows, the drought has been confined to the south and east of Britain. ”相关问题
  • 第1题:

    classNav{11.publicenumDirection{NORTH,SOUTH,EAST,WEST}12.}13.publicclassSprite{14.//insertcodehere15.}Whichcode,insertedatline14,allowstheSpriteclasstocompile?()

    A.Directiond=NORTH;

    B.Nav.Directiond=NORTH;

    C.Directiond=Direction.NORTH;

    D.Nav.Directiond=Nav.Direction.NORTH;


    参考答案:D

  • 第2题:

    The results of the examination ________ that you have all made great ________.

    A.shows...progresses

    B.show...progresses

    C.show...progress

    D.shows...progress


    正确答案:C
    解析:本题考查主谓一致及不可数名词的用法。主语中心词 “results”是复数概念,所以谓语动词应该用复数。另外,"progress"是不可数名词,不应该加-es。句意:“这次考试成绩说明你们都取得了进步。”

  • 第3题:

    The study shows that joy is not unique to human beings.

    A:universe
    B:special
    C:single
    D:confined

    答案:B
    解析:
    研究显示,愉悦并不是人类所特有的。universe“宇宙”,如:There are many mysteries we don't know about the universe.有很多关于宇宙的秘密我们还不知道。special“特殊的”,如:These children need special care.这些孩子需要特殊的照料。single“单个的,单一的”,如:Each single house in the street was burnt down in the fire.这场大火中街上每一座房子都被烧毁了。confined“局限于”,如:This job will not be confined to the eastern area.这项工作不会仅局限于东部地区。只有special意思上和unique最接近。

  • 第4题:

    classParent{Stringone,two;

    classParent{

    Stringone,two;

    publicParent(Stringa,Stringb){

    one=a;

    two=b;}

    publicvoidprint(){System.out.println(one);}}

    publicclassChildextendsParent{

    publicChild(Stringa,Stringb){

    super(a,b);

    }

    publicvoidprint(){

    System.out.println(one+"to"+two);

    }

    publicstaticvoidmain(Stringarg[]){

    Parentp=newParent("south","north");

    Parentt=newChild("east","west");

    p.print();

    t.print();

    }

    }

    Whichofthefollowingiscorrect?()


    参考答案:E
    这个题目涉及继承时的多态性问题,在前面的问题中已经有讲述,要注意的是语句t.print();在运行时t实际指向的是一个Child对象,即java在运行时决定变量的实际类型,而在编译时t是一个Parent对象,因此,如果子类Child中有父类中没有的方法,例如printAll(),那么不能使用t.printAll()。

  • 第5题:

    请将下列程序的空白处补充完整。

    Importjava.awt.*;

    PublicclassEll_4

    {

    Publicstaticvoidmain(Stringargs[])

    {

    Framef=newFrame(“BorderLayout”);

    fiadd(“North”,newbuRon(“North”));

    f.add(“East”,newbutton(“East”));

    f.add(“West”,newbutton(“West”));

    f.add(“South”,tf);

    f.setSize(200,200)

    fipack();

    fisetVisible(true);

    }

    }


    正确答案:TextField if=llew TextField("Text");
    TextField if=llew TextField("Text"); 解析: 本题考查java中常用组件的创建。由题可知,创建的是3个按键和1个文本框,tf为该文本框。

  • 第6题:

    表达“东西南北”四个方位时,英语的习惯一般是______?

    A.north, east, south and west

    B.east, west, north and south

    C.north, south, east and west

    D.east, south, west and north


    north, east, south and west;north, south, east and west