cobol
COBOL是什么意思,
COBOL怎么读
语音:
英音
['kəʊbɒl]
美音 ['koʊbɔ:l]
abbr. Common Business-Oriented Language 面向商业的通用语言
COBOL是一种计算机程序设计语言。COBOL是COmmon Business-Oriented Language(通用商业化语言)的缩写,主要用于数据处理,在大型企业和金融机构中应用广泛。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. lists
14. sorting/searching
15. debugging
16. error handling
17. memory management
18. file control statements
19. file access statements
20. data entry statements
以上是留学之路(www.lxroad.com)小编为您整理的cobol单词相关内容。