COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following PLs is specifically designed for business, and even emphasizes this with its name?
A
COBOL
B
FORTRAN
C
Lisp
D
C
Explanation: 

Detailed explanation-1: -COBOL was designed for business computer programs in industries such as finance and human resources. Unlike some high-level computer programming languages, COBOL uses English words and phrases to make it easier for ordinary business users to understand.

Detailed explanation-2: -Identification Division It is the first and only mandatory division of every COBOL program. The programmer and the compiler use this division to identify the program. In this division, PROGRAM-ID is the only mandatory paragraph. PROGRAM-ID specifies the program name that can consist 1 to 30 characters.

Detailed explanation-3: -The Identification Division. The Environment Division. The Data Division. The Procedure Division.

There is 1 question to complete.