【单选题】【消耗次数:1】
“If we fail to act now, “said Tom, “We’ll find ourselves _____in action later on.”
paid back
paid for
paid up
paid off
参考答案:
复制
纠错
相关题目
【单选题】 “If we fail to act now,” said Tom, “We’ll find ourselves ____ in action later on.”
①  paid back
②  paid for
③  paid up
④  paid off
【单选题】 Things are back to _____ since we paid off all our debts.
①  formal
②  normal
③  regular
④  common
【单选题】 Alice had a dream of becoming a biologist at a very young age and her ( ) paid off.
①  possess
②  prevail
③  positive
④  persistence
【单选题】 The human race has already paid a heavy price for its slow _____to environmental threats.
①  response
②  responsibility
③  resolution
④  resistance
【单选题】 27.He asked me to lend him some money, which I agreed to do, ________ that he paid me back the following week.
①  on occasion
②  on purpose
③  on condition
④  only if
【单选题】 The treasury issued an order stating that ____ land purchased from the government had to be paid for in gold and silver.
①  henceforth
②  moreover
③  whereby
④  however
【单选题】 A: Is it time for us to set off now? B: [填空]. We’ll have to wait for one more hour.
①  Certainly, it is
②  Thats all right
③  Sorry, I am afraid not
④  Sorry,its too long
【单选题】 Up to now we have ( )the goal we set at the very beginning.
①  assured
②  influenced
③  possessed
④  accomplished
【单选题】 — We have to stop talking here. Listen, _____! —Hurry up, or we’ ll be late.
①  There goes the bell
②  There does the bell go
③  There the bell goes
④  Goes the bell there
【单选题】 Now that we’ve ____, can we come to a decision?
①  thought over
②  thought of
③  thought through
④  thought about
随机题目
【单选题】 下列转义字符中错误的一个是()
①  \000
②  \014
③  \x111
④  \2
【单选题】 设有数组定义:char array[]=”China”; 则数组所占的空间是()
①  4个字节
②  5个字节
③  6个字节
④  7个字节
【单选题】 下列各语句定义了数组,()是正确的。
①  inta[][]={1,2,3,4};
②  intx[2][2]={1,2,3,4,5};
③  intx[2][]={1,2,4,6};
④  intm[][3]={1,2,3,4,5,6};
【单选题】 Turbo-C语言中,字符类型数据占()字节。
①  1个
②  2个
③  4个
④  8个
【单选题】 若有说明语句:int x[3][4];则以下关于x、*x、x[0]、&x[0][0]的正确描述是()。
①  x、*[x]、x[0]和x[0][0]均表示元素x[0][0]的地址
②  只有x、x[0]和x[0][0]表示的是元素x[0][0]的地址
③  只有x[0]和x[0][0]表示的是元素x[0][0]的地址
④  只有x[0][0]表示的是元素x[0][0]的地址
【单选题】 C语言程序是由()组成。
①  子程序
②  主程序和子程序
③  函数
④  过程
【单选题】 排序中当待排序记录的关键字(数值)()时,排序结果是惟一的,否则排序结果不惟一。
①  都相同
②  都不相同
③  有序
④  无序
【单选题】 冒泡排序算法的运作如下(从后往前),排列顺序正确的是() (1)比较相邻的元素。如果第一个比第二个大,就交换他们两个。 (2)针对所有的元素重复以上的步骤,除了最后一个。 (3)对每一对相邻元素作同样的工作,从开始第一对到结尾的最后一对。在这一点,最后的元素应该会是最大的数。 (4)持续每次对越来越少的元素重复上面的步骤,直到没有任何一对数字需要比较。
①  1-2-3-4
②  1-3-2-4
③  1-4-2-3
④  1-2-4-3
【单选题】 C语言中,s=--i;等价于()
①  i=i-1;s=i
②  s=i;i=i-1
③  s=i;s=i-1
④  s=i;s=s-1
【单选题】 Raptor中,向下取整,可以通过()完成。
①  floor
②  seiling
③  abs
④  max