Which coding language uses Binary only? - MrProfessor

Practice this MCQ: Which coding language uses Binary only?. Check correct answer and detailed explanation on MrProfessor.

Explanation

Machine Language is the only coding language that uses binary (0s and 1s) directly, as it is the native language of computers. High-level languages like C++ and C# must be compiled or interpreted into machine code before execution.