s Computer English Chapter 7 Programming K Languages
Computer English Chapter 7 Programming Languages
Chapter 7 Programming Languages Key points: useful terms and definitions of programming languages Difficult points: describing the differences between compilers and interpreters 《什第机专出美语 72
Chapter 7 ProgrammingLanguages 计算机专业英语 7-2 Key points: useful terms and definitions of programming languages Difficult points: describing the differences between compilers and interpreters
Chapter 7 Programming Languages Requirements: 1. The origins of the programming languages 2. The concepts of computer compilers 3. Main properties of object-orientation 4.了解UML,掌握复杂定语从句的翻译技巧 《什第机专出美语 73
Chapter 7 ProgrammingLanguages 计算机专业英语 7-3 Requirements: 1. The origins of the programming languages 2. The concepts of computer compilers 3. Main properties of object-orientation 4. 了解UML,掌握复杂定语从句的翻译技巧
Chapter 7 Programming Languages 7.1 Computer Languages New Words Expressions: evolution n发展,演变 primitive原始的, appropriating适当的 interpreter解释程序 compiler编译器 intermediary中间的 invoke调用 premum额外费用,奖金 cryptic秘密(含义模糊)的 esoteric深奥的 prompt n提示符 Abbreviations: 《什第机专出美语 74
Chapter 7 ProgrammingLanguages 计算机专业英语 7-4 New Words & Expressions: evolution n. 发展,演变 primitive 原始的, appropriating 适当的 interpreter 解释程序 compiler 编译器 intermediary中间的 invoke 调用 premium 额外费用,奖金 cryptic 秘密(含义模糊)的 esoteric 深奥的 prompt n.提示符 7.1 Computer Languages Abbreviations:
Chapter 7 Programming Languages 7.1 Computer Languages Computer languages have undergone dramatic evolution since the first electronic computers were built to assist in telemetry calculations during World War II. Early on, programmers worked with the most primitive computer instructions: machine language. These instructions were represented by long strings of ones and zeros. Soon, assemblers were invented to map machine instructions to human-readable and manageable mnemonics, such as add and mov 自从第一代电子计算机在第二次世界大战中用于自动计算以来,计算机语 言已发生了巨大的变化。早期编程员使用最原始的计算机指令—机器语 言来工作。这些指令由一长串的0、1组成。不久,发明了汇编程序,它能 将机器指令转换成易读、易管理的助记符,如ADD、MoV等。 计算机专些英语 7-5
Chapter 7 ProgrammingLanguages 计算机专业英语 7-5 Computer languages have undergone dramatic evolution since the first electronic computers were built to assist in telemetry calculations during World War Ⅱ. Early on, programmers worked with the most primitive computer instructions: machine language. These instructions were represented by long strings of ones and zeros. Soon, assemblers were invented to map machine instructions to human-readable and manageable mnemonics, such as ADD and MOV. 自从第一代电子计算机在第二次世界大战中用于自动计算以来,计算机语 言已发生了巨大的变化。早期编程员使用最原始的计算机指令——机器语 言来工作。这些指令由一长串的0、1组成。不久,发明了汇编程序,它能 将机器指令转换成易读、易管理的助记符,如ADD、MOV等。 7.1 Computer Languages