Data Collecetion
Data Collecetion
To
understand these 0s and 1s, high level languages were developed. Computer
languages can be classified into the following categories machine language,
assembly language and high-level language. Machine language is the only
language that is directly understood by the computer. It is expressed in binary
form, i.e., 0 and 1.
Assembly language uses mnemonic codes or symbols in place of 1’s and 0’s,
which helps in the better understanding of the codes. High-level languages are
simple languages that use English and mathematical symbols like +, -, %, / etc.
for their program construction. They are problem-oriented languages, for e.g., C,
C++, Java etc.