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.

SIMILAR QUESTIONS

CDS-II · 2025 · Q81 Relevance score: 2.24

Which language uses the symbolic representation of machine codes needed to program a particular processor or processor family ?

CDS-I · 2026 · Q31 Relevance score: 0.98

Which of the following computer languages is/are assembly language(s) ? 1. Python 2. Java 3. x86 4. MIPS Select the answer using the codes given below :

CDS-II · 2008 · Q56 Relevance score: 0.68

Which one of the following is a programme that converts high level language to machine language ?

CDS-I · 2010 · Q98 Relevance score: -0.83

Which one of the following pairs with respect to computer is not correctly matched?

CAPF · 2024 · Q6 Relevance score: -3.14

Which one among the following is NOT a non-procedural computer language?