【单选题】【消耗次数:1】
I was ( ) to be writing an essay but I got sidetracked.
suppose
ready
readily
supposed
参考答案:
复制
纠错
相关题目
【单选题】 I felt approaching footsteps. I stretched out my hand as I supposed to my mother.
①  A. 我感到有人走近,于是伸出了手,以为是把手伸向母亲。
②  B. 我感到有人走近,我就伸出了手,因为我在等我的母亲。
③  C. 我感到有人向我走来,我想那是我母亲,她把手伸向我。
④  D. 我感到有人向我走来,我想那是我母亲,她伸手搂抱我。
【单选题】 I thought I knew the way, but ____I got lost.
①  somehow
②  somewhat
③  anyhow
④  anyway
【单选题】 When I got up this morning, I felt the temperature had ____.
①  sunk
②  reduced
③  dropped
④  lowed
【单选题】 I cannot read your writing. It is ____.
①  legible
②  illegible
③  eligible
④  intelligent
【单选题】 Before I got to the cinema, the film _______.
①  had finished
②  has finished
③  was finishing
【单选题】 19. — You cant finish the book in less than an hour,I suppose? —
①  Yes,ImsureIcan
②  No,hardly
③  Sorry,Icant
④  IdontthinkIcan
【单选题】 —I’ve got an offer in New York. —Oh, ____! But I’m going to miss you.
①  That’s too bad
②  I’m sorry
③  I beg your pardon
④  That’s great
【单选题】 03. I promised to look_________ the matter as soon as I got there.
①  for
②  in
③  into
④  after
【单选题】 Before I left on the trip,I [填空]hard and got very fit.
①  had trained
②  trained
③  train
④  training
【单选题】 When I got there, Henry ____ to the hospital.
①  had been sent
②  would send
③  was sent
④  would be sent
随机题目
【单选题】 HTML5 Canvas对象的默认宽度为300px,默认高度是( )。
①  200px
②  300px
③  400px
④  500px
【单选题】 下列标识符命名合法的是( )。
①  switch
②  ltrue
③  if
④  $mail_123
【单选题】 以下标记中可以导入外部样式表的标记的是( )。
①  script/script
②  style/style
③  link
④  form/form
【单选题】 在JavaScript中,下列表示返回函数运行结果的语句是( )。
①  retum;
②  document.write(number);
③  alert(number);
④  retum number;
【单选题】 在HTML5中,规定输入字段是必填的属性是( )。
①  required
②  formvalidate
③  validate
④  placeholder
【单选题】 标签imgsrc=”pic1.gif”align=”center”的作用是( )
①  插入图片pic1.gif,图片水平对齐采用“居中”方式
②  插入图片pic1.gif,图片垂直对齐采用“居中”方式
③  插入图片pic1.gif,图片右侧文字的水平对齐采用“居中”方式
④  插入图片pic1.gif,图片右侧文字的垂直位置相对图片“居中”
【单选题】 一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是( )
①  ahref=“/test.asp”/a
②  ahref=“c:/test.asp”/a
③  ahref=“‥/test.asp”/a
④  ahref=“Parent/test.asp”/a
【单选题】 根据以下的HTML代码片段:? h1?style=font-style:italic;color:limegreen;?font-size:30pt;?hello!Nice?to?meet?you!??/h1h1?this?is?the?default?display?of?an?h1?element?/h1 以下描述不正确的是( )
①  第一个h1设置了特定的属性
②  第二个h1用了系统默认的属性
③  “hello!Nicetomeetyou!”的字体颜色是浅绿色
④  “thisisthedefaultdisplayofanh1element”的字体大小为30pt
【单选题】 对于map标记,单图多向超级链接使用area?shape=″图片形状″coords=″坐标″href=″URL″,其中图片形状不包括的是(???)
①  rect
②  circle
③  triangle
④  Poly
【单选题】 以下关于FONT标记符的说法中,错误的是( )
①  可以使用color属性指定文字颜色。
②  可以使用size属性指定文字大小(也就是字号)。
③  指定字号时可以使用1~7的数字。
④  语句FONTsize=+2这里是2号字/FONT将使文字以2号字显示。