Java PM1
Java PM1
Hello!
你好
Programming Language
❑ A programming language is a computer language that is used by
programmers (developers) to communicate with computers.
❑ It is a set of instructions written in a specific language to
perform a specific task.
❑ It allow us to give instructions to a computer in a language the
computer understands.
❑ 5000+ programming languages . E.g. C, C++, C#, Java, Python, PHP,
Pascal, etc.
Types of Programming Languages
1. Low-level programming language
❑ It is a machine-dependent (hardware specific) programming
language.
❑ It consists of a set of instructions that are either in the binary form (0
or 1) or in a symbolic and human-understandable mnemonics
(ADD,MOV,SUB).
❑ E.g. Machine level language, Assembly language, etc.