【单选题】【消耗次数:1】
The boat pulled [填空]alongside the ship.
down
out
in
up
参考答案:
复制
纠错
相关题目
【单选题】 They were [填空] up by a fishing boat.
①  taken
②  picked
③  icken
④  bring
【单选题】 The old houses are being pulled down to _______ a new office block.
①  make room for
②  make use of
③  take the place of
④  supply with
【单选题】 Look out ! That tree _______ fall down.
①  is going to
②  will be
③  shall
④  would
【单选题】 Look out! That tree ___ fall down.
①  is going to
②  will be
③  shall
④  would
【单选题】 Look out ! That tree_______ fall down.
①  is going to
②  will be
③  shall
④  would
【单选题】 6.Look out! That tree _______ fall down.
①  is going to
②  will be
③  shall
④  would
【单选题】 Shall we sit up here on the grass or down there near the water?_________
①  I’d rather stay here if you don’t mind.
②  Sorry, I don’t like neither.
③  Certainly, why not?
④  Yes, we like these two places.
【单选题】 - Shall we sit up here on the grass or down there near the water?
①  I’d rather stay here if you don’t mind
②  Sorry, I don’t like neither
③  Certainly, why not?
④  Yes, we like these two places
【填空题】 Direction: Fill in the blanks with thephrases given below. Change the form if necessary.[ought to; look forward to; in wonder; give way to; look down; on the way to; reach out; put one’s arm around; trip over; cut into]4. If you dont lace up your shoes, youll[填空1].
【单选题】 It was for this reason ___ her uncle moved out of New York and settled down in a small village.
①  which
②  why
③  that
④  how
随机题目
【单选题】 执行循环语句for (x=0,y=0;(x!=3)&&(x<8);x++)y++;后y 的值是()。
①  3
②  8
③  0
④  不确定
【单选题】 若用数组名作为函数调用的实参,传递给形参的是()。
①  数组的首地址
②  数组中第一个元素的值
③  数组中的全部元素的值
④  数组元素的个数
【单选题】 若调用一个函数,且此函数中没有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
【单选题】 循环结构控制方式有两种、由明确次数来控制循环结束的循环结构是()。
①  条件控制循环
②  计数控制循环
③  选择控制循环
④  顺序控制循环
【单选题】 通过输出设备,将程序处理结果显示的操作是()。
①  输入
②  输出
③  修改
④  判断