【单选题】【消耗次数:1】
To succeed in our future goal, [] we students really need to do is to study as hard as possible.
that
how
what
why
参考答案:
复制
纠错
相关题目
【单选题】 I really do not know whether we can succeed, so do not expect ____.
①  too much of us
②  us too much
③  of us too much
④  us of too much
【单选题】 We need fifteen more people _____our team to do the job.
①  but
②  except
③  as well
④  besides
【单选题】 We are interested in the weather because it __________ us so directly --- what we wear, what we do, and even how we feel.
①  benefits
②  affects
③  guides
④  effects
【单选题】 How [填空] rice do you need?
①  much
②  many
③  long
④  about
【单选题】 Our teacher recommended that we ____ as attentive as possible when we visit the museum.
①  are
②  shall be
③  be
④  were
【单选题】 Our teacher recommended that we _____as attentive as possible when we visit the museum.
①  are
②  shall be
③  be
④  were
【单选题】 Our mother earth gives us ________we need in our daily life.
①  A. Everything
②  B.something
③  C.nothing
④  D.A.thing
【单选题】 We really appreciate our working environment, in -- --- there was open, friendly workplace communication.
①  how
②  what
③  whom
④  which
【单选题】 Mary has a _____ view of our future. But nobody believes what she said.
①  portable
②  primary
③  possession
④  positive
【单选题】 6. What really ______ is that the teacher should be responsible for his students.
①  happens
②  cares
③  minds
④  matters
随机题目
【单选题】 下面程序的输出结果是() main( ) {int x=40,y=4,z=4; x=y==z; printf(%d,x); x=x==(y-z); printf(%d,x); }
①  40
②  41
③  11
④  10
【多选题】 调用C语言函数时,实参可以是()
①  常量
②  变量
③  表达式
④  Void
【多选题】 如果输入的是5,以下程序运行结果不正确的是() #include #define M n+n void main( ) { int n; int result; printf(请输入一个整数:); scanf(%d, result=M*M; printf(result = %d\n,result); }
①  100
②  35
③  25
④  50
【多选题】 利用循环求1到5的和值,已知i=1,sum=0;利用循环每次让sum求和,然后i++;判断条件是i<6;则求和的循环操作是()。
①  sum=sum+i
②  sum+=i
③  sum=i
④  i=sum+i
【单选题】 有字符数组a[80]和b[80],则正确的输出语句是()
①  puts(a,b)
②  puts(a);puts(b)
③  printf(%s,%s,a[],b[]);
④  putchar(a,b)
【单选题】 下列不正确的定义是()。
①  int*p=i,i;
②  int*p,i;
③  inti,*p=i;
④  inti,*p;
【单选题】 文件结束标志是()
①  \0
②  EOF
③  \n
④  0
【单选题】 #include stdio.h语句的功能是()。
①  这个语句的功能是进行有关的预处理操作
②  这个语句的功能是进行有关的打印处理操作
③  这个语句的功能是进行有关的扫描理操作
④  这个语句的功能是进行有关的数学公式的处理操作
【单选题】 对于int型非负数据不可采用格式说明符()输出。
①  %x
②  %d
③  %ld
④  %u
【单选题】 要使doublex;longa;获得数据,正确的输入语句是()。
①  scanf(%d,%f,a,x);
②  scanf(%f,%1d,x,a);
③  scanf(%ld,%1f,a,x);
④  scanf(%1d,%1f,a,x);