0
Guys what programing language does the binary codes bellong to? I want to learn how to read binary codes guys.
2 ответов
+ 2
Binary language is core part machine language.
Computers can only understand 0s and 1s (on or off) state.
It represents text, computer processor instructions, or any other data using a two-symbol system. The binary code assigns a pattern of binary digits, also known as bits, to each character, instruction, etc.
For example, a binary string of eight bits can represent any of 256 possible values and can, therefore, represent a wide variety of different items.
For simple learn Number system using utube, google ... and then go deeper with it mention by above. Manual Mod
+ 1
Ezekiel Vista Navidad hello.
I believe binary code belongs to the machine language.
When code is compiled or interpeted an excutable is created.
That executable is a binary file.
Long story short.
Language code ---> Compiler or Interpreter ---> Binary (.a/.exe/.dmg)