【单选题】【消耗次数:1】
Is that Mr Robert Lee?
Yes, Lee speaking
Hello, what do you want
Sorry, speaking
I don’t know
参考答案:
复制
纠错
相关题目
【判断题】 A: Hello! This is Lee. I want to speak to Smith. B: This is Smith.
①  正确
②  错误
【判断题】 A: Hello! This is Lee. I want to speak to Smith. B: This is Smith.
①  正确
②  错误
【判断题】 I don’t know what you are talking about.
①  正确
②  错误
【单选题】 I don’t know you want to keep the letter, I’ve _____it up.
①  torn
②  given
③  broken
④  disposed
【单选题】 —Hello there, what can I do for you, sir?—_____________________.
①  I can do it myself.
②  No, youre welcome.
③  I would like to buy a pair of glasses.
④  Yes, thank you.
【单选题】 Excuse me. I don’t want to interrupt you but …
①  Can I help you?
②  Certainly, how dare you
③  It’s quite all right
④  Yes, you did
【单选题】 I don’t know what _______ to comfort her.
①  saying
②  to say
【单选题】 13.Don’t ______ to let me know if there’s anything I can do for you.
①  thrill
②  hesitate
③  reject
④  puzzle
【单选题】 Did you know that James Lee [] the novelist and essayist, was also an art critic?
①  comma
②  dash
③  brackets
④  semicolon
【单选题】 What is reflected as important in the following example? A. Would you please turn down the radio a little bit? B. Sorry. ↘ (no, I do not want to.) Or B. Sorry? ↗ (what did you say?)
①  Stress
②  Intonation
③  Sounds
④  Pitch Part
随机题目
【单选题】 下列类中不属于MFC框架基本类的是()
①  CWinApp
②  CFrameWnd
③  CView
④  CObject
【单选题】 以下程序段的运行结果是()。 int s=15; switch(s/4) {default: printf(Over ) ; case 1: printf(One ) ; break; case 2: printf(Two ) ; }
①  Two
②  Over Two
③  Over One
④  One
【单选题】 已知x=10,ch=’A’,y=0;,则表达式“x>=y&&ch<’B’&&!y”的值是()。
①  0
②  1
③ 
④ 
【单选题】 int a=1;printf(a=%d\n”,a);关于这段代码描述不正确的是()。
①  printf()是C的标准输出函数
②  printf()的作用是输出一个字符串,或者按指定格式和数据类型输出若干变量的值
③  %d:表示按二进制整型格式输出变量的值
④  \n表示输出一个换行,即将光标移到下一行的起始位置
【单选题】 C语言是一种()的语言,同时具有高级语言和汇编语言的优点。
①  面向过程
②  面向对象
③  面向事物
④  面向机器
【单选题】 对于以下结构定义:struct{intlen;char*str;}*p;p->str++中的++加在()
①  指针str上
②  指针p上
③  str所指的内容上
④  以上均不是
【单选题】 若已定义int x=-16,y=-12,z;语句z=x<=y;运行后z的值为()。
①  t
②  1
③  f
④  0
【单选题】 以下程序的输出结果是() int a, b; void fun( ) { a=100; b=200; } main( ) { int a=100, b=100; fun( ); printf(%d%d \n, a,b); }
①  100200
②  100100
③  200100
④  200200
【单选题】 C语言程序中可以对程序进行注释,注释部分必须用符号()括起来。
①  {和}
②  [和]
③  /*和*/
④  */和/*
【单选题】 已知大写字母A的ASCII码值是65,小写字母a的ASCII码是97,则用 八进制表示的字符常量’\101’是().
①  字符A
②  字符a
③  字符e
④  非法的常量