【单选题】【消耗次数:1】
Dont [填空] ladder like that.
take
takes
took
taking
参考答案:
复制
纠错
相关题目
【单选题】 I really dont like the way[填空]he talks.
①  What
②  how
③  when
④  that
【单选题】 A: I dont like the sports programs on Sundays. B: [填空].
①  So do I
②  Neither am I
③  So am I
④  Neither do I
【判断题】 A: How do you like this flat? B: I dont like it.
①  正确
②  错误
【单选题】 Doctors have said that as many as 50% of patients dont take medicine ______.
①  like directed
②  to be directed
③  as directed
④  so that directed
【单选题】 Doctors have said that as many as 50% of patients dont take medicine ______.
①  like directed
②  to be directed
③  as directed
④  so that directed
【单选题】 I dont feel like_____anything now.
①  to eat
②  eating
③  having eaten
④  to be eating
【判断题】 A: Its fine today, and I dont love to stay indoors. B: I dont like it, too.
①  正确
②  错误
【单选题】 I’d like to take you to the coffee house on the corner.
①  Thank you. You shouldn’t’ do that
②  Thanks, I’d like to go with you
③  No, you can’t say so
④  No, no, You can’t do that
【单选题】 You can take as many as you like because they are free of ____ .?
①  fare ?
②  charge ?
③  money ?
④  pay?
【单选题】 You can take any apple ____________ you like.
①  that
②  which
随机题目
【单选题】 定义一个能够存放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
④  出错
【单选题】 若有定义:int a[5],*p=a;则不能正确表示数组元素a[i]的是()。
①  *(a+i)
②  *(p+i)
③  p[i]
④  *p[i]
【单选题】 读取一个十进制整数,并赋值给int型的格式控制符是()。
①  %d
②  %c
③  %f
④  %s