Step 1: Understanding COBOL.
COBOL (Common Business-Oriented Language) was specifically designed for business applications and data processing. It is known for its use in transaction processing, accounting systems, and other business-related tasks.
Step 2: Analyzing the options.
- (A) PASCAL: While PASCAL is a programming language, it was designed for teaching and not specifically for business applications.
- (B) COBOL: This is correct. COBOL is the programming language developed specifically for business applications.
- (C) C++: C++ is a general-purpose programming language and is not specifically designed for business applications.
- (D) C: C is a general-purpose programming language, but it was not designed specifically for business applications.
Step 3: Conclusion.
The correct answer is (B) COBOL, as it was specifically designed for business data processing applications.
Final Answer:
The correct answer is (B) COBOL.