Binary Computer Understandable Language.
- In the context of computing, binary is the base-2 number system used to represent information using only two symbols: 0 and 1. However, direct interaction with computers using binary is quite complex and not user-friendly. This is why programming languages have been developed to make it easier for humans to communicate instructions to computers.
- Programming languages like C++, Java, Python, and many others allow programmers to write code using a syntax that is more human-readable, and then those high-level instructions are translated into binary machine code that computers understand.
High Level
Value = 10
Low Level
Value = 1010
No comments:
Post a Comment