【单选题】【消耗次数:1】
My daughter bought me an IPAD,but I don’t know_____.
A.what to know
B.which one to use
C.when to use
D.how to use it
参考答案:
复制
纠错
相关题目
【单选题】 I don’t know what _______ to comfort her.
①  saying
②  to say
【判断题】 I don’t know what you are talking about.
①  正确
②  错误
【单选题】 What role does a teacher play in the following activity? While doing a writing task either individually or in groups, the students need to use a particular word they don’t know. So they ask the teacher.
①  Controller
②  Assessor
③  participant
④  Resource-provider.
【单选题】 I didn’t know what to do, but then an idea suddenly ________ to me.
①  appeared
②  happened
③  occurred
④  emerged
【单选题】 I don’t know _______ to deal with such matter.
①  what
②  how
③  which
④  /
【单选题】 I will take my daughter with me when I __________ Shanghai.
①  go to
②  will go to
③  have been to
④  have gone to
【单选题】 As a freshman, we should get to know campus ( ) as soon as possible and make good use of them.
①  Source
②  sources
③  resource
④  resources
【单选题】 39.He is said ___abroad, but I don`t know which country he studied in.
①  tohavestudied
②  tostudy
③  tobestudying
④  tohavebeenstudying
【单选题】 13.Don’t ______ to let me know if there’s anything I can do for you.
①  thrill
②  hesitate
③  reject
④  puzzle
【单选题】 I don’t know the place ________ he studied.
①  which
②  that
③  where
④  in where
随机题目
【单选题】 在javascript浏览器对象模型中,window对象的()属性用来指定浏览器状态栏中显示的临时消息。
①  status
②  screen
③  history
④  document
【单选题】 关于函数,以下说法错误的是()
①  函数类似于方法,是执行特定任务的语句块。
②  可以直接使用函数名称来调用函数
③  函数可以提高代码的重用率
④  函数不能有返回值
【单选题】 有如下JavaScript代码: ....。 .....。 页面运行后,输出( )。
①  1
②  0
③  true
④ 
【单选题】 以下不属于select对象常用属性的是
①  onchange
②  length
③  selectedIndex
④  options
【单选题】 以下选项中,( )可以打开一个无状态栏,无工具栏、有滚动条的页面。
①  window.open(adv.html);
②  window.open(adv.html,广告,toolbar=0,scrollbar=0,status=1)
③  window.open(adv.html,广告,toolbar=1,scrollbar=1,status=0)
④  window.open(adv.html,广告,toolbar=0,scrollbar=1,status=0)
【单选题】 要在网页的状态栏中显示“已经选中该文本框”,下列JavaScript语句正确的是是( )。
①  window.status=已经选中该文本框;
②  document.status=已经选中该文本框;
③  window.screen=已经选中该文本框;
④  document.screen=已经选中该文本框;
【单选题】 在JavaScript中,对字符串str=welcome to my home进行以下操作,描述正确的是( )。
①  str.substring(1,6)返回值是welco
②  str.length返回值为18
③  str.indexOf(come)返回值为4
④  str.toUpperCase( )的值为“Welcome To My Home”。
【单选题】 setTimeout(buy( ),20)表示的意思是( )。
①  间隔20秒后,buy( )函数被调用一次
②  间隔20分钟后,buy( )函数被调用一次
③  间隔20毫秒后,buy( )函数被调用一次
④  buy( )函数被持续调用20次
【单选题】 以下不属于window对象的常用方法有:()
①  prompt
②  alert
③  confirm
④  location
【单选题】 关于history对象的常用方法,以下说法正确的是()
①  back()用于加载前一个url
②  forward()用于加载下一个url
③  go()用于加载某个指定的url
④  以上说法均正确