A、Yes, go on
B、Yes, you may be
C、Me, too
D、You do your things, please
第1题:
Hanxue: Well, we have several ways of___1_
Daniel: Good. A nice wrapping that catches the eye will certainly help push sales.
Hanxue: Right, the woolen gloves appeal to the eye as well as to the purse.
Daniel: ___2_
Hanxue: We’ll pack them a dozen in a cardboard box,___3_
Daniel: Why not wooden cases_4___
Hanxue: But the charge will be higher and it also slows down delivery
Daniel: I see. I’ll___5_
Hanxue: Please do. I’ll be waiting for your early reply.
A. They are stronger for sea shipment
B. How do you pack them.
C. contact home soon for instructions
D. packing woolen gloves for sea shipment and for shelf selling
E. each with 6 different colors, ten boxes in a carton
第2题:
下面程序的输出结果为【 】。
include<iostream.h>
main()
{
char a[]="morning",t;
int i,j=0;
for(i=1;i<7;i++)
if(a[j]<a[i])
j=i;
t=a[j];
a[j]=a[7];
a[7]=a[j];
cout<<a;
}
第3题:
They are all _________ at the _______ news.
A、exciting; excited
B、excited; exciting
C、 exciting; exciting
D、excited; excited
第4题:
Xiaoyan: I`ve got my fitness programme from the gym for this month,Mary.
Mary: _____1_____class do you have tomorrow , Xiaoyan?
Xiaoyan; Tomorrow-Tuesday-I haven`t got a class. I do gym.
Mary: __2___ do you do gym with?
Xiaoyan: Nobody, I do two gym sessions on my own a week.
Mary: So, ___3____ are your classes?
Xiaoyan: This month, I do aerobics on Saturdays and Tai Chi on Mondays.
Mary: And_____4____do you do next month ?
Xiaoyan: I do three gym sessions, but I don`t do Tai Chi-the class is cancelled.
Mary: _____5____isn't there a class
Xiaoyan: The trainer is on holiday. But it starts again the month after next. So, the month after next, I do two gym sessions again and I do Tai Chi.
Mary: Well. Good luck! Enjoy yourself!
第5题:
The opening ceremony of the Fair will () at 10a.m.tomorrow.
A、begin
B、commence
C、start
D、hold
第6题:
下面程序的运行结果是 #include<stdio.h> main() { char a[]="morning",t; int i,j=0; for(i=1;i<7;i++) if(a[j]<a[i])j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts[a];}
A.mrgninr
B.mo
C.moring
D.morning