【单选题】【消耗次数:1】
[填空] elephant is much heavier than [填空] zebra.
a,an
an,a
the,a
the,an
参考答案:
复制
纠错
相关题目
【单选题】 It is[填空]picture of[填空]elephant on[填空]wall.
①  a,an,the
②  a,the,an
③  the,a,an
④  an,a,the
【单选题】 There [填空] an elephant show in the zoo tomorrow.
①  was
②  is going to have
③  will have
④  is going to be
【单选题】 A bear is [填空] than a cat.
①  much heavy
②  more heavier
③  much heavier
④  more heavy
【单选题】 How much [填空] that pants?
①  are
②  is
③  cost
④  costs
【单选题】 How much [填空] is there in the tin?
①  water
②  orange
③  cakes
④  cake
【单选题】 A: How much is that rice, please? B: [填空].
①  Four Kilo
②  Very much
③  Four are enough
④  Four yuan a kilo
【单选题】 [填空]is better than cure.
①  Prevent
②  Prevented
③  Prevention
④  Preventions
【单选题】 He [填空] much last night.
①  smokes
②  smoke
③  smoked
④  smoking
【单选题】 His salary as a driver is much higher than ______.
①  a porter
②  is a porter
③  that of a porter
④  as a porter
【单选题】 How much [填空] the yellow T-shirt?
①  are
②  is
③  cost
④  costs
随机题目
【单选题】 以下对JDBC事务描述错误的是( )
①  JDBC事务属于JAVA事务的一种
②  JDBC事务属于容器事务类型
③  JDBC事务可以保证操作的完整性和一致性
④  JDBC事务是由Connection发起的,并由Connection控制
【单选题】 在Java中,( )类提供定位本地文件系统,对文件或目录及其属性进行基本操作。
①  FileInputStream
②  FileReader
③  FileWriter
④  File
【单选题】 有整型数组:int[] x={12,35,8,7,2};,则调用方法Arrays.sort(x)后,数组x中的元素值依次是( ).
①  2 7 8 12 35
②  12 35 8 7 2
③  35 12 8 7 2
④  8 7 12 35 2
【单选题】 下面哪个流类属于面向字符的输入流( )
①  BufferedWriter
②  FileInputStream
③  ObjectInputStream
④  InputStreamReader
【单选题】 下列数据流中,属于输入流的一项是( )
①  从内存流向硬盘的数据流
②  从键盘流向内存的数据流
③  从键盘流向显示器的数据流
④  从网络流向显示器的数据流
【单选题】 Java I/O程序设计中,下列描述正确的是( )
①  OutputStream用于写操作
②  InputStream用于写操作
③  I/O库不支持对文件可读可写API
④  没有流可正常读写都没有流操作
【单选题】 下列关于 AWT 构件的说法中错误的一项是( )。
①  Frame 是顶级窗口,它无法直接监听键盘输入事件
②  对话框需要依赖于其他窗口而存在
③  菜单只能被添加到菜单栏中
④  可以将菜单添加到任意容器的某处
【判断题】 2.Java线程有五种不同的状态,这五种状态中的任何两种状态之间都可以相互转换。( )
①  正确
②  错误
【单选题】 如果需要从文件中读取数据,则可以在程序中创建哪一个类的对象( )
①  FileInputStream
②  FileOutputStream
③  DataOutputStream
④  FileWriter
【单选题】 下列哪一项不属于 Swing 的顶层组件( )。
①  JApplet
②  JDialog
③  JTree
④  Jframe