【单选题】【消耗次数:1】
10.I spent __________ in doing my homework yesterday.
a half and two hour
two and a half hour
two hour and a half
two and a half hours
参考答案:
复制
纠错
相关题目
【单选题】 I haven’t finished my composition . I ________ for two hours and a half.
①  have written it
②  have been writing it
③  wrote it
④  am writing it
【单选题】 I haven’t finished my composition . I________ for two hours and a half.
①  have written it
②  have been writing it
③  wrote it
④  am writing it
【单选题】 I haven’t finished my composition. I ___ for two hours and a half.
①  ?have written it
②  ?have been writing it
③  ?wrote it
④  am writing it
【单选题】 It [填空] him half an hour to write the letter.
①  take
②  takes
③  took
④  taking
【单选题】 I went to the doctors yesterday. I had to wait for half an hour before he________see me.
①  can
②  may
③  might
④  could
【单选题】 I went to the doctor’s yesterday. I had to wait for half an hour before he ___ see me.
①  ?can
②  ?may
③  ?might
④  ?could
【单选题】 Jane is in a hurry because the train to the airport leaves ______ half an hour.
①  by
②  in
③  for
④  until
【单选题】 5. I went to the doctor’s yesterday. I had to wait for half an hour before he _____ see me.
①  can
②  may
③  might
④  could
【单选题】 I was awfully tired when I got home from work, but a half hour nap ____ me.
①  revived
②  released
③  relieved
④  recovered
【单选题】 I was awfully tired when I got home from work, but a half hour nap _____me.
①  revived
②  released
③  relieved
④  recovered
随机题目
【单选题】 要禁止修改指针p本身,又要禁止修改p所指向的数据,这样的指针应定义为()
①  const char *p=“ABCD”;
②  char *const p=“ABCD”;
③  char const *p=“ABCD”;
④  const char * const p=“ABCD”;
【单选题】 函数默认参数在函数原型中说明,默认参数必须放在参数序列的( )
①  前部
②  中部
③  后部
④  两端
【单选题】 下列哪个编译指令属于条件编译指令( )
①  #include
②  #define
③  #else
④  #pragma
【单选题】 在下列成对的表达式中,运算结果类型相同的一对是( )
①  7/2和0/0
②  7/0和7/2
③  0/2和7/2
④  0/0和0/2
【单选题】 C++源程序文件扩展名为( )
①  .cpp
②  .h
③  .1ib
④  .obj
【单选题】 在下面的二维数定义正确的是
①  int ary[5][];
②  int ary[][5]={{0,1,2}};
③  int ary[][5];
④  int ary[5,5];
【单选题】 假定有“char*p=“Hello”;”,若要输出这个字符串的地址值正确的写法为
①  cout*p;
②  cout
③  cout&p;
④  cout (void*)p;
【单选题】 内联函数的特点是( )
①  减少代码量,加快访问速度
②  减少代码量,减缓访问速度
③  增加代码量,减缓访问速度
④  增加代码量,加快访问速度
【单选题】 下列哪个类型函数不适合声明为内联函数( )
①  函数体语句较多
②  函数体语句较少
③  函数执行时间较短
④  函数执行时间过长
【单选题】 在函数调用时,如某一默认参数要指明一个特定值,则有( )
①  其之前所有参数都必须赋值
②  其之后所有参数都必须赋值
③  其前、后所有参数都必须赋值
④  其前、后所有参数都不必赋值