Change set

Pick exam & year, then Go.

Question map
Not attempted Correct Incorrect ★ Bookmarked
Loading…
Q31 (CDS-I/2026) Science & Technology › ICT, AI, Cybersecurity & Emerging Tech

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 :

Result
Your answer: —  Â·  Correct: C

Explanation

Computer languages are generally categorized into high-level and low-level (assembly and machine) languages.

  • Python and Java are high-level languages. They are designed to be human-readable and platform-independent, requiring an interpreter or compiler to execute.
  • x86 and MIPS are assembly languages (or more accurately, instruction set architectures for which specific assembly languages exist). Assembly language is a low-level programming language that provides a strong correspondence between the language and the architecture's machine code instructions.

x86 assembly is used for processors based on the Intel/AMD architecture, while MIPS assembly is used for the MIPS architecture commonly found in embedded systems. Therefore, only statements 3 and 4 represent assembly languages.

How others answered
Each bar shows the % of students who chose that option. Green bar = correct answer, blue outline = your choice.
Community Performance
Out of everyone who attempted this question.
50%
got it right
✓ Thank you! We'll review this.

SIMILAR QUESTIONS

CAPF · 2025 · Q116 Relevance score: -0.46

Which one among the following computer languages is the oldest?

CAPF · 2024 · Q6 Relevance score: -1.23

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

CDS-I · 2007 · Q120 Relevance score: -1.75

Which one of the following is not computer language ?

CDS-II · 2008 · Q56 Relevance score: -2.11

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

CDS-II · 2025 · Q81 Relevance score: -2.31

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