+ 2
Difference between binary language and coding language
meaning difference
3 ответов
+ 3
Binary is just 1s and 0s which tell the computer what to do
coding languages have been made to make it easier to talk to binary as coding languages uses words and more which is easier to understand
+ 3
A binary code represents text, computer processor instructions, or any other data using a binary number system's 0 and 1. The binary code assigns a pattern of binary digits, also known as bits, to each character, instruction, etc.
the code we write is human readable but Computer can't read, so compiler convert our codes to binary code so Computer can understand our instructions ,