【单选题】【消耗次数:1】
JohnSmithis_____honestyoungman.
one
an
the
a
参考答案:
复制
纠错
相关题目
【单选题】 This book is ______ that one, but ______ than that one.
①  as difficult as; expensive
②  as more difficult as; more expensive
③  as difficult as; more expensive
④  more difficult as; as expensive
【单选题】 This book is ________ that one. But __________ than that one.
①  as difficult as ;expensive
②  as more difficult as ; more expensive
③  as difficult as ; more expensive
④  more difficult as ; as expensive
【单选题】 Only when one is ______ of one’s getting behind is one more likely to catch up.
①  critical
②  aware
③  visual
④  effective
【单选题】 3.This book is ____that one, but ____than that one.
①  as difficult as; expensive
②  as more difficult as; more expensive
③  as difficult as; more expensive
④  more difficult as; as expensive
【单选题】 This book is_____that one. But______than that one.
①  as difficult as ;expensive
②  as more difficult as ; more expensive
③  as difficult as ; more expensive
④  more difficult as ; as expensive
【单选题】 Modesty helps one to go forward, ______ conceit makes one lag behind.
①  whenever
②  only if
③  whereas
④  consequently
【单选题】 This movie is ________ that one.
①  as more interesting as
②  as interesting as
③  too interesting to
【单选题】 This box is ______ that one.
①  heavy than
②  so heavy than
③  heavier as
④  as heavy as
【单选题】 This box is ________ that one.
①  heavy than
②  so heavy than
③  heavier as
④  as heavy as
【单选题】 Every year, one student in our high school wins a scholarship that ____one year of college.
①  improves
②  subsidizes
③  obliges
④  inflicts
随机题目
【单选题】 在C语言中,非法的八进制是:()
①  016
②  018
③  017
④  02
【单选题】 有以下的定义语句:structstudent{intnum;charname[9];};则不能正确定义结构数组并赋初始值的是()。
①  structstudentstu[2]={1,zhangsan,2,lisi};
②  structstudentstu[2]={{1,zhangsan},{2,lisi}};
③  structstu[2]={{1,zhangsan},{2,lisi}};
④  structstudentstu[]={{1,zhangsan},{2,lisi}};
【单选题】 若有说明语句:charc=’9’,sp1,sp2;,以下均正确的一组赋值语句是()
①  sp1=c;sp2=sp1
②  sp1=c;sp2=sp1
③  sp1=c;sp2=*sp1
【单选题】 若a为整型变量,则以下语句a=-2;printf(%d\n,a);()
①  赋值不合法
②  输出为不确定的值
③  输出值为-2
④  输出值为2
【单选题】 int a=2;if(a=1){执行语句;}对if条件判断正确的是()。
①  条件为真,成立
②  条件为假,不成立
③  条件没法判断
④  其它都不对
【单选题】 设有说明:char w;int x;float y;double z;则表达式w*x+z-y 值的数据类型为().
①  float
②  char
③  int
④  double
【单选题】 合法的数组定义是()
①  inta[]={string};
②  inta[5]={0,1,2,3,4,5};
③  chara={string};
④  chara[]={0,1,2,3,4,5}
【单选题】 标识符是用来标识变量名等的有效字符序列,以下列出的有效标识符[按命名要求命名]有()。
①  float
②  3type
③  class name
④  _productid
【单选题】 以下能正确定义二维数组的语句为()。
①  inta[][];
②  inta[][4];
③  inta[3][];
④  inta[3][4];
【单选题】 已知x=45,y'=a',z=0;则表达式(x>=z&&y'<z'||!y)的值是()。
①  0
②  语法错
③  1
④