【单选题】【消耗次数:1】
Youdon’tknowaboutthedifficultyIhad______theworkthenatall.
done
todo
fordoing
indoing
参考答案:
复制
纠错
相关题目
【单选题】 Youdon’thavetobeinsuchahurry,Iwouldratheryou________onbusinessfirst.
①  wouldgo
②  willgo
③  went
④  havegone
【单选题】 They have done things they ought_____.
①  not to do
②  not to be done
③  not to have done
④  not having done
【判断题】 John has never acted as he should have done. 此句中的“done”替代了“has”.
①  正确
②  错误
【单选题】 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
【单选题】 Is she still angry _______what Tom has done?
①  to
②  with
③  about
【单选题】 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
【单选题】 28.Fool ____ Jane is, she could not have done such a thing.
①  who
②  as
③  that
④  like
随机题目
【多选题】 下面哪些控件会影响到界面设计效果?
①  定时器
②  文本框
③  标签
④  Line控件
【多选题】 一般来说好的算法具备哪些特点?
①  有穷性
②  确定性
③  有输出结果
④  有效性
【多选题】 程序设计的三种基本算法结构是?
①  顺序结构
②  分支结构
③  函数结构
④  循环结构
【多选题】 下列函数中,用于取子串的函数是?
①  INT()
②  LEFT()
③  MID()
④  RIGHT()
【单选题】 为了暂时关闭计时器,应把计时器的某 个属性设置为False,这个属性是
①  Timer
②  Visble
③  Enabled
④  Interval
【单选题】 窗体的标题中显示内容由窗体对象的哪一项属性决定
①  BackColor
②  BackStyle
③  Text
④  Caption
【单选题】 下列逻辑表达式中,其值为True的是
①  “THAT”>“THE”
②  “b”>“ABC”
③  9>“H”
④  “A”>“a”
【单选题】 微型计算机在工作中突然断电,则什么部件中的信息将全部丢失?
①  硬盘
②  RAM
③  ROM
④  光盘
【单选题】 当0<x<10时,将x赋值给y,应使用哪一条语句?
①  If 0<x<10 then y=x
②  If 0<x or x<10 then y=x
③  If 0<x and x<10 then y=x
④  If 0<x Xor x<10 then y=x
【单选题】 假定在图片框Picture1中装入了一个图形,为了清除该图形(不删除图片框),应采用的正确方法是。
①  执行语句Picture1.Picture =
②  执行语句Picture1.Picture = LoadPicture ()
③  选择图片框,然后按Del键
④  选择图片框,在属性窗口中选择Picture属性条,然后按回车键