Change set
Pick exam & year, then Go.
Question map
Not attempted
Correct
Incorrect
★
Bookmarked
Loading…
Q76
(CISF/2023)
Science & Technology › ICT, AI, Cybersecurity & Emerging Tech
Python is a :
Explanation
Python is classified as a high-level language. High-level languages are designed to be human-readable and are largely independent of the computer's hardware architecture. They use English-like syntax, which makes them easier to learn and write compared to low-level languages.
- Assembly language (Option B) is a low-level programming language that uses mnemonics to represent machine code instructions specific to a particular CPU architecture.
- Machine language (Option C) is the lowest-level language, consisting of binary (0s and 1s) or hexadecimal instructions that the CPU executes directly.
- Data Definition Language (Option D) refers to a subset of SQL used to define and modify database structures, such as tables and schemas.
Python's abstraction from hardware details and its focus on readability make it a premier example of a high-level, interpreted programming language.
✓ Thank you! We'll review this.