【单选题】【消耗次数:1】
I think [填空] maths is more important than any other subject.
the
a
an
/
参考答案:
复制
纠错
相关题目
【单选题】 An institution that properly carries the name university is a more comprehensive and complex institution than any other kind of higher education ____.
①  settlement
②  establishment
③  construction
④  structure
【单选题】 An institution that properly carries the name university is a more comprehensive and complex institution than any other kind of higher education _____.
①  settlement
②  establishment
③  construction
④  structure
【单选题】 To answer correctly is more important than ____.
①  that you finish quickly
②  finishing quickly
③  to finish quickly
④  finish quickly
【单选题】 To answer correctly is more important than________.
①  that you finish quickly
②  finishing quickly
③  to finish quickly
④  finish quickly
【单选题】 I think science is ______ than Japanese.
①  much important
②  important
③  much more important
④  more much important
【单选题】 8.To answer correctly is more important than____.
①  that you finish quickly
②  finishing quickly
③  to finish quickly
④  finish quickly
【单选题】 Air is very important, _________ we cannot live any more.
①  without that
②  no which
③  where
④  without which
【单选题】 I don’ t think it’ s important, _____?
①  doesn’ t
②  is it
③  do I
④  isn’ t
【单选题】 6. I think science is ____than Japanese.
①  much important
②  important
③  much more important
④  more much important
【单选题】 27. For quite _____ students,their teachers advice is more important than _____ of their parents.
①  few;one
②  afew;that
③  alittle;some
④  alot;many
随机题目
【单选题】 构成C源程序的基本单位是()
①  语句
②  变量
③  运算符
④  函数
【单选题】 t和q分别指向图中所示结点:ptq↓↓↓┌──┬──┐┌──┬──┐┌──┬──┐│data│next┼→│data│next┼→│data│next┼→...└──┴──┘└──┴──┘└──┴──┘现要将t和q所指结点的先后位置交换,同时要保持链表的连续,以下错误的程序段是()
①  t-next=q-p-next=q;q-next=t;
②  p-next=q;t-next=q-q-next=t;
③  q-next=t;t-next=q-p-next=q;
④  t-next=q-q-next=t;p-next=q;
【单选题】 下列程序段中,非死循环的是()。
①  inti=100;while(1){i=i%100+1;if(i=100)break;}
②  intk=0;do{++k;}while(k
③  ints=10;while(++s%2+s%2)s++;
④  for(;;)
【单选题】
①  5
②  7
③  10
④  0
【单选题】
①  -1
②  1
③  0
④  5
【单选题】 下面关于C语言变量的叙述中,错误的是()。
①  可以用define关键字定义变量
②  变量名用大小写字母是有区别的
③  C语言允许不同基本类型的变量之间进行混合运算
④  C语言中要求对变量作强制定义的主要理由是:便于确定类型和分配空间
【单选题】
①  0
②  1
③  9
④  20
【单选题】 若有定义:inta;则表达式(B)不能用来判断a值为奇数是“真”,偶数是“假”。
①  a%2==1
②  !(a%2)
③  a%2
④  !(a%2==0)
【单选题】 以下程序的运行结果是()。voidmain(){ints=0,i=0;while(i8){i++;if(i%2==0)continue;s+=i;}printf("%d\n",s);}
①  36
②  7
③  16
④  12
【单选题】
①  7
②  8
③  9
④  80