【单选题】【消耗次数:1】
The TV sets made in China are much better than ______ in Japan.
that
those
them
it
参考答案:
复制
纠错
相关题目
【单选题】 The rug is______ much better quality. It is made of 80% cotton and 20% wool.
①  from
②  of
③  in
④  at
【单选题】 Japan _____________ cars, television sets, computers and other products.
①  pollutes
②  publishes
③  punishes
④  produces
【多选题】 China is 25 times ____________________ Japan.
①  as large as
②  as long as
③  the size of
④  the length of
【单选题】 The computer could calculate much faster and better than man [] however, it could not drink.
①  comma
②  semicolon
【单选题】 10. Japan lies ______ the east of China.
①  to
②  in
③  about
④  at
【单选题】 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
【判断题】 He spends much time watching?TV
①  正确
②  错误
【单选题】 Our food and service are better than _____ used to be.
①  it
②  we
③  they
④  them
【单选题】 [填空]is better than cure.
①  Prevent
②  Prevented
③  Prevention
④  Preventions
【单选题】 It is better to die ones feet than _______.
①  living on ones knees
②  live on ones knees
③  on ones knees
④  to live on ones knees
随机题目
【单选题】 逻辑运算符正确的是()
①  +
② 
③ 
④  -
【单选题】 当c=0时,在下列选项中能正确将c的值赋给变量a、b的是()
①  c=b=a;
②  (a=c)‖(b=c);
③  (a=c)(b=c);
④  a=c=b;
【单选题】 若有说明:int a[][3]={{1,2,3},{4,5},{6,7}}; 则数组a的第一维的大小为:()
①  2
②  3
③  4
④  无确定值
【单选题】 下面正确的结构体定义格式是()
①  struct结构体名{类型成员变量1;类型成员变量2;.类型成员变量n;};
②  struct结构体名{类型成员变量1;类型成员变量2;.类型成员变量n;}
③  struct{类型成员变量1;类型成员变量2;.类型成员变量n;}结构体名;
④  struct{类型成员变量1;类型成员变量2;.类型成员变量n;}结构体名
【单选题】 下列数的表示中表示八进制数的是()。
①  10B
②  10H
③  10D
④  以上三项都不对
【单选题】 要为字符型变量a赋初值,下列语句中哪一个是正确的()。
①  chara=3;
②  chara=3;
③  chara=%;
④  chara=*;
【单选题】 为了避免嵌套的条件分支语句 if--else中的else总是与()组成成对关系。
①  缩排位置相同的
②  在其之前未配对的
③  在其之前未配对的最近的if
④  在同一行上的if
【单选题】 有以下程序段int?a[10]={1,2,3,4,5,6,7,8,9,10},*p=&a[3],b;b=p[5];b中的值是()
①  5
②  6
③  8
④  9
【单选题】 使用OS Shell退出Turbo C环境进入DOS后,要想返回Turbo C环境应键入()。
①  RETURN
②  EXIT
③  QUIT
④  BREAK
【单选题】 若变量a,b,c已正确定义并赋值,符合C语言语法的表达式是()
①  ab/c;
②  a/cb
③  ab
④  a*b/c