What languauge does computer work on?
-
English
-
Binary
-
Trinary
-
java
B
Correct answer
Explanation
Computers work on binary language at the hardware level. Binary uses only two digits - 0 and 1 - which correspond to electrical states (off/on). All data and instructions are ultimately represented in binary, which the computer's processor can directly execute. Computers do not natively work on English, Trinary (base-3), or Java (which is a high-level programming language).