举一反三
- ______ focus on the complete act of communication, while ______ focus on individual aspects of language.
- 【填空题】TextA Exercises(Language Focus).docx
- Language exercises come in many shapes and forms and can focus on ______ , phonological or grammatical systems.
- 下面代码的输出结果是( )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.']
- Research has found that men in general tend to focus on the following aspects __________ when communicating with others. A: dependence B: status C: exclusion D: the informational functioning of language
内容
- 0
Following a chronological order, the three steps of task-based language teaching are respectively . . A: language focus, task cycle, and post-task B: language focus, pre-task, and task cycle C: pre-task, language focus, and task cycle D: pre-task, task cycle, and language focus
- 1
下面代码的输出结果是( )。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: 系统报错
- 2
下面代码的输出结果是 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.']
- 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 = 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.