Section ADirections: This section is to test your ability to understand short dialogues. There are 5 recorded dialogues in it. After each dialogue, there is a recorded question. Both the dialogues and questions will be spoken only once. When you hear a question, you should decide on the correct answer from the 4 choices marked A, B, C and D given on your test paper. Then you should mark the corresponding letter on the Answer Sheet with a single line through the center.
A. Customer and merchant.
B. Doctor and patient.
C. Passenger and taxi driver.
D. Passenger and bus conductor.
[听力原文]M: Let’s go to the dance at the Student Center on Friday.W: I’d like to. but I’m going to a lecture. Thanks for asking me though. What is the woman going to do on Friday()
A. Go to a dance.
B. Go to the Student Center.
C. GO to a lecture.
D. Stay at home.
(由单选和多选组成。)星月公司是一家大型制造企业,他们采用现代管理方法管理企业内部和外部的物流活动。 外包物流的优点主要是( )。
A. 可以为企业树立良好形象
B. 便于成本控制
C. 节约包装成本
D. 管理更具有灵活性
int f(int n) static int f=1; f=f*n; return f; main() int i; for (i=1;i<5;i++) printf("%d,",f(i));