【单选题】【消耗次数:1】
We built the house ______. Nobody helped us.
ourselves
ours
myself
mine
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【单选题】 Nobody knows his _____ for helping us.
①  motive
②  motion
③  mood
④  moral
【单选题】 This hotel _____ us _____ a large house.
①  provides; for
②  offers; to
③  provides; with
④  offers; with
【单选题】 “If we fail to act now,” said Tom, “We’ll find ourselves ____ in action later on.”
①  paid back
②  paid for
③  paid up
④  paid off
【单选题】 “If we fail to act now, “said Tom, “We’ll find ourselves _____in action later on.”
①  paid back
②  paid for
③  paid up
④  paid off
【单选题】 A: If things go on like this, we shall destroy ourselves. B: [填空]
①  Really? Congratulations!
②  Come on. Its not that bad.
③  Yes, you are good at it.
④  Its none of my business.
【单选题】 10.We should see ourselves as part of nature rather than in ______ with it.
①  argument
②  connection
③  conflict
④  crash
【单选题】 Reading ____ the mind only with materials of knowledge; it is thinking that makes what we read ours.
①  rectifies
②  prolongs
③  minimizes
④  furnishes
【单选题】 None of us can work out the puzzle, _____ we?
①  can
②  can’ t
③  do
④  don’ t
【单选题】 __________ we may say, he will not not believe us.
①  Whatever
②  Whenever
③  Wherever
④  Whoever
【单选题】 As it turned out to be a small house party, we___ so formally.
①  need not have dressed up
②  must not have dressed up
③  did not need to dress up
④  must not dress up
随机题目
【判断题】 class是定义类的惟一关键字。
①  正确
②  错误
【判断题】 String str=abcedf; int length=str.length;
①  正确
②  错误
【判断题】 int[] intArray[60];
①  正确
②  错误
【判断题】 对象可作方法参数,对象数组不能作方法参数。
①  正确
②  错误
【判断题】 Java语言中,构造方法是不可以继承的。
①  正确
②  错误
【单选题】 关于以下程序代码的说明正确的是( ) 1.class HasStatic{ 2. private static int x=100; 3. public static void main(String args[ ]){ 4. HasStatic hs1=new HasStatic( ); 5. hs1.x++; 6. HasStatic hs2=new HasStatic( ); 7. hs2.x++; 8. hs1=new HasStatic( ); 9. hs1.x++; 10. HasStati@@x- -; 11. System.out.println(“x=”+x); 12. } 13. }
①  5行不能通过编译,因为引用了私有静态变量
②  10行不能通过编译,因为x是私有静态变量
③  程序通过编译,输出结果为:x=103
④  程序通过编译,输出结果为:x=102
【判断题】 说明或声明数组时不分配内存大小,创建数组时分配内存大小。
①  正确
②  错误
【判断题】 构造函数用于创建类的实例对象,构造函数名应与类名相同,返回类型为void。
①  正确
②  错误
【判断题】 类中说明的方法可以定义在类体外。
①  正确
②  错误
【判断题】 Java语言中,所创建的子类都应有一个父类。
①  正确
②  错误