举一反三
- The language styles taught in this module include the formal language, the ( ) language and the efficient language. A: accurate B: cautious C: repetitive D: colloquial
- The ability to use a language can be _____only by the act of using the language.
- 中国大学MOOC: When people use language to express attitudes, feelings and emotions, people are using the ____________function of language.
- 中国大学MOOC: When people use language to indulge in itself for its own sake, people are using the poetic function of language.
- In the ______Approach, the teacher creates speeches which enable students to interact using the target language. Students are not forced to respond in the target language immediately.
内容
- 0
下面代码的输出结果是( )s="The python language is a scripting language."print(s.split(" ")) #引号之间有空格 A: The python language is a scripting language. B: ['The', 'python', 'language', 'is', 'a', 'scripting', 'language.'] C: 'The', 'python', 'language', 'is', 'a', 'scripting', 'language.' D: ['The' 'python' 'language' 'is' 'a' 'scripting' 'language.']
- 1
The basic criterion for the effective use of language in public speaking is _____, ______, _______. A: using language clearly B: using language vividly C: using language appropriately D: using language technically
- 2
What are the language competences? A: Using language accurately B: Using language clearly. C: Using languagevividly. D: Using languageappropriately and inlcusively.
- 3
下面代码的输出结果是( )。s1 = "The python language is a scripting language.";s1.replace('scripting','general');print(s1) A: The python language is a scripting language. B: ["The","python","language","is","a","scripting","language."] C: The python language is a general language. D: 系统报错
- 4
下面代码的输出结果是 s1 = "The python language is a scripting language."s1.replace('scripting','general')print(s1) A: The python language is a scripting language. B: 系统报错 C: The python language is a general language. D: ['The', 'python', 'language', 'is', 'a', 'scripting', 'language.']