- A language is a medium of communication between multiple entities (objects or real-world entities) used to share information.
- Human Language is the natural form of communication used by humans.
- Internet (Interconnected Network) enables communication between machines, allowing them to share information globally.
Types of Language:
📟 1. Programming Language:
- A programming language is used to give instructions to a computer to perform specific tasks.
- It acts as a bridge between humans and machines, enabling communication through code.
- Example: Java, Python, C++
💾 2. Binary Language:
- The most basic language understood by computers, consisting of only two digits: 0 and 1.
- These binary digits (bits) are grouped in sets like 8-bit, 16-bit, 32-bit, or 64-bit formats.
- Since it is directly understood by machines, it is also called Machine Language or Machine Understandable Language.