Guys what programing language does the binary codes bellong to? I want to learn how to read binary codes guys. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Guys what programing language does the binary codes bellong to? I want to learn how to read binary codes guys.

7th Oct 2019, 2:03 AM
Ezekiel Vista Navidad
Ezekiel Vista Navidad - avatar
2 Answers
+ 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
7th Oct 2019, 2:27 AM
★«D.Connect_Zone»
★«D.Connect_Zone» - avatar
+ 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)
7th Oct 2019, 2:24 AM
Manual
Manual - avatar