【单选题】【消耗次数:1】
Good evening, madam. Would you like your hair ( )?
done
doing
did
do
参考答案:
复制
纠错
相关题目
【判断题】 How would you like your steak? The answer will be rare, medium or well done.
①  正确
②  错误
【单选题】 Ihaven got___to do this evening. Would you like to go to see a film?
①  something
②  anything
③  nothing
【单选题】 Would you like to have dinner with us this evening?
①  OK, but I have to go to a meeting now
②  No, I can’t
③  I’d love to, but this evening I have to go to the airport to meet my parents
④  I don’t know
【判断题】 A: Here is your drink, madam. May I open it for you now? B: Hold on!
①  正确
②  错误
【单选题】 A: Would you like me to feed your cats while youre on your holiday? B: [填空].
①  I appreciate it, but Ive already fed them
②  No problem, I was more than glad to do it
③  Thanks for offering your help, but my sisters going to do it
④  Certainly, feeding cats is my favorite pastime
【单选题】 do you like the new play?It’s good and interesting.
①  How
②  ?Which
③  ?What
④  ?Whom
【判断题】 A: Do you like your job? B: Im a nurse.
①  正确
②  错误
【单选题】 A: Would you like to go to the cinema this evening?B: Ok , but I dont want to watch ___ sad.
①  something
②  anything
③  nothing
【单选题】 What can I do for you, madam?
①  I want a kilo of apples
②  You can go your own way
③  Thanks
④  Excuse me. I’m busy
【单选题】 — Do you want to go to see a movie?— ______________ I feel like doing something different.
①  Dont mention it.
②  Yes. I want it.
③  Not really.
④  Adeal.
随机题目
【单选题】 有以下程序段int?a[10]={1,2,3,4,5,6,7,8,9,10},*p=&a[3],b;b=p[5];b中的值是()
①  5
②  6
③  8
④  9
【单选题】 使用OS Shell退出Turbo C环境进入DOS后,要想返回Turbo C环境应键入()。
①  RETURN
②  EXIT
③  QUIT
④  BREAK
【单选题】 若变量a,b,c已正确定义并赋值,符合C语言语法的表达式是()
①  ab/c;
②  a/cb
③  ab
④  a*b/c
【单选题】 若定义数组并初始化,运行的结果是() void main( ) { int i,j,a[2][3]={{1,2,3},{4,5,6}}; for(i=0;i for(j=0;j printf(%d,a[i][j]); }
①  1,2,3,4,5,6
②  12345
③  123456
④  无法运行
【单选题】 设a=12,且a定义为整型变量.执行语句a+=a-=a*=a;后a的值为().
①  12
②  144
③  0
④  132
【单选题】 下面程序段a=10;b=0;do{b+=2;a-=2+b;}while(a>=0);中循环的执行次数是()
①  10
②  3
③  5
④  4
【单选题】 下列()对结构类型变量定义是错误的。
①  struct teacher {int num; int age; } teach1;
②  struct {int num; int age; } teach1, teach2;
③  struct {int num; int age; } teacher; struct teacher teach1;
④  struct teacher {int num; int age; } ; struct teacher teach1;
【单选题】 若有说明int a[3][4];则对a数组元素的正确引用是()
①  a[2][4]
②  a(2)(1)
③  a[1+1][0]
④  a[1,3]
【单选题】 若a是单精度实型变量,c是基本整型变量,以下正确的输入语句是()
①  scanf(%f%d,a,c);
②  scanf(%f%d,&a,&c);
③  scanf(%f%f,&a,&c);
④  scanf(%d%f,&a,&c);
【单选题】 美国信息交换标准代码简称()。
①  ASCII码
②  BCD码
③  GB-32码
④  8421码