計(jì)算機(jī)英語:什么是程序設(shè)計(jì)

字號:

What's Program Designing?
    When we wish to direct the activities of a computer, we communicate with the computer in a computer language. Like human languages, computer languages have symbols that are grouped into words according to specified rules.These words are, in turn, combined to form statements of instructions.All the operations of a computer are directed by sequences or instructions. Such sequences are called programs,and a person who writes programs is called a programmer. The activity of writing programs is known as programming.
    Programming is the creation of a computer program.The steps in programming are:
    (1) Developing the program logic to solve the particular problem.
    (2)writing the program logic in the form of specific programming language(coding the program).
    (3)assembling or compiling the program to turn it into machine language form.
    (4) Testing and debugging the program.
    (5) Preparing the necessary documentation.
    翻譯:
    什么是程序設(shè)計(jì)
    當(dāng)我們從事計(jì)算機(jī)的活動(dòng)時(shí),我們用一種計(jì)算機(jī)語言與計(jì)算機(jī)進(jìn) 行交流。與人類語言一樣,計(jì)算機(jī)語言也是由一些根據(jù)特殊規(guī)則構(gòu)成字的符號組成。這些字被依次聯(lián)結(jié)成命令或語句。計(jì)算機(jī)的所有操作都是由一系列的命令完成的。這樣一些序列叫做程序,編寫程序的人叫做程序設(shè)計(jì)員,編寫程序的活動(dòng)叫做程序設(shè)計(jì)員。編寫程序的活動(dòng)叫做程序設(shè)計(jì)。
    程序設(shè)計(jì)的步驟是:
    (1)研制程序邏輯以解決某一特別問題。
    (2)以某種編程語言的形式編寫 程序邏輯(編程)。
    (3)匯編或者編譯程序把它轉(zhuǎn)換 成機(jī)器語名形式。
    (4)檢測和調(diào)試程序。
    (5)準(zhǔn)備必要的文件編制。