cobol
COBOL是什么意思,COBOL怎么读 语音:
英音
["kəʊbɒl]
美音 ["koʊbɔ:l]
abbr. Common Business-Oriented Language 面向商业的通用语言
COBOL是一种**计算机程序设计语言**。COBOL是CObject-oriented Data Language的缩写,是一种被设计用于创建商业应用的计算机编程语言。它被用于在大型机系统中创建用户界面和业务逻辑。
易混淆的单词: 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
以上是网校头条http://www.wangxiaotoutiao.com小编为您整理的cobol单词相关内容。