答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数: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;
查看完整题目与答案
【单选题】
内联函数的特点是( )
①
减少代码量,加快访问速度
②
减少代码量,减缓访问速度
③
增加代码量,减缓访问速度
④
增加代码量,加快访问速度
查看完整题目与答案
【单选题】
下列哪个类型函数不适合声明为内联函数( )
①
函数体语句较多
②
函数体语句较少
③
函数执行时间较短
④
函数执行时间过长
查看完整题目与答案
【单选题】
在函数调用时,如某一默认参数要指明一个特定值,则有( )
①
其之前所有参数都必须赋值
②
其之后所有参数都必须赋值
③
其前、后所有参数都必须赋值
④
其前、后所有参数都不必赋值
查看完整题目与答案