【单选题】【消耗次数:1】
The experiment_________ in the lab now.
was done
is being done
has been done
is doing
参考答案:
复制
纠错
相关题目
【判断题】 John has never acted as he should have done. 此句中的“done”替代了“has”.
①  正确
②  错误
【单选题】 Is she still angry _______what Tom has done?
①  to
②  with
③  about
【单选题】 They have done things they ought_____.
①  not to do
②  not to be done
③  not to have done
④  not having done
【单选题】 A: Could you put the books on bookshelves, please? B: Of course. [填空] A: Thats all. Everything else has been done.
①  Its a pleasure to help.
②  Is that all?
③  Im free now.
④  How should I do it?
【单选题】 Now soil in this area is [填空] than it used to be. Something must be done to it.
①  very good
②  much better
③  rather than
④  even worse
【单选题】 Of course she ___________ what youve done.
①  is pround of
②  finds a way
③  takes off
④  fights for
【单选题】 Well done. Congratulations on your success.
①  Thank you very much
②  Oh, no, no
③  No, I didn’t do very well
④  Sorry, I couldn’t any better
【单选题】 That’s all prepared. It _______done more.
①  shouldn’t
②  mustn’t be
③  dont need to be
【单选题】 Can anything be done to_________ the negative influence of some television programs?
①  accept
②  assume
③  avoid
④  alarm
【单选题】 24.In those days all the work had to be done ___hand.
①  with
②  in
③  by
④  on
随机题目
【单选题】 4个元素按A,B,C,D顺序进S栈,执行两次Pop(S,x)运算后,栈顶元素的值是( )。
①  A
②  B
③  C
④  D
【单选题】 输入序列为ABC,可以变为CBA时,经过的栈操作为( )。
①  push,pop,push,pop,push,pop
②  push,push,push,pop,pop,pop
③  push,push,pop,pop,push,pop
④  push,pop,push,push,pop,pop
【判断题】 判断顺序队列为空的标准是头指针和尾指针都指向同一个结点。
①  正确
②  错误
【判断题】 在循环队列中,若尾指针rear大于头指针front,其元素个数为rear-front。
①  正确
②  错误
【单选题】 队列是一个( )线性表结构。
①  不加限制的
②  推广了的
③  加了限制的
④ 
【单选题】 顺序栈存储空间的实现使用( )存储栈元素。
①  链表
②  数组
③  循环链表
④  变量
【单选题】 插入和删除只能在一端进行的线性表,称为( )。
①  队列
②  循环队列
③ 
④  循环栈
【判断题】 队列是限制在两端进行操作的线性表。
①  正确
②  错误
【单选题】 最大容量为n的循环队列,队尾指针是rear,队头是front,则队空的条件是( )。
①  (rear+1) % n==front
②  rear==front
③  rear+1==front
④  (rear-1) % n==front
【判断题】 栈是运算受限制的线性表。
①  正确
②  错误