ISC Exam Questions

what language type represents data in binary to the processor?

In programming, what language type represents data in binary to the processor?

A.
Electrical signal language

B.
Assembly language

C.
High-level language

D.
Machine language

Explanation:
High-level and assembly language cannot be directly understood by aCPU; they must first be compiled into machine language, which is expressed in binary.