【单选题】【消耗次数:1】
The class has a/an ____ of 27 students.
enrollment
register
staff
record
参考答案:
复制
纠错
相关题目
【多选题】 Adult schools have become popular and the enrollment has increased_________ .
①  rapidly
②  quickly
③  greatly
④  hardly
【单选题】 Adult schools have become popular and the enrollment has_________ rapidly.
①  increase
②  increases
③  increased
④  increasing
【单选题】 This is a big class, and ______ of the students are girls.
①  two third
②  second three
③  two thirds
④  two three
【单选题】 Which of the following is the time when students work as a whole class?
①  When all the students are under the control of the teacher
②  When students work in pairs on an exercise or a task
③  When students work in small groups
④  When students are expected to work on their own at their own speed.
【单选题】 This book has been in the works so long that I have lost _____of most of the sources found for me by the staff of the library.
①  trace
②  trail
③  track
④  touch
【单选题】 The students union has seen a growing ( ) to over several hundred.
①  crowd
②  public
③  population
④  membership
【单选题】 Nancy is considered to be ________ the other students in her class.
①  less intelligent
②  the most intelligent
③  the most intelligent
④  as intelligent as
【单选题】 27. For quite _____ students,their teachers advice is more important than _____ of their parents.
①  few;one
②  afew;that
③  alittle;some
④  alot;many
【单选题】 ?There are altogether fifty students in our class, twenty____ are boys. ?
①  of them ?
②  of those ?
③  of whom ?
④  of whose ?
【单选题】 As a teacher, you should not _______ the students from asking questions in class.
①  ruin
②  restrain
③  import
④  impose
随机题目
【单选题】 下列哪个类型函数不适合声明为内联函数( )
①  函数体语句较多
②  函数体语句较少
③  函数执行时间较短
④  函数执行时间过长
【单选题】 在函数调用时,如某一默认参数要指明一个特定值,则有( )
①  其之前所有参数都必须赋值
②  其之后所有参数都必须赋值
③  其前、后所有参数都必须赋值
④  其前、后所有参数都不必赋值
【单选题】 用于标识十六进制前缀或后缀是( )
① 
②  后缀L或e
③  前缀零
④  前缀0x
【单选题】 使用值传递方式将实参传给形参,下列说法正确的是( )
①  形参是实参的备份
②  实参是形参的备份
③  形参和实参是同一对象
④  形参和实参无联系
【单选题】 设存在函数int min(int,int)返回两参数中较小值,若求15,26,47三者中最小值,下列表达式中错误的是( )
①  int m=min(min(15,26),min(15,47));
②  int m=min(15,26,47);
③  int m=min(15,min(47,26));
④  int m =min(min(47,26),16);
【单选题】 下列表示引用的方法中,( )是正确的。已知:int a=1000;
①  int
②  char
③  int z=1000;
④  float t=
【单选题】 设存在函数int max(int,int)返回两参数中较大值,若求22,59,70三者中最大值,下列表达式不正确的是( )
①  int m = max(22,max(59,70));
②  int m = max(max(22,59),70);
③  int m = max(22,59,70);
④  int m = max(59,max(22,70));
【单选题】 设存在整型变量int x,则下列句与其它三项含义不同的是( )
①  int* p=x;
②  int p=x;
③  int p=x;
④  int p=x;
【单选题】 设函数void swap(int,int)将交换两形参的值,如两整型变量int a=10;int b=15;则执行swap(a,b)后,a、b值分别为( )
①  10,10
②  10,15
③  15,10
④  15,15
【单选题】 在编译指令中,宏定义使用哪个指令( )
①  #include
②  #define
③  #if
④  #else