【单选题】【消耗次数:1】
I am so tired that I spend one day _______.
to sleep
sleeping
sleeps
参考答案:
复制
纠错
相关题目
【单选题】 I am[填空]?tired?that I don’t want to go out.
①  very
②  too
③  so
④  indeed
【单选题】 I think the story is not so ______ as that one.
①  Interesting
②  interested
③  more interesting
④  most interesting
【单选题】 I am hungry. So [填空] he.
①  does
②  is
③  do
④  did
【单选题】 19._____ all this work and so little sleep at night, I don’t think I can go on much longer.
①  What about
②  What if
③  What with
④  What for
【单选题】 4. I think the story is not so ____as that one.
①  interesting
②  interested
③  more interesting
④  most interesting
【单选题】 With so much I am not sure if Ill have time for the game.
①  do
②  doing
③  did
④  to do
【单选题】 I was ______ tired that I had to rest.
①  very
②  so
③  enough
④  too
【单选题】 ——Mary, what would you say to a holiday for the weekend? ——____. I am simply tired of life here.
①  You’retakenthewordsoutofmymouth
②  Enjoyyourself
③  Ican’taffordthetime
④  Whereshouldwego?
【单选题】 I am not sure whether I can gain any profit from the investment, so I can’t make a(n) ____ tohelp you.
①  exact
②  defined
③  definite
④  sure
【单选题】 Could you be so kind as to turn down that rock “n” roll? I am preparing for tomorrow’s exam.____________
①  It’s none of your business.
②  What are you doing?
③  Sure. Sorry to disturb you.
④  No, I don’t think so.
随机题目
【简答题】 表达式3*2+4.0/5?15%?4+(5*8/9+4)%5?1/2+1.0/2的值是[填空1]。
【简答题】 分析下面程序main(){ int x=2,y,z;x*=3+2;printf(%d\nx*=y=z=4;printf(%d\nx=y=1;z=x++-1;printf(%d,%d\n,x,z);z+=-x++ +(++y);printf(%d,%d,x,z); }程序的输出结果是[填空1]。
【简答题】 输入一个字符,如果是大写字母,则把其变成小写字母;如果是小写字母,则变成大写字母;其它字符不变。请在()内填入缺省的内容。main( ) { char scanf(“%c”, if ([填空1]) ch=ch+32; else if(ch=’a’ch=‘z’) ([填空2]);printf(”%c\n”,ch); }
【简答题】 C语言中,运算符的结合性有两种:左结合和右结合,左结合是[填空1]计算,右结合是[填空2]计算。
【简答题】 C语句分为:[填空1]语句、[填空2]语句、[填空3]语句、[填空4]语句和[填空5]语句。
【简答题】 下列程序的输出结果是[填空1]。#includestdio.hmain(){ char a;a=Aprintf(%d%c,a,a); }
【简答题】 以下程序输出的结果是[填空1]。#include stdio.hvoid main(){int x, i;for(i=1; i i++){ x=i;if(++x%2==0)if(++x%3==0)if(++x%7==0)printf(%d\n,x);}printf(“\n”);}
【简答题】 有以下程序#includestdio.hmain(){ int x;scanf(%d,if(x15) printf(%d,x-5);if(x10) printf(%dif(x5) printf(%d\n,x+5); }若程序运行时从键盘输入12回车,则输出结果为[填空1]。
【简答题】 有以下程序(说明:字符0的ASCII码值为48)#includestdio.hmain(){ char c1,c2;scanf(%d,c2=c1+9;printf(%c%c\n,c1,c2); }若程序运行时从键盘输入48回车,则输出结果为[填空1]。
【判断题】 计算机程序设计语言分为机器语言、汇编语言、高级语言和自然语言。
①  正确
②  错误