These books are for the students () native language is not English. A、theirB、thatC、of whomD、whose
These books are for the students () native language is not English.
A、their
B、that
C、of whom
D、whose
相关考题:
Teaching activities must be based on the students' cognitive development level and the existing experienced knowledge, thus, students' personal knowledge, students' life world and are also the important curriculum resources except textbook.A.game activitiesB.labour activitiesC.attitudeD.direct experience
Phatic communication refers to( ). A.language’s function of the expression of identity B.social interaction of language C.language′s function of expressing it self D.sociological use of language
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.EB.sC.nD.h
声明并创建一个学生类Student的对象s,下列语法格式正确的是()。A.Student s = Student();B.Student s;C.Student s = new Student();D.Student s = new ();
创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students[1,'height']B.students.loc[2,'height']C.students.iloc[1, 1]D.students['height'][3]
创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65A.students.loc[2,'height']B.students.iloc[1, 1]C.students[1,'height']D.students['height'][3]