可否帮忙番译一下?

来源:百度知道 编辑:UC知道 时间:2024/06/04 01:38:43
A programming language is a language used to write instructions for the computer. It lets the programmer express data processing in a symbolic manner without regard to machine-specific details.
The difficulty of writing programs in the machine language of 0s and 1s led first to the development of assembly language, which allows programmers to use mnemonics for instructions and symbols for variables. Such programs are then translated by a program known as an assembler into the binary encoding used by the computer. Other pieces of system software known as linking loaders combine pieces of assembled code and load them into the machine’s main memory unit, where they are then ready for execution. The concept of linking separate pieces of code was important, since it allowed “libraries” of programs to be built up to carry out common tasks—a first step toward the increasingly emphasized notion of software reuse. Assembly language was found to be sufficiently inconvenient that higher-leve

一种编程语言是一种语言,用来写指示电脑。它可以让程序员表示,数据处理的一种象征性的方式没有考虑到机器的具体细节。
很难编写程序的机器语言0和1首先,领导发展的汇编语言,它允许程序设计师使用助记符的指示和符号的变数。这类程序,然后翻译的程序称为汇编成二进制编码所使用的计算机。其它的系统软件被称为连接装载机结合件组装的代码和负载到机器的主记忆体单位,他们在那里,然后准备执行。的概念,不同的作品联系起来的代码是很重要的,因为它允许“图书馆”的计划是建立了开展共同任务,第一步在越来越强调概念的软件重用。大会语言被认为是足够的不便,高一级的语言(更接近自然语言)的发明在20世纪50年代的更方便,更快捷规划;一起来到他们的需要编译程序,把高级语言程序变成机器代码。作为编程语言变得更加强大和抽象,建立高效的编译器,创造高品质的代码方面的执行速度和存储消费成为一个有趣的计算机科学问题的本身。