【单选题】【消耗次数:1】
He is more experienced [填空] computer than her.
at
on
for
in
参考答案:
复制
纠错
相关题目
【单选题】 The bad weather ( )her spirit more than anything else.
①  lessened
②  strengthed
③  depressed
④  disappointed
【单选题】 Julie has gained more experience than____ in her restaurant and the customers like her.
①  any waitress
②  other waitresses
③  the waitress
④  any other waitress
【单选题】 He called the police for help, ____ that the problem was more than he could deal with.
①  to realize
②  having been realized
③  realizing
④  realized
【单选题】 Does Robert have [填空] computer? —Yes,he has [填空] .
①  an,some
②  a,one
③  a,/
④  any,one
【单选题】 He said that he ?[填空] not seen her that day .
①  has
②  have
③  having
④  had
【单选题】 Computer____________ more and more extensively in the world today.
①  are being used
②  are been used
③  have used
④  were used
【单选题】 Computer are being used more and more____________ in the world today.
①  extensively
②  expensively
③  exclusively
④  exactly
【单选题】 I think [填空] maths is more important than any other subject.
①  the
②  a
③  an
④  /
【单选题】 Last week more than 200 people were [填空] treated in a Glasgow hospital.
①  being
②  be
③  been
④  is
【单选题】 He’s going to [填空] her some flowers.
①  buy
②  bought
③  buying
④  offering
随机题目
【判断题】 3.在Swing用户界面的程序设计中,容器可以被添加到其他容器中去。( )
①  正确
②  错误
【单选题】 下列哪个方法可以将 MenuBar 加入 Frame 中( )。
①  setMenu()
②  addMenuBar()
③  add()
④  setMenuBar()
【单选题】 下面的程序段创建了BufferedReader类的对象in,以便读取本机c盘my文件夹下的文件1.txt。File构造函数中正确的路径和文件名的表示是( )。 File f = new File(填代码处); file =new FileReader(f); in=new BufferedReader(file);
①  ./1.txt
②  ../my/1.txt
③  c:\\my\\1.txt
④  c:\ my\1.txt
【单选题】 若文件是RandomAccessFile的实例f,并且其基本文件长度大于0,则下面的语句实现的 功能是( ) 。 f.seek(f.length()-1);
①  将文件指针指向文件的第一个字符后面
②  将文件指针指向文件的最后一个字符前面
③  将文件指针指向文件的最后一个字符后面
④  会导致seek()方法抛出一个IOException异常
【单选题】 以下哪个方法用于定义线程的执行体?( )
①  start()
②  init()
③  run()
④  main()
【单选题】 声明并创建一个按钮对象b,应该使用的语句是( )
①  Button b=new Button();
②  button b=new button();
③  Button b=new b();
④  setLabel(“确定”);
【单选题】 下列不属于 java.awt 包中的基本概念的一项是( )。
①  容器
②  构件
③  线程
④  布局管理器
【单选题】 当单击鼠标或拖动鼠标时,触发的事件是( )。
①  KeyEvent
②  ActionEvent
③  ItemEvent
④  MouseEvent
【单选题】 在通常情况下, 下列哪个类的对象可以作为BufferedReader类构造方法的参数( )。
①  PrintStream
②  FileInputStream
③  InputStreamReader
④  FileReader
【单选题】 不属于java.io包中的接口的是( )
①  DataInput
②  DataOutput
③  DataInputStream
④  ObjectInput