A term in one language does not necessarily have a conterpart in the other language.
举一反三
- A term in one language must have a counterpart in another language.
- We can always count on our dictionaries to give us the proper English for a Chinese term, or the proper Chinese for an English word, for a term in one language definitely has a counterpart in the other language.
- Second language acquisition (SLA) refers to the process of learning another language after the native language has been acquired. Sometimes the term refers to the learning of a third or fourth language.
- Translation is the replacement of ____ ______in one language (SL)by ______ _______in another language.(J.C. Catford)
- 下面代码的输出结果是( )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.']