【单选题】【消耗次数:1】
Unbelievable! I have failed my final exam for mathematics!____________
Good luck.
Cheer up.
Go ahead.
No problem.
参考答案:
复制
纠错
相关题目
【单选题】 A: Unbelievable! I have failed the driving test again! B: [填空]. This is not the end of the world.
①  Good job
②  Cheer up
③  Go ahead
④  Thats a pity
【判断题】 A: Would you mind if I turned the radio up? B: No, go ahead.
①  正确
②  错误
【单选题】 Thats pretty good that you get up and go running, but I ______ like running early in the morning since I’ve got to prepare breakfast for my family.
①  have a good time
②  have a hard time
③  have time
④  have much time
【单选题】 I’m sure your suggestion will ____ the problem.
①  contribute to solving
②  be contributed to solve
③  contribute to solve
④  be contributed to solving
【单选题】 I’m afraid he _______find the key to this problem.
①  could never
②  never could
③  couldn’t never
【单选题】 Ahead of me I saw a woman ____I thought was my aunt.
①  who
②  whom
③  of whom
④  whose
【判断题】 A: I wish you success in the final exam. B: The same to you.
①  正确
②  错误
【单选题】 I had to complete the assignment by Friday [] otherwise, I would have failed the course.
①  comma
②  semicolon
【单选题】 Theyre trying to ( ) this math problem.
①  figure up
②  figure on
③  figure out
④  figure in
【判断题】 I have a good eye for detail.
①  正确
②  错误
随机题目
【判断题】 在JavaScript中,两个整数进行除(/)运算,其结果也为整数。
①  正确
②  错误
【判断题】 JavaScript表达式的类型只取决于运算符,与操作数无关。
①  正确
②  错误
【单选题】 以下不属于常用边框样式属性的有:(选择一项)
①  border-width
②  border-style
③  border-color
④  border-size
【单选题】 下列声明数组的语句中,错误的选项是( )(选择一项)
①  var student =new Array( );
②  var student =new Array(3);
③  var student[] =new Array(3) (4);
④  var student =new Array(rose,mick
【单选题】 关于以下JavaScript代码,说法正确的是( )。var s = document.getElementsByTagName(pfor(var i = 0;i(s.length;i++) { s[i].style.display=none}
①  隐藏了页面中所有id为p的对象
②  隐藏了页面中所有name为p的对象
③  隐藏了页面中所有标签为(p)的对象
④  隐藏了页面中标签为(p)的第一个对象
【单选题】 在HTML中,CSS样式的Z-index属性表示的含义是()。(选择一项)
①  对象是否显示
②  文本的对齐方式
③  层的堆叠次序
④  字体类型
【单选题】 关于数组对象的常见方法,以下说法错误的是(选择一项)
①  join() 把数组的所有元素放入一个字符串中,通过一个分隔符进行分隔
②  sort ()把数组的元素进行排序
③  length() 获取数组中元素的数目
④  reverse ()反转数组中的元素
【单选题】 setTimeout(adv( ),20)表示的意思是(选择一项)
①  间隔20秒后,adv()函数就会被调用
②  间隔20分钟后,adv()函数就会被调用
③  间隔20毫秒后,adv()函数就会被调用
④  adv()函数被持续调用20次
【单选题】 在html中,有如下代码,单击按钮后的效果是:( )(input type=button value=ok onclick=this.style.background=red)(选择一项)
①  页面上的文字变成红色
②  按钮上的文字变成红色
③  页面背景字变成红色
④  按钮背景变成红色
【单选题】 对于ECMAScript的描述中,以下说法错误的是( ).(选择一项)
①  它是一个重要的标准,并不是javascript唯一的部分。
②  是一种开放的,国际上广为接受的,标准的脚本言规范。
③  它主要描述了语法、变量、数据类型、运算符、逻辑控制语句等。
④  ECMAScript遵循了JavaScript标准。