【单选题】【消耗次数:1】
Which of the following is the time when students work in a pair?
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.
参考答案:
复制
纠错
相关题目
【单选题】 Which of the following is the time when students work in groups?
①  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 group
④  When students are expected to work on their own at their own speed.
【单选题】 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.
【单选题】 Which of the following is the time when students study by themselves?
①  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.
【单选题】 What role does a teacher play in the following activity? When students are doing a group-work task, the teacher joins one or two groups for a short period of time.
①  Controller
②  Assessor
③  participant
④  Resource-provider.
【单选题】 When is appropriate for the teacher to give classroom instructions to students?
①  Give directions to tasks or activities, checking comprehension, giving feedback
②  Providing explanations to a concept or language structure, drawing attention
③  Setting requirements, checking comprehension, assigning homework
④  All of the above.
【单选题】 What role does a teacher play in the following activity? The teacher gives students 2 minutes to skim a text, and when time is up, he asks students to stop and answer some questions.
①  Controller
②  Assessor
③  Organizer
④  Prompter
【单选题】 A kind teacher always takes a very _______ attitude when correcting students’ mistakes.
①  negative
②  partial
③  potential
④  positive
【单选题】 The students can ’t finish the work ______ the teacher’s help.
①  A. with
②  B.for
③  C.without
④  D.on
【判断题】 There existed a certain doubt among the students as to the necessity of the work.
①  正确
②  错误
【单选题】 When college students ___ future employment, they often think of status, income, and prestige.
①  demand
②  assume
③  apply
④  anticipate
随机题目
【单选题】 以下程序运行后的输出结果是( ) main() { int a=1,b=2; a=a+b; b=a-b; a=a-b; printf(%d,%d\n,a,B.; }
①  1,2
②  1,1
③  2,2
④  2,1
【单选题】 下列不属于C语言中关键字的是( )
①  long
②  print
③  default
④  typedef
【单选题】 在C语言程序中,表达式8/5的结果是( )
①  1.6
②  1
③  3
④  0
【单选题】 在C语言中,认为( )为逻辑真
①  true
②  大于0的数
③  非0整数
④  非0的数
【单选题】 设变量a是int型,f是float型,i是double型,则表达式5+′a′+i*f值的数据类型为( )
①  int
②  float
③  double
④  不确定
【单选题】 为表示逻辑表达式7990,应使用的C语言表达式是( )
①  ( X79 )( X90 )
②  ( X79 )!=( X90 )
③  7990
④  (X79 )||( X90 )
【单选题】 下列C语言用户标识符中合法的是( )
①  2y
②  sum
③  int
④  %5f
【单选题】 C语言中运算对象必须是整型的运算符是( )
①  %=
②  /
③  =
④  <=
【单选题】 C语言中,关系表达式和逻辑表达式的值是( )
①  0
②  0或1
③  1
④  ‘T’或’F’
【单选题】 C语言中用( )表示逻辑“真”
①  true
②  整数值1
③  非零整数值
④  False