📅 Created: 06 Jul, 2023
🔄 Updated: 23 Aug, 2025

The only language understood by a digital computer is called ?

Explanation

The correct answer to the question is C) Binary language because digital computers fundamentally operate using binary code, which comprises only two states: 0 and 1. These binary digits (bits) represent all forms of data and instructions processed by a computer. At the lowest level, all computing operations are executed in binary, as electronic circuits in computers are designed to recognize these two stateson (1) and off (0).

While assembly language (option A) and high-level languages (option B) provide a more understandable interface for programmers, they are ultimately translated into binary for the computer to execute. Assembly language is closely related to the machine code of a specific architecture, while high-level languages are abstracted and user-friendly, allowing developers to write code that is later compiled or interpreted into machine-readable binary formats. However, the inherent and sole language a digital computer directly understands and processes is binary language, making C the correct and foundational choice for this question.