【单选题】【消耗次数:1】
What are very commonly used teaching procedures and stages?
Presentation, practice and production
Pre-reading, while-reading and post-reading
Mechanical practice and meaningful practice
Both A and B.
参考答案:
复制
纠错
相关题目
【单选题】 What are two grammar practice activities?
①  Mechanical practice and meaningful practice
②  Volume practice and communicative practice
③  Interest practice and meaningful practice
④  Mechanical practice and success oriented practice.
【单选题】 Which type does the following production practice belong to? The students repeat what the teacher says. This activity can practice individual sounds, individual words, groups of words, and sentences.
①  Listen and repeat
②  Fill in the blanks
③  Make up sentences
④  Using meaningful context
【单选题】 What are the purposeful preparation that a language teacher normally receives before he starts the practice of teaching?
①  Learning from other’s experiences
②  Learning the received knowledge
③  Learning from one’s own experiences as a teacher
④  All of the above.
【单选题】 Theory is based on practice and in____ serves practice.
①  turn
②  tone
③  tune
④  practice
【单选题】 While reading the newspaper, ____.
①  a colorful advertisement caught my eyes
②  my attention was attracted by an advertisement
③  I was attracted by a colorful advertisement
④  What attracted my eyes was a colorful advertisement
【单选题】 Which type does the following production practice belong to? She sells sea shells on the seashore.
①  Make up sentences
②  Using meaningful context
③  Using pictures
④  Using tongue twisters.
【单选题】 Clinical Practice Guidelines 代表()
①  临床操作规程指南
②  评价研究证据
③  临床实践指南
④  病例对照研究
【单选题】 Rapid reading means reading something fast just to ____ the general idea.
①  master
②  seize
③  grasp
④  imagine
【单选题】 [填空]reading!
①  Carry on
②  Carry out
③  Picking out
④  Carrying
【单选题】 Even great musicians require ____ practice.
①  convenient
②  continual
③  continuous
④  contrary
随机题目
【多选题】 if(表达式){}这段代码在程序中的表达式可以出现的形式为()。
①  算术表达式
②  关系表达式
③  逻辑表达式
④  数值0或1
【多选题】 在C语言中,以下关于预处理的叙述中正确的是()
①  在程序中凡是以#开始的语句行都是预处理命令行
②  预处理命令行的最后不能以分号表示结束
③  #define MAX是合法的宏定义命令行
④  C程序对预处理命令行的处理是在程序执行的过程中进行的
【多选题】 变量能解决的问题,下列选项描述正确的是()。
①  节省空间
②  以根据程序的执行,用到不同的数值,求出程序要在某个语句下所得出的正确结果
③  占用更多空间
④  加快程序的执行
【多选题】 判断一个是否大于另一个数,输出大数,可以通过选择结构里的()来实现。
①  单分支
②  双分支
③  多分支结构
④  循环结构
【多选题】 下面关于switch结构中default使用说法不正确的是()。
①  switch结构中的default是注释语句
②  default与case语句的顺序是任意的
③  default是在所有case都不执行的情况下才能被执行到
④  default在switch结构中可以省略
【多选题】 设已定义charx[8]和intj为了给该数组赋值,下面语句中错误的是:()
①  x[8]=TurboC
②  x=TurboC
③  x[]=TurboC
④  for(j=0;j7;j++)x[j]=getchar()
【多选题】 算法的设计方法有很多,常用的算法方法有以下哪些()。
①  递推算法
②  迭代算法
③  穷举算法
④  冒泡排序算法
【多选题】 若有说明int a[3][4];则对a数组元素的引用不正确是()
①  a[2][4]
②  a[1,3]
③  a[1+1][0]
④  a(2)(1)
【多选题】 break可以用用于下列哪些结构()
①  if
②  switch...case
③  while
④  for
【多选题】 基本数据类型包括有()。
①  整型
②  实型
③  字符型
④  字符串型