更多“What are the basic principles of positive error correction? ”相关问题
  • 第1题:

    下列代码的执行结果是( )。

    A.error1

    B.error2

    C.error1 error2

    D.2 error2


    正确答案:C
    当0作为除数时,会产生异常,而Arith-meticException和Exception两类异常都内部被捕捉到。

  • 第2题:

    What is the teacher doing in terms of error correction
    T: Does any of you have a pet at home
    S: I have dog at home.
    T: Oh, I see you have a dog at home. Is your dog big or small


    A.Helping students do self-correction.

    B.Indirect correction.

    C.Tolerating correction.

    D.Encouraging students to do peer correction.

    答案:B
    解析:
    考查纠错方法。这个例子中,教师并没有直接说出“You are wrong.”,而是间接纠正了学生的语法错误.以保护学生的自尊心和学习英语的积极性。

  • 第3题:

    The English language is the result of the fusion of many different( )

    A.particles
    B.ingredients
    C.elements
    D.principles

    答案:C
    解析:
    element表示“成分”,通常指一个整体中基本的、不可缺少的或内在固有的成分。它所强调的常常是一个复杂的整体中简单的或者基本的成分。B.ingredient虽也表示“成分”,但主要指混合在某个整体中,没有发生变化的物质,也指在一个有机整体中那些熔融和改变了形态的部分。

  • 第4题:

    Which activity is appropriate in the post-speaking step?

    A.Evaluate.
    B.Group discussion.
    C.Presentation.
    D.Self-correction.

    答案:A
    解析:
    考查口语技能教学。

    题干问的是下列哪个活动适合在说后环节?

    A选项,是评价,B是集体讨论,C是知识展示,D是自我纠错。说后环节包括评价,符合题意,故此题的正确选项为A。

    B和D都是在while-speaking的活动,不合题意,故排除。

    C是pre-speaking的活动。不合题意,故排除。

    故此题的正确选项为A。

  • 第5题:

    The test produced disappointing results.

    A:unsatisfactory
    B:indirect
    C:similar
    D:positive

    答案:A
    解析:
    本句意思:检测的结果令人失望。disappointing意为“令人失望的”,与unsatisfactory(令 人不满的)意思相近。indirect间接的;similar相似的;positive积极的。

  • 第6题:

    要在窗体Form1内显示字符串"Basic",可以使用的语句是()。

    A Form.Caption="Basic"

    B Form1.Caption="Basic"

    C Form1.Print "Basic"

    D Form.Print "Basic"


    C