【单选题】【消耗次数:1】
The employment rate has gone up, _______many graduates think it hard to find appropriate jobs.
so
and
but
参考答案:
复制
纠错
相关题目
【单选题】 Not __________, with youth unemployment so high, some school – leavers with qualifications fail to find jobs.
①  obviously
②  surprisingly
③  particularly
④  normally
【单选题】 These plastic flowers look so ___ that many people think they are real.
①  beautiful
②  natural
③  artificial
④  similar
【单选题】 These plastic flowers look so ________ that many people think they are real.
①  natural
②  beautiful
③  artificial
④  similar
【单选题】 16.-This dress was last year’s style. -I think it still looks perfect ______ it has gone out this year.
①  so that
②  even though
③  as if
④  ever since
【单选题】 —How many people will come to Beijing for the Olympic Games in 2008?—Its hard to say. _______ people, I think.
①  Million of
②  Millions of
③  Two millions of
④  Two million of
【单选题】 Further developments subsequent ( ) our meeting may improve the employment rate.
①  to
②  in
③  at
④  into
【单选题】 When college students ___ future employment, they often think of status, income, and prestige.
①  demand
②  assume
③  apply
④  anticipate
【单选题】 As you know, when college students __________ their future employment, they often think of status and income.
①  apply
②  demand
③  anticipate
④  suppose
【单选题】 I think his hard work will _______ big success in the end.
①  take up
②  put out
③  get by
④  result in
【单选题】 3.Many American people lost their jobs in the economic_________of 1929.
①  emergency
②  crisis
③  time
④  stage
随机题目
【单选题】 启动计算机是将操作系统()。
①  从磁盘调入CPU
②  从软盘装入硬盘
③  从呢存储器调入高速缓冲器
④  从系统盘调入内存储器
【单选题】 以下对二维数组a进行正确初始化的是()
①  inta[2][3]={{1,2},{3,4},{5,6}};
②  inta[][3]={1,2,3,4,5,6};
③  inta[2][]={1,2,3,4,5,6};
④  inta[2][]={{1,2},{3,4}};
【单选题】 以下程序执行后输出结果是() #include stdio.h main( ) { char s[]=\n123\\; printf(%d,%d\n,strlen(s),sizeof(s)); }
①  赋初值的字符串有错
②  6,7
③  5,6
④  6,6
【单选题】 若有定义int*x[3],b[10];则正确的赋值语句是()
①  x=b[0];
②  x=b;
③  x[0]=b[0];
④  x[0]=b[0];
【单选题】 若有int b[4]={0,1,2,3},*p则数值不为3的表达式是:()
①  p=s+2,*(p++)
②  p=s+3,*p++
③  p=s+2,*(++p)
④  s[3]
【单选题】 若有定义:int a[2][4];,则引用数组元素正确的是()
①  a[0][3]
②  a[0][4]
③  a[2][2]
④  a[2][2+1]
【单选题】 若a是int类型变量,()不是合法的C语句。
①  {intj;j++;}
② 
③  {;}
④ 
【单选题】 十进制数16的十六进制数是()
①  11
②  12
③  13
④  10
【单选题】 下面程序的运行结果是() #include stdio.h main( ) { char a[]=morning,t; int i,j=0; for(i=1;i if(a[j]j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts(a); }
①  mogninr
②  mo
③  morning
④  mornin
【单选题】 选择出合法的if语句(设int x,a,b,c;)()。
①  if(a==b)x++
②  if(a=b)x++
③  if(ab)x++
④  if(a=b)x++