The correct answer is: B. General purpose programming language
A general purpose programming language is a programming language that can be used to write programs for a variety of different purposes. They are designed to be flexible and powerful, and can be used to create a wide range of applications, from simple text editors to complex operating systems.
Some examples of general purpose programming languages include:
- C
- C++
- Java
- Python
- Ruby
These languages are all Turing complete, which means that they can be used to solve any problem that can be solved by a computer. They are also all relatively easy to learn, making them a good choice for beginners.
COBOL, BASIC, and FORTRAN are all examples of specific purpose programming languages. These languages are designed for a specific type of application, such as business applications, scientific computing, or numerical analysis. They are not as flexible as general purpose programming languages, but they can be more efficient for the tasks they are designed for.
In conclusion, the correct answer to the question “A programming language intended to solve a no. of different types of problems is” is B. General purpose programming language.