I don’t want to be a normally person!” 75.
第1题:
–– Host: Jack, come and sit in the sofa. Dinner will be ready in a minute. Could I get you something to drink?
–– Guest: ____.
A: No, don ’t trouble. I ’ve drunk enough
B: No, you couldn't. I'm not thirsty
C: Yes, you could. I ’d like some Coca cola
D: Yes, please. I'd like some Sprite
第2题:
A. haven’t
B. don’t
C. didn’t
D. hadn’t
第3题:
I’d rather you ________ make any comment on the issue for the time being.
A) don’t B) wouldn’t C) didn’t D) shouldn’t
选C
would rather that……"宁愿……",that从句中用过去时表示现在或将来要做的事。
第4题:
I______to be a scientist when I______ a boy.
A、wanted, was
B、want, am
C、wanted, am
D、want, was
第5题:
下列程序中需要清理动态分配的数组,划线处应有的语句是_______。
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( );
______
}
第6题:
-- Ann is in hospital.
-- Oh, really? I __ know. I __ go and visit her.
A. didn’t; am going to B. don’t; would
C. don’t; will D. didn't; will