Question:

Python is a:

Show Hint

High-level languages like Python are designed to be user-friendly and are portable across different systems, unlike low-level languages that are tied to specific hardware.
Updated On: Apr 28, 2025
  • low level language
  • high level language
  • machine language
  • assembly language
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Python is a high-level programming language. High-level languages are designed to be easy for humans to read and write, and they abstract away the hardware details. They are closer to human languages and more abstract compared to low-level languages like assembly or machine language. Thus, the correct answer is (b) high level language.
Was this answer helpful?
0
0