cobol
COBOL是什么意思,
COBOL怎么讀
語音:
英音
['k??b?l]
美音 ['ko?b?:l]
abbr. Common Business-Oriented Language 面向商業的通用語言
COBOL是一種計算機程序設計語言。COBOL是COmmon Business-Oriented Language(通用商業化語言)的縮寫,主要用于數據處理,在大型企業和金融機構中應用廣泛。COBOL語言主要用于處理商業數據,這種語言相對直觀和易于理解,對于非計算機專業人員來說,學習COBOL可以更容易地理解計算機如何處理商業數據。
易混淆的單詞: cobol
- In computer programming, section of a COBOL program that represents a logical processing entity.
在計算機程序設計中,COBOL程序中代表一個邏輯處理實體的一部分。 - In COBOL, a sequence of one or more statements, the last ending with a period followed by a space.
在COBOL語言中,一個或多個語句的序列,最后以尾隨一個空格的句號結束。 - In the COBOL system, the information represented by a data item, arithmetic expression, or conditional expression.
在COBOL系統中,由一個數據項、算術表達式或條件表達式表示的信息。 - A COBOL mnemonic name associated with the console typewriter.
和控制臺打字機有關的一種COBOL助記憶名。
1. program name
2. data set
3. record
4. file
5. subroutine
6. loop
7. conditionals (if, else)
8. switches (case)
9. input/output (i/o)
10. records (records, record header, record trailer)
11. variables
12. arrays
13. comments
14. error handling
15. debugging
16. memory management
17. file control statements
18. file access statements
19. data entry screens
20. transaction statements
以上是貝語網校http://www.hfjinjia.cn小編為您整理的cobol單詞相關內容。