A、destroy
B、throw away
C、fight against
D、get rid of
第1题:
58.
A. interested
B. interests
C. interest
D. interesting
第2题:
第3题:
看R中带有演示数据的包的演示函数是?
A.demo()
B.help()
C.need()
D.没有这个函数
第4题:
A.need to
B.don’t need
C.needn’t
D.need
第5题:
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
第6题:
下列属于构词现象的是()
A.英语“book”加“s”变成“books”
B.汉语中“桌”加“子”变成“桌子”
C.英语“help”加“ed”变成“helped”
D.汉语的“同学”加“们”变成“同学们”