【单选题】【消耗次数:1】
It is what you do rather than what you say ___ matters.
that
what
which
this
参考答案:
复制
纠错
相关题目
【单选题】 It is the ability to do the work ___ matters not where you come from or what you are.
①  one
②  that
③  what
④  it
【单选题】 It is the ability to do the job_____ matters, not where you come from or what you are.
①  one
②  that
③  what
④  if
【单选题】 Do what you think is right, ________ they say.
①  whatever
②  however
③  whenever
④  whichever
【判断题】 A: What should we do this evening? B: You say.
①  正确
②  错误
【单选题】 What do you think _____solve the problem ?
①  you can do
②  can you do
③  you can do to
④  can you do to
【单选题】 _________ do you want to learn French? What is the reason?
①  When
②  Why
③  What
④  Which
【单选题】 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
【单选题】 —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.
【单选题】 What do you [填空] your brother?
①  think
②  think of
③  thinking
④  thought
【单选题】 A: What do you prefer, meat or fish? B: [填空].
①  Yes, thank you
②  All right
③  Help yourself, please
④  Either will do
随机题目
【单选题】 若调用一个函数,且此函数中没有RERURN语句,则关于该函数正确的说法是()
①  有返回值
②  回若干个系统默认值
③  能返回一个用户所希望的函数值
④  返回一个不确定的值
【多选题】 在函数调用时,以下说法不正确的是()
①  函数调用后必须带回返回值
②  实际参数和形式参数可以同名
③  函数间的数据传递不可以使用全局变量
④  主调函数和被调函数总是在同一个文件里
【单选题】 定义一个能够存放10个整型数据的一维数组的定义格式正确的是()
①  int a[9]
②  float a[10]
③  float a[9]
④  int a[10]
【单选题】 a=(1,2,3);语句执行后,a的值是()
①  是0
②  是2
③  是3
④  是1
【单选题】 将(AF)16与(78)16进行按位异或的结果是()。
①  (D7)16
②  (28)16
③  (D8)16
④  (27)16
【单选题】 有以下程序,程序运行以后的输出结果是() #include stdio.h main( ) { int a[ ]={2,3,5,4},i; for(i=0;i switch(i%2) { case 0:switch(a[i]%2) {case 0:a[i]++;break; case 1:a[i]--; }break; case 1:a[i]=0; } for(i=0;i printf(\n); }
①  3 3 4 4
②  2 0 5 0
③  3 0 4 0
④  0 3 0 4
【单选题】 循环结构控制方式有两种、由明确次数来控制循环结束的循环结构是()。
①  条件控制循环
②  计数控制循环
③  选择控制循环
④  顺序控制循环
【单选题】 通过输出设备,将程序处理结果显示的操作是()。
①  输入
②  输出
③  修改
④  判断
【单选题】 若有定义:int a[3][4],则对数组a 元素的正确引用是()。
①  a[2][4]
②  a[1,3]
③  a[2][3]
④  a[3][1]
【单选题】 sizeof(double)的结果值是()。
①  8
②  4
③  2
④  出错