Question:

Which of the following is not general purpose?

Show Hint

C++, Java and Python are programming languages, while DBMS is database management software.
Updated On: Jun 6, 2026
  • DBMS
  • C++
  • Java
  • Python
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept:
General-purpose programming languages are used to develop different types of software applications.

Step 1: Check C++.

C++ is a general-purpose programming language.

Step 2: Check Java.

Java is also a general-purpose programming language.

Step 3: Check Python.

Python is a general-purpose programming language used in web development, AI, automation, data science and many other areas.

Step 4: Check DBMS.

DBMS stands for Database Management System. It is software used to store, manage and retrieve data. It is not a general-purpose programming language. \[ \therefore \text{Correct Answer is (A)} \]
Was this answer helpful?
0
0