【单选题】【消耗次数:1】
“Are you ready for your paper?” “Not yet. I need___ to read through it.”
other three minutes
another three minutes
three other minutes
more three minutes
参考答案:
复制
纠错
相关题目
【单选题】 15.—Have you finished your report ? ---No, I will finish it in _____20 minutes.
①  other
②  another
③  more
④  less
【判断题】 I’ll be back in five minutes.
①  正确
②  错误
【单选题】 I have an appointment_________ 15 minutes.
①  on
②  at
③  for
④  in
【单选题】 15.The book was so interesting that he had read it for three hours ______ he realized it.
①  when
②  until
③  after
④  before
【单选题】 —Are you a teacher?—No, but I ________. I worked in a middle school for three years.
①  am
②  will
③  do
④  was
【单选题】 I will count three hundred and not one of you ______ move a bit.
①  is to
②  are to
③  is
④  are
【单选题】 —I’m sorry to keep you waiting. —Oh, not at all. I___ here only a few minutes.
①  have been
②  had been
③  was
④  will be
【单选题】 Fifteen minutes [] enough time for this exercise.
①  is
②  are
【单选题】 —Are you a teacher?—No, but I ________ once. I worked in a middle school for three years.
①  am
②  will
③  do
④  was
【判断题】 Could I have three waters, please?
①  正确
②  错误
随机题目
【单选题】 假定指针变量p定义为“int *p=malloc(sizeof(int));”,要释放p所指向的动态存储空间,应调用的函数为?
①  free(p)
②  delete(p)
③  free(*p)
④  free(p)
【单选题】 下面正确的函数原型语句是?
①  int Function(void a);
②  void Function(int );
③  int Function(a);
④  void;
【单选题】 假定p是一个指向float型数据的指针,则p+1所指数据的地址比p所指数据的地址大多少个字节?
①  1
②  2
③  4
④  8
【单选题】 p是一个指向数据对象x的指针,则与x表达等价的是?
①  p
②  p
③  *p
④  p
【单选题】 表示文件结束符的符号常量为?
①  eof
②  Eof
③  EOF
④  feof
【单选题】 C语言中的系统函数fopen()是一个对文件进行什么操作的函数?
①  读取
②  写入
③  关闭
④  打开
【判断题】 有返回值的函数,结束函数运行时可以不使用return语句。
①  正确
②  错误
【判断题】 void指针可以指向任何类型的数据,通常用NULL表示。
①  正确
②  错误
【判断题】 已知:int *p1, *p2= 由此可知变量a的类型是:int *。
①  正确
②  错误
【判断题】 一个不指向任何数据的指针称为空指针,空指针又称为无类型指针。
①  正确
②  错误