【单选题】【消耗次数:1】
I will take my daughter with me when I_______ Shanghai.
go to
will go to
have been to
have gone to
参考答案:
复制
纠错
相关题目
【单选题】 I will take my daughter with me when I __________ Shanghai.
①  go to
②  will go to
③  have been to
④  have gone to
【单选题】 25. I can’t go—for one thing, I have no money, and ___, I have too much work.
①  what’s more 
②  as well 
③  for another 
④  in addition
【单选题】 1. I have two friends but_______of them 1ikes to go fishing with me.
①  none
②  neither
③  both
④  either
【单选题】 My father_______take me to travel when I was a child.
①  was used to
②  used
③  used to
【单选题】 Every time when I go back to my hometown, I usually spend two days ____ of my relatives.
①  going the rounds of
②  rounding up
③  making the rounds of
④  rounding on
【单选题】 I have been looking forward to ____ from my parents.
①  :hear
②  :being heard
③  :be heard
④  :hearing
【单选题】 Next month, I_______ plan to have a holiday.
①  am
②  /
③  have
【单选题】 I often ______ the cooking for my family, but recently I have been too busy to do it.
①  will do
②  do
③  am doing
④  had done
【单选题】 Do you have any ice? I am used to have a nightcap before I go to bed.What is the meaning of the word “nightcap”?
①  沐浴
②  夜读
③  夜宵
④  睡前饮料
【单选题】 _______ my parents refused to support me, I have to earn money by myself.
①  When
②  Even
③  Since
④  So
随机题目
【判断题】 char[] chrArray={ a, b, c, d, e, f, g};char chr=chrArray[6];
①  正确
②  错误
【判断题】 调用this 或super构造方法的语句必须放在第一条语句。
①  正确
②  错误
【单选题】 设x为float型变量,y为double型变量,a为int型变量,b为long型变量, c为char型变量,则表达式x+y*a/x+b/y+c的值为( )类型。
①  int
②  long
③  double
④  char
【单选题】 下面声明数组的写法错误的是( )。
①  int a[ ];
②  int[ ] a;
③  int[3][ ] a;
④  int[ ][3] a;
【判断题】 Java程序里,创建新的类对象用关键字new,回收无用的类对象使用关键字free。
①  正确
②  错误
【判断题】 int i,j;boolean booleanValue=(i==j);
①  正确
②  错误
【判断题】 String str=abcdefghi;char chr=str.charAt(9);
①  正确
②  错误
【单选题】 下面哪一行代码正确的声明了一个类方法(静态方法)?( )
①  public int method(int i)
②  protected method(int i)
③  public static method(String s)
④  protected static void method(Integer i)
【判断题】 一个类可以实现多个接口,接口可以实现“多重继承”。
①  正确
②  错误
【判断题】 使用运算符new创建对象时,赋给对象的值实际上是一个引用值。
①  正确
②  错误