cobol
COBOL是什么意思,
COBOL怎么讀
語音:
英音
['k??b?l]
美音 ['ko?b?:l]
abbr. Common Business-Oriented Language 面向商業(yè)的通用語言
COBOL是一種計算機程序設(shè)計語言。COBOL是CObject-oriented Data Language的縮寫,是一種被設(shè)計用于創(chuàng)建商業(yè)應(yīng)用的計算機編程語言。它被用于在大型機系統(tǒng)中創(chuàng)建用戶界面和業(yè)務(wù)邏輯。
易混淆的單詞: cobol
- In computer programming, section of a COBOL program that represents a logical processing entity.
在計算機程序設(shè)計中,COBOL程序中代表一個邏輯處理實體的一部分。 - In COBOL, a sequence of one or more statements, the last ending with a period followed by a space.
在COBOL語言中,一個或多個語句的序列,最后以尾隨一個空格的句號結(jié)束。 - In the COBOL system, the information represented by a data item, arithmetic expression, or conditional expression.
在COBOL系統(tǒng)中,由一個數(shù)據(jù)項、算術(shù)表達式或條件表達式表示的信息。 - A COBOL mnemonic name associated with the console typewriter.
和控制臺打字機有關(guān)的一種COBOL助記憶名。
1. program name - 程序名稱
2. data division - 數(shù)據(jù)部分
3. record division - 記錄部分
4. data structure - 數(shù)據(jù)結(jié)構(gòu)
5. data element - 數(shù)據(jù)元素
6. data file - 數(shù)據(jù)文件
7. input statement - 輸入語句
8. output statement - 輸出語句
9. compare statement - 比較語句
10. transfer statement - 傳輸語句
11. conditional statement - 條件語句
12. loop statement - 循環(huán)語句
13. exit statement - 退出語句
14. subroutine - 子程序
15. variable - 變量
16. constant - 常量
17. input/output statement - 輸入/輸出語句
18. error handling statement - 錯誤處理語句
19. goto statement - goto語句
20. halt statement - halt語句
這些短語在Cobol編程中非常重要,用于定義程序結(jié)構(gòu)、數(shù)據(jù)定義和操作。
以上是貝語網(wǎng)校http://www.www.kabiyimu.com小編為您整理的cobol單詞相關(guān)內(nèi)容。