Question:medium

Which of the following is a high-level programming language?

Show Hint

High-level programming languages like Python are more abstract and easier to use than low-level languages such as Assembly or Machine Code.
Updated On: Jan 16, 2026
  • Assembly
  • Machine Code
  • Python
  • Binary Code
Show Solution

The Correct Option is C

Solution and Explanation

A high-level programming language prioritizes human readability over direct machine instruction. Python exemplifies this with its interpreted nature, fostering clarity and user-friendliness. These languages abstract away hardware intricacies, simplifying development and comprehension.
- Assembly (A) operates at a low level, nearing machine code, and necessitates an assembler for translation into executable instructions.
- Machine Code (B) represents the most fundamental code level, directly interpretable by the CPU, and does not qualify as high-level.
- Binary Code (D) is an alternative representation of machine code, utilizing binary digits for instructions, and is also not a high-level language.
Therefore, the correct identification is (C), Python.
Was this answer helpful?
0


Questions Asked in CUET (UG) exam