请输入您要查询的英文单词:

 

单词 cobol
释义

COBOL


CO·BOL

C0439800 (kō′bôl′)n. A programming language developed in the late 1950s and early 1960s, widely used for business applications. It has some syntactic features that resemble English.
[Co(mmon) B(usiness-)O(riented) L(anguage).]

COBOL

(ˈkəʊˌbɒl) or

Cobol

n (Computer Science) a high-level computer programming language designed for general commercial use[C20: co(mmon) b(usiness) o(riented) l(anguage)]

COBOL

(ˈkoʊ bɔl)

n. a high-level computer language suited for writing programs to process large files of data. [1955–60; co(mmon)b(usiness)-o(riented)l(anguage)]

COBOL

Common Business Oriented Language.
Thesaurus
Noun1.COBOL - common business-oriented languageprograming language, programming language - (computer science) a language designed for programming computers
Translations

COBOL


COBOL:

see programming languageprogramming language,
syntax, grammar, and symbols or words used to give instructions to a computer. Development of Low-Level Languages

All computers operate by following machine language programs, a long sequence of instructions called machine code that is
..... Click the link for more information.
.

Cobol

 

(English acronym for COmmon Business Oriented Language), an artificial language for describing accounting, economic, and administrative tasks. The language was created in the USA in 1958–60. COBOL provides a visual and workably compact recording of problem-solving algorithms in a form independent of any specific computer. Compared to ALGOL, it has more in common with the usual language of business operations. For example, with COBOL it is possible to use expressions like “Read the guide card” and “At the end of the file, turn to completion of calculations.” Programs using COBOL usually include a large number of commands (tens and hundreds of thousands) and are complicated complexes of standardized subprograms that provide solutions to planning and economic problems.

COBOL

[′kō‚bȯl] (computer science) A business data-processing language that can be given to a computer as a series of English statements describing a complete business operation. Derived from common business-oriented language.

COBOL

, Cobol a high-level computer programming language designed for general commercial use

COBOL

COmmon Business Oriented Language

COBOL

(COmmon Business Oriented Language) A high-level programming language that has been the primary business application language for mainframes as well as for the variety of minicomputers that flourished throughout the 1970s and 1980s. It is a compiled language and one of the first high-level languages ever developed. Officially adopted in 1960, COBOL stemmed from FLOWMATIC, a language developed in the mid-1950s by Grace Murray Hopper (later Rear Admiral Hopper) for the UNIVAC I.

COBOL is very wordy (see COBOL fingers). Although mathematical expressions can also be written like other programming languages (see example below), its verbose mode is very readable for a novice. For example, multiply hourly-rate by hours-worked giving gross-pay is self-explanatory. COBOL is structured into the following divisions:

Division Name Contains IDENTIFICATION Program identification. ENVIRONMENT Types of computers used. DATA Buffers, constants, work areas. PROCEDURE The processing (program logic).


The following COBOL example for an earlier IBM 370 mainframe converts a Fahrenheit number to Celsius. To keep the example simple, it performs the operation on the operator's terminal rather than a user terminal.

 IDENTIFICATION DIVISION. program-ID. example. ENVIRONMENT DIVISION. configuration section. SOURCE-COMPUTER. IBM-370. OBJECT-COMPUTER. IBM-370. DATA DIVISION. working-storage section. 77 FAHR picture 999. 77 CENT picture 999. PROCEDURE DIVISION. display 'Enter Fahrenheit ' upon console. accept FAHR from console. compute CENT = (FAHR- 32) * 5 / 9. display 'Celsius is ' CENT upon console. goback.


IBM COBOLs


In 1994, IBM dropped support of OS/VS COBOL, which conforms to ANSI 68 and ANSI 74 standards and limits a program's address space to 16 bits. IBM's VS COBOL II (1984) and COBOL/370 (1991) conform to ANSI 85 standards and provide 31-bit addressing, which allows programs to run "above the line."

COBOL/370 is more compliant with AD/Cycle, has more string, math and date functions, including four-digit years, allows development through a PC window and provides enhanced runtime facilities.

COBOL


COBOL (Common Business Orientated Language)

a COMPUTER programming language used for business applications.

COBOL


AcronymDefinition
COBOLCommon Business-Oriented Language
COBOLCommon Business Oriented Language
COBOLCompletely Obsolete Business-Oriented Language :-)
COBOLCompletely Over and Beyond Obvious Logic :-)
COBOLCompletely Obsolete Burdensome Old Language :-)
COBOLCompiles Only By Odd Luck :-)

COBOL


Related to COBOL: FORTRAN
  • noun

Words related to COBOL

noun common business-oriented language

Related Words

  • programing language
  • programming language
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/22 21:23:48