【单选题】【消耗次数:1】
It is better to die ones feet than _______.
living on ones knees
live on ones knees
on ones knees
to live on ones knees
参考答案:
复制
纠错
相关题目
【单选题】 Which are [填空] ,the black eyes or the blue ones?
①  beautiful
②  much beautiful
③  more beautiful
④  beautifuler
【单选题】 Many people prefer large cars, ___ large cars are safer than small ones.
①  think
②  to think
③  having thought
④  thinking
【判断题】 Achilles Heal means ones fetal weal point.
①  正确
②  错误
【单选题】 As a ( ) student, he enjoys many conveniences and resources which are only wild wishes for other average ones.
①  tip
②  tap
③  top
④  pat
【单选题】 We looked at four cars today. The first two were far too expensive, but____ ones were reasonable priced.
①  other
②  others
③  the other
④  another
【判断题】 替代词one\ones和它们所替代的名词词组中心词的“数”一定要一致。
①  正确
②  错误
【判断题】 You have four children. I have only two.此句中的基数词“two”后面可用替代词ones替代children.
①  正确
②  错误
【判断题】 判断句子翻译是否正确Ones health should never be sacrificed for a need to work hard. 人永远不该为了努力工作的需要而牺牲身体健康。
①  正确
②  错误
【简答题】 Directions: Fill in the blanks with the phrases given below. Change the form if necessary.[comprise of; vote for; access to; wake up; be hooked to; in the long run; work at; to ones joy; pay off; be associated with]8. But[填空1]it is as inevitable as changes in the weather.
【简答题】 Directions: Fill in the blanks with the phrases given below. Change the form if necessary.[comprise of; vote for; access to; wake up; be hooked to; in the long run; work at; to ones joy; pay off; be associated with]5. He[填空1]in the morning to find himself alone in the house.
随机题目
【单选题】 C语言规定,简单变量做实参时,它和对应形参之间的数据传递方式是()
①  地址传递
②  单向值传递
③  由实参传给形参,再由形参传回给实参
④  由用户指定传递方式
【单选题】 下列宏定义命令中,哪一个格式是正确的()。
①  #definepi=3.14159;
②  definepi=3.14159
③  #definepi=3.14159
④  #definepi(3.14159)
【单选题】 设j和k都是int类型,则for循环语句(). for(j=0,k=0; j scanf(%d,&k);
①  最多执行10次
②  最多执行9次
③  是无限循环
④  循环体一次也不执行
【单选题】 以下for循环的执行次数是()。 for(x=0,y=0; (y=123)&&(x x++);
①  无限循环
②  循环次数不定
③  4次
④  3次
【单选题】 不是给数组的第一个元素赋值的语句是()
①  inta[2]={1}
②  inta[2]={1*2}
③  inta[2];scanf(%d,a)
④  a[1]=1
【单选题】 排序中升序方式指的是()
①  由高到低排序
②  由多到少的排序
③  由少到多的排序
④  由低到高排序
【单选题】 若已定义int a=3,b=3,x=1,y=2;表达式(a=y>x)&&(x=b>a)的值是()。
①  6
②  1
③  9
④  0
【单选题】 以超市买苹果为例,一次放一个,一共买5个,最好选用()。
①  条件控制的循环
②  计数控制的循环
③  Raptor操作的循环
④  其它都不对
【单选题】 设有一个名为file1源程序,且已知命令行为:FILE1BEIJINGSHANGHAI,则可得到以下运行结果BEIJINGSHANGHAI的程序为()
①  main(intargc,char*argv[]){while(--argc1)printf(%s\n,*++argv);}
②  main(intargc,char*argv[]){while(argc--=1)printf(%s\n,*++argv);}
③  main(intargc,char*argv[]){while(argc--1)printf(%s\n,*++argv);}
④  main(intargc,char*argv[]){while(argc1)prinif(%s\n,*++argv);}
【单选题】 如果判断变量a与5是相同的应该用的表达式为()
①  a=5
②  a!=5
③  a==5
④  a=5