A、None
B、Both
C、Either
D、Neither
第1题:
It was difficult to guess what his___________ to the news would be.
A.reaction
B. impression
C. comment
D. opinion
第2题:
The 2008 summer Olympic Games ______ in Beijing.
A、were held
B、held
C、was held
D、holds
第3题:
第4题:
A stereotype is a conventional,______,and oversimplified conception,opinion,or image of a group of people.
A. effective
B. formal
C. formulaic
D. beneficial
第5题:
The lifeboat releasing gear lever should be marked with the words ______.
A.DANGER,DO NOT TOUCH
B.DANGER,BOAT MAY DROP
C.DANGER,LEVER RELEASES BOAT
D.DANGER,LEVER DROPS BOAT
第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