A、to be paid
B、get paid
C、that I receive the pay.
D、being paid
第1题:
-Would you like to go to the cinema?
-I'd _____to go to the museum.
A. rather
B. Prefer
C. have
第2题:
现有以下语句: i=1; for (;i<=100;i++) sum+=i;
A.for(i-1;;i++) { sum+--i; if(i==100) break; }
B.for(i=1;i<=100;) { sum+=i; i++; }
C.i=1; for(;i<=100;) { sum+=-i; }
D.i=1; for(;;) { sum+=i; if(i==100) break; i++; }
第3题:
设有一组作业,它们的作业提交时刻及估计运行时间如下所示: 作业号 提交时刻 估计运行时间(分钟) Job1 8:30 70 Job2 9:10 30 Job3 9:30 15 Job4 9:50 5 在单道批处理方式下,采用短作业优先调度算法,作业的执行顺序为
A.Job1,Job4,Job3,Job2
B.Job1,Job3,Job4,Job2
C.Job4,Job3,Job2,Job1
D.Job4,Job1,Job2,Job3
第4题:
第5题:
与“for(i=0;i<10;i++)putchar('a'+i);”功能不同的语句是______。
A.for(i=0;i<10;)putchar('a'+(++i));
B.for(i=0;i<10;)putchar('a'+(i++));
C.for(i=0;i<10;putchar('a'+i),i++);
D.for(i=0;i<=9;i++)putchar('a'+i);
第6题:
B)阅读短文,然后从短文括号中所给词的适当形式填空。
Climbingthehighestmountainsintheworldisnotan78(easily)job.Youhavetofightbadweather,illnessandfear.ButJordanRomero,athirteen-year-oldboyfromAmerica,willclimb79(Asia)highestmountain,MountQomolangma.Hewillsetoutthismonth.80(He)parentsandhelperswillclimbwithhim.Heplanstotake81(second)monthsforhisclimb.“I'mready.ButifIdon'treachthetop82(successful),I'lltrynexttime,”hesaid.Jordanhasalreadyclimbedthehighestmountainsofsixothercontinents(洲).Ifhe83(get)tothetopthistime,hewillbecometheyoungestpersontoclimbtheworld'shighestmountain.
78_________