A. terms
B. words
C. relations
D. conversations
第1题:
I _____my breakfast at 8, but_____ I lunch yet. .
A. had, haven't had
B. had, didn't have
C. have had, didn't have
第2题:
A.ask
B.made
C.let
D.had
第3题:
下列程序中需要清理动态分配的数组,划线处应有的语句是_______。
include<iostream.h>
class person
{
int age,tall;
public:
person( ){age=0;tall=40;cout<<"A baby is born."<<endl;}
person(int i){age=i;tall=40;cout<<"A old person."<<endl;}
person(int i,int j){age=i;tall=j;cout<<"a old person with tall."<<endl;)
~person( ){cout<<"person dead."<<endl;}
void show( )
{
cout<<"age="<<age<<",tall="<<tall<<endl;
}
};
void main( )
{
person*ptr;
ptr=new person[3];
ptr[0]=person( );
ptr[1]=person(18);
ptr[2]=person(20,120);
for(int i=0;i<3;i++)
ptr[i].show( );
______
}
第4题:
A.knows...how
B.know...how
C.knows...what
D.knew...what
第5题:
Client: Hello. May I speak to Mr. Black?
Secretary:_______
A: Speaking, please
B: I ’m sorry. He ’s at a meeting right now.
C: Hello. Who ’re you, please?
D: Hello. Thank you for calling.
第6题:
—Why didn't you go to the cinema yesterday?
—I______, but my daughter returned from America the moment I was leaving.
A. did
B. would
C. was going to
D. had
16.答案为C “你昨晚为什么不去电影院?”“我本打算去,但是我正要离开时我女儿从美国回来了。”该句用过去将来时表示过去打算做某事。