【单选题】【消耗次数:1】
A: Would you like some wine? B: Yes, just [填空].
little
very little
a little
little bit
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【判断题】 A: Would you like some more wine? B: A little more. Thank you.
①  正确
②  错误
【单选题】 Would you mind _____ your radio a little bit? I cant concentrate on my work.
①  turning on
②  turning down
③  turning to
④  turning in
【单选题】 A: You look a little pale. Are you OK? B: [填空], I feel terrible.
①  To tell you the truth
②  To speak out
③  To begin with
④  To sum up
【单选题】 A: Honey, there is little milk in the fridge. B: [填空]
①  OK, ok. Ill go to the store right now.
②  Yes, honey. Let me know what I can do.
③  Whats missing, dear?
④  Sure, Ill get more next time.
【单选题】 Lily is a good student except ________ she is a little bit careless.
①  where
②  which
③  that
【单选题】 There’s little chance that mankind would _____ a nuclear war.
①  retain
②  endure
③  maintain
④  survive
【单选题】 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
【判断题】 A: What does your son look like? B: He is quiet and a little shy.
①  正确
②  错误
【单选题】 The little boy stared at him in ( ).
①  astonishing
②  astonished
③  astonishment
④  astonishingly
【单选题】 The little boy was [] hearted.
①  mouse
②  chicken
随机题目
【单选题】 设有定义:char a;int b;float c,double d;执行语句:c=a+b+c+d;后,变量c 的数据类()。
①  int
②  char
③  float
④  double
【单选题】 若ch为char型变量,k为int型变量(已知字符a的ASCII十进制代码为97), 则以下程序段的执行结果是(). ch=a; k=12; printf(%x,%o,,ch,ch); printf(k=%%%d\n,k);
①  因变量类型与格式描述符的类型不匹配,输出无定值
②  输出项与格式描述符个数不符,输出为零值或不定值
③  61,141,k=%12
④  61,141,k=%d
【单选题】 有以下程序: main( ) { int c; while((c=getchar( ) ) != \n ) { switch(c- 2 ) { case 0 : case 1 : putchar(c+4) ; case 2 : putchar(c+4) ; break; case 3 : putchar(c+3) ; default: putchar(c+2) ; break; } } printf(\n } 当输入: 247, 程序的输出结果是()。
①  689
②  6689
③  66778
④  66887
【单选题】 若已定义:int a=5,b=9,c=6;则语句b++;++c;a=b-c;运行后a的值为()。
①  5
②  3
③  2
④  4
【单选题】 算法的每一步都必须是可行的,也就是说,每一步都能够通过执行有限次数完成。是指算法五大特性中的()。
①  有穷性
②  确定性
③  可行性
④  输入输出性
【单选题】 要为float类型变量x、y、z赋同一初值3.14,下列说明语句哪一个是正确的()。
①  floatx,y,z=3.14;
②  floatx,y,z=3*3.14;
③  floatx=3.14,y=3.14,z=3.14;
④  floatx=y=z=3.14;
【单选题】 字符“3”的ASCII码值是()
①  其它答案都不正确
②  3
③  51
④  48
【单选题】 下列关于函数的描述中,错误的为()。
①  函数的定义可以嵌套
②  函数体内可以没有语句
③  函数可以没有参数
④  函数可以没有返回值
【单选题】 下列自定义标识符中,()是不符合规定。
①  MAX
②  _MIN
③  MAX$
④  MIN_2
【单选题】 若有char ch;利用getchar(ch);语句将字符“A”输入给变量ch,则输入方式()是正确的。
①  A↙
②  65↙
③  \041↙
④  \101↙