【单选题】【消耗次数:1】
Parts of my childhood are so _________ to me that they could be memories of yesterday.
prim
vivid
boring
tedious
参考答案:
复制
纠错
相关题目
【单选题】 He irritates me so much that I could ( ).
①  screaming
②  screamingly
③  screamer
④  scream
【单选题】 Could you help me with my homework, please?
①  No, no way
②  No, I couldn’t
③  No, I can’t
④  Sorry I can’t. I have to go to a meeting right now
【判断题】 As the years passed, the memories of her childhood ___fired___ away.
①  正确
②  错误
【单选题】 My father bought me a bicycle____________ I could get to school quickly.
①  so as to
②  so on
③  so that
④  so much
【单选题】 __________ my love of landscape, nothing could persuade me to spend another day in the Highlands.
①  But for
②  For all
③  Above
④  Except for
【单选题】 Yesterday was my birthday. My mother .
①  made a cake to me
②  made a cake me
③  made for me a cake
④  made me a cake
【单选题】 It was in the countryside ________ I spent my childhood.
①  where
②  place
③  when
④  that
【判断题】 判断线上的内容是否正确:As the years passed, the memories of her childhood ___fired___ away.
①  正确
②  错误
【单选题】 — Could you please help me choose an Mp4 player online?— ________. My computer doesn’t work.
①  I don’t agree
②  I hope so
③  I’m afraid I can’t.
④  i did
【判断题】 It is not so cold as yesterday.
①  正确
②  错误
随机题目
【单选题】 插入 Javacript 的正确位置是?( )
①  body 部分
②  head 部分
③  body 部分和 head 部分均可
④  html外部
【单选题】 打开名为 window2 的新窗口的 JavaScript 语法是?( )
①  open.new(http://www.w3school.com.cn,window2)
②  new.window(http://www.w3school.com.cn,window2)
③  new(http://www.w3school.com.cn,window2)
④  window.open(http://www.w3school.com.cn,window2)
【单选题】 如何求得 2 和 4 中最大的数?( )
①  Math.ceil(2,4)
②  Math.max(2,4)
③  ceil(2,4)
④  top(2,4)
【单选题】 利用下标来访问数组时,最小下标是从( )开始的。
①  0
②  1
③  -1
④  2
【单选题】 如何编写当 i 不等于 5 时执行一些语句的条件语句?( )
①  if =! 5 then
②  if 5
③  if (i 5)
④  if (i != 5)
【单选题】 能够创建元素节点的方法的是( )。
①  createElement()
②  getElementById()
③  getElementByName()
④  forms.length
【单选题】 引用外部show.js文件方法正确的选项是( )。
①  script src=show/script
②  scriptname=show.js/script
③  scripthref=show.js/script
④  scriptsrc=show.js/script
【单选题】 引用名为 xxx.js 的外部脚本的正确语法是?( )
①  script src=xxx.js
②  script href=xxx.js
③  script name=xxx.js
④  script link=xxx.js
【单选题】 如何在浏览器的状态栏放入一条消息?( )
①  statusbar = put your message here
②  window.status = put your message here
③  window.status(put your message here)
④  status(put your message here)
【单选题】 以下选项中,表单重置事件对应的事件句柄是( )。
①  onSubmit
②  onReset
③  onChange
④  onLoad