Understanding Programming Languages
Programming Languages and It's Types What are programming languages? A set of a symbols, words and codes used to write a program is called Programming language. There are different types of programming languages to write different types of programs. Some languages are used to write business programs and the other languages are used to write scientific programs. There are Two Types of programming languages: Low-Level Languages High-Level Languages Low-Level Languages: A language that is easy to understand for computer hardware and far from human language is called Low-Level Languages. To write a program in low-level languages requires a deep knowledge of internal structure of computer hardware. There are two types of Low-Level Languages: Machine Language Assembly Language Machine Language: A type of language in which instruction are written in binary form is called Machine Language. This is the only language...