We should consider the students’ requestthe school library provide more books on popular science.
A. thatB. whenC. which D. where
第1题:
People()foxes()clever but sly animals.
A. consider…to be
B. consider…as
C. Consider…X
第2题:
______ it rain tomorrow moring, the loading ______.
A.Should / will be postponed
B.If / shall be postponed
C.Should / would be postponed
D.If / has to be postponed
第3题:
用所给的词和词组写出符合逻辑的句子。 we/consider/unless/placing an order/will not/you can/give us/of 10%/a price reduction
We will not consider placing an order unless you can give us a price reduction of 10%.
略
第4题:
________ the vessel have no safety radiotelegraphy certificate at the time of her delivery,she ________ be held to be unseaworthy.
A.If/may
B.Will/shall
C.Should/would
D.Would/should
第5题:
第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