【单选题】【消耗次数:1】
_________ people have a photographic memory.
No
None
Some
All
参考答案:
复制
纠错
相关题目
【单选题】 Some handicapped people may be ______ to go out at all and a visitor is more than welcome.
①  able
②  unable
③  disable
④  disabled
【单选题】 All people, [] they are old or young, have been trying their best to help those in need.
①  even if
②  whether
③  no matter
④  however
【单选题】 Young people who have got jobs may realize university lessons cant be the only preparation for all of the situations ________ appear in the working world.
①  where
②  when
③  that
④  what
【单选题】 They have no idea at all ___.
①  where he has gone
②  where did he go
③  which place has he gone
④  where has he gone
【单选题】 In English some surnames ____ occupations or people. ?
①  deserve ?
②  desire ?
③  design ?
④  describe?
【单选题】 —We all had a lot of fun at the barbecue ?yesterday. Pity you weren’t there. —I really should have gone with ?you but I _______ on some remaining problems.
①  worked
②  was working?
③  would work
④  would have worked
【单选题】 — Would you like to have some icecream?— _______________
①  I don’t know.
②  No,thanks.
③  I dont like it.
④  I like it.
【单选题】 The children all have very different( ) .
①  personalities
②  persons
③  private
④  humans
【单选题】 The deaf people always have the feeling of ( ).
①  lonely
②  happy
③  lonliness
④  happiness
【单选题】 People [填空] go to the distance space some day.
①  will
②  shall
③  can
④  should
随机题目
【单选题】 在HTML中,运行下面的javascript代码,则在弹出的提示框中显示的消息内容为()。
①  2
②  2.5
③  32/2
④  16
【单选题】 分析下面的JavaScript代码段,输出的结果是()。 emp=new Array(5); emp[1]=1; emp[2]=2; document.write(emp.length);
①  2
②  3
③  4
④  5
【单选题】 在HTML文档对象模型(DOM)中,history对象的( )方法用于加载历史列表中的下一个URL页面。
①  next( )
②  history( )
③  forword( )
④  go(-1)
【多选题】 某页面中有一个id为pdate的文本框,下列( )能把文本框中的值改为“2009-10-12”。
①  document.getElementById(pdate).setAttribute(value,2009-10-12);
②  document.getElementById(pdate).value=2009-10-12;
③  document.getElementById(pdate).getAttribute(2009-10-12);
④  document.getElementById(pdate).text=2009-10-12;
【多选题】 在JavaScript中,下列方法中相当于客户端点击F5(刷新)的是()
①  document.replace( );
②  document.reload( );
③  location.replace(location.href);
④  location.reload( );
【多选题】 以下不属于表格对象的方法有:
①  rows
②  insertRow
③  deleteRow
④  updateRow
【多选题】 关于javascript中的数组,以下描述错误的是
①  定义数组时必须指定长度
②  定义数组时可以不指定长度
③  数组中的长度由其元素的个数确定,与定义时指定的长度无关。
④  javascript不支持定义多维数组
【多选题】 页面上有一个文本框和一个类change,change可以改变文本框的边框样式,那么使用下面的( )就可以实现当鼠标指针移到文本框上时,文本框的边框样式发生变化。
①  onmouseover=className=change;
②  onmouseover=this.className=change;
③  onmouseover=this.style.className=change;
④  onmousemove=this.style.border=solid 1px #ff0000;
【多选题】 关于Firebug,以下说法正确的是:()
①  firebug是IE的一个插件工具
②  firebug是Firefox的一个插件工具
③  具有强大的javascript脚本调试功能
④  以上说法都不对
【多选题】 在HTML文档中包含如下超链接,则选择中对此超链接描述正确的是()。 注册
①  将在浏览器中显示文本内容为“#”的超链接
②  当鼠标移入此链接时,超链接文本大小变为14px
③  当鼠标移出此链接时,超链接文本大小变为14px
④  当鼠标移入此链接时,超链接文本大小变为24px