【单选题】【消耗次数:1】
I like this jacket better than that one, but it costs twice ______.
as much
so much
that much
too much
参考答案:
复制
纠错
相关题目
【单选题】 Nobody is ______, so try not to worry too much about that.
①  full
②  entire
③  perfect
④  complete
【多选题】 ---I’m really so bored with so much homework. --- _______.
①  A.So do I
②  B.So am I
③  C.So I am
④  D.I’m bored too
【单选题】 The TV sets made in China are much better than ______ in Japan.
①  that
②  those
③  them
④  it
【单选题】 He irritates me so much that I could ( ).
①  screaming
②  screamingly
③  screamer
④  scream
【单选题】 The greatest tragedy in life is not to lose too much,but care about too much,_________ is an important reason people are not happy.
①  who
②  that
③  what
④  which
【单选题】 25. I can’t go—for one thing, I have no money, and ___, I have too much work.
①  what’s more 
②  as well 
③  for another 
④  in addition
【单选题】 At the hotel I always finished the meal with ice cream and the girls there would laugh because I like it so much.
①  A.我在饭店吃饭,最后总是吃冰激凌。我吃得津津有味,惹得那些女服务员发笑。
②  B.在饭店里,我总是以冰激凌来结束吃饭。我吃得津津有味,惹得那些女服务员发笑。
③  C.我在饭店吃饭,最后总是吃冰激凌。因为我是那么的喜欢它,所以那里的女孩子都笑我。
④  D.在饭店里,我总是以冰激凌来结束吃饭。因为我是那么的喜欢它,所以那里的女孩子都笑我。
【单选题】 The computer could calculate much faster and better than man [] however, it could not drink.
①  comma
②  semicolon
【单选题】 In the month, the man earned as much as, if______ than $50,000.
①  no more
②  no much
③  not more
④  not much
【单选题】 25.If you explained the situation to your lawyer, he ______ able to advise you much better than I can.
①  will be
②  was
③  would be
④  were
随机题目
【单选题】 在C++中,函数原型不能标识()
①  函数的返回类型
②  函数参数的个数
③  函数参数类型
④  函数的功能
【单选题】 C++实现运行时的多态性是通过什么机制实现的()
①  重载函数
②  构造函数
③  析构函数
④  虚函数
【单选题】 在公有继承的情况下,基类的成员(私有的除外)在派生类中的访问权限()
①  受限制
②  保持不变
③  受保护
④  不受保护
【单选题】 有说明语句int b[4][5];void fun(int*,int n);调用函数的正确语句是()
①  fun(b,20);
②  fun(b[0],20);
③  fun(b[0][0],20);
④  fun(b,20);
【单选题】 已知int a[10]={0,1,2,3,4,5,6,7,8,9},*p=a;不能表示数组a中元素的式子是()
①  *a
②  *p
③  a
④  a[p-a]
【单选题】 任何复杂的程序,都是由()构成的。
①  分支结构、顺序结构、过程结构
②  循环结构、分支结构、过程结构
③  顺序结构、循环结构、分支结构
④  循环结构、分支结构
【单选题】 若有类模板声明:template classTclass{int k;public:Tclass(int);//……};以下正确的说明语句正确的是()
①  Tclass(double)t(10);
②  Tclassdoublet(10);
③  Tclass0.5t(10);
④  Tclass t(10);
【单选题】 以下程序的输出的结果是()。 int x=3; main( ) int i; for(i=1;i<x;i++)incre( );incre( ) staic int x=1; x*=x+1; printf( %d, x);
①  25
②  26
③  27
④  28
【单选题】 假定AA为一个类,inta()为该类的一个成员函数,若该成员函数在类定义体外定义,则函数头为()
①  intAA::a()
②  intAA:a()
③  AA::a()
④  AA::inta()
【单选题】 如果希望运算符的操作数(尤其是第一个操作数)有隐式转换,则重载运算符时必须用()
①  构造函数
②  析构函数
③  成员函数
④  友元函数