【单选题】【消耗次数:1】
A: Good afternoon. Id like to book a table for two for 7pm on Sunday, please. B: [填空]
Yes, speaking.
Hold the line.
Your name, please.
After a while.
参考答案:
复制
纠错
相关题目
【单选题】 A: Id like to book a room, please. B: [填空]
①  Single or double?
②  Which room?
③  Cheap or expensive?
④  We dont have rooms here.
【单选题】 A: [填空], may I help you? B: Id like to book a single room, please.
①  Holiday Hotel
②  Speaking
③  Hey
④  Im Franco Rossi
【单选题】 A: Hello, this is Bill. Id like to speak with Mr Wang, please. B: [填空]
①  Who is speaking over there?
②  Sorry, he is not available at the moment.
③  Can you tell me who you are?
④  Theres no one here by that name.
【单选题】 I’d like to book a flight to Shanghai, please.
①  No, of course not
②  Do you mind if I said no?
③  Yes, sir, single or return?
④  You can’t. We are busy
【判断题】 A: Can I speak to Mr. Johnson, please? B: Hold on, please.
①  正确
②  错误
【单选题】 Anyone who[填空] questions to ask, please come to my office this afternoon.
①  has
②  had
③  have
④  having
【判断题】 A: Good evening, Valley Hotel. B: Good evening, who is that speaking, please?
①  正确
②  错误
【判断题】 A: Good evening, Valley Hotel. B: Good evening, who is that speaking, please?
①  正确
②  错误
【单选题】 These are your clothes. Put [填空] in the wardrobe,please.
①  it
②  them
③  they
④  its
【单选题】 After filling out this form, please dont forget to______ your name.
①  sign
②  sigh
③  scribble
④  jot
随机题目
【判断题】 do...while循环:该循环程序在初次运行时会首先执行一遍其中的代码,然后当指定的条件为true时,它会继续这个循环。
①  正确
②  错误
【判断题】 return 语句用来规定从函数返回的值。因此,需要返回某个值的函数必须使用这个 return 语句。
①  正确
②  错误
【判断题】 在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次