【单选题】【消耗次数:1】
I used my drivers license as ( )
identification
identity
identify
identifying
参考答案:
复制
纠错
相关题目
【单选题】 The policeman needs to see____ your ID card or your drivers license.
①  every
②  each
③  either
④  both
【判断题】 I dont swim now, but I used to do when I was a kid.
①  正确
②  错误
【单选题】 My father used to be very weak,_________ now he is much stronger.
①  but
②  at
③  and
④  when
【判断题】 I’m not used to spicy food.
①  正确
②  错误
【单选题】 I am not used to speaking ________ public.
①  in
②  at
③  on
④  to
【单选题】 Ill visit you whenever I will get the chance. Identify the mistake in the sentence.
①  visit
②  whenever
③  will
④  chance
【单选题】 I felt approaching footsteps. I stretched out my hand as I supposed to my mother.
①  A. 我感到有人走近,于是伸出了手,以为是把手伸向母亲。
②  B. 我感到有人走近,我就伸出了手,因为我在等我的母亲。
③  C. 我感到有人向我走来,我想那是我母亲,她把手伸向我。
④  D. 我感到有人向我走来,我想那是我母亲,她伸手搂抱我。
【单选题】 I fell and broke my leg when I_______riding my bike.
①  /
②  is
③  was
【单选题】 I used to ( ) if I didnt get at least six hours sleep at night.
①  moaning
②  moat
③  moan
④  moans
【单选题】 Every time when I go back to my hometown, I usually spend two days ____ of my relatives.
①  going the rounds of
②  rounding up
③  making the rounds of
④  rounding on
随机题目
【单选题】 绘制直线的方法是( )。
①  moveTo(x,y)
②  lineTo(x,y)
③  arc()
④  arcTo()
【单选题】 绘制实心文本正确的方法是( )。
①  lineTo(x,y)
②  moveTo(x,y)
③  strokeText(text,x,y)
④  fillText(text,x,y)
【单选题】 多个图层要实现层叠的必要条件是position属性的值必须是( )。
①  static
②  relative
③  absolute
④  fixed
【单选题】 绘制图像裁剪的方法是( )。
①  drawImage(image,x,y)
②  createPattern(image,type)
③  clip()
④  drawImage(image,x,y,width,height)
【单选题】 下列关于CSS3的圆角边框的说法中,错误的是( )
①  border-radius的四个值按照top-left、bottom-left、bottom-right、top-right的顺序设置。
②  如果border-radius只有一个值,代表水平和垂直的半径都相等
③  border-radius 属性中,如果省略 bottom-right,则与 top-left 相同
④  border-radius 属性中,如果省略 bottom-left,则与 top-right 相同
【单选题】 sessionStorage.key(index)方法的作用是 ( )。
①  保存数据
②  读取数据
③  得到某个索引的key
④  .删除单个数据
【单选题】 下列选项中能够清除div左右两边浮动的属性是( )。
①  clear
②  display
③  overflow
④  float
【单选题】 哪个 HTML5 元素用于显示已知范围内的标量测量( )
①  gauge
②  range
③  measure
④  meter
【单选题】 下列能够将div标记由块显示方式改为行内显示方式的选项是( )。
①  div{overflow:hidden;}
②  div{display:inline;)
③  div{display:block;}
④  div{display:none;}
【判断题】 下列属性中能够设置圆角边框的属性的是 border-style( )。
①  正确
②  错误