A.put down
B.put on
C.put off
D.put up
第1题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第2题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第3题:
Your ______ working on my vessel has acknowledged the truth of and liability for the damage.
A.representative
B.DP
C.ship-owner
D.man
第4题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第5题:
48.
A. my
B. his
C. their
D. your
第6题:
30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }
A.E
B.s
C.n
D.h