I will recall you our previous article we learn features, advantages
and disadvantages of C language.
Now in this article I will explain you different computer languages.
THREE MAIN KINDS OF COMPUTER LANGUAGES-
1) Machine language.
2) Assembly language.
3) High-level language.
1)MACHINE LANGUAGE -
Machine language is the lowest-level programming language (except for computers that utilize programmable microcode). Machine languages are the only languages understood by computers.
2)ASSEMBLY LANGUAGE-
Assembly language is a low-level programming language for a computer or other programmable device specific to a particular computer architecture in contrast to most high-level programming languages, which are generally portable across multiple systems. Assembly language is converted into executable machine code by a utility program referred to as an assembler like NASM, MASM, etc.
3)HIGH LEVEL LANGUAGE-
A high-level language is a programming language designed to simplify computer programming. It is "high-level" since it is several steps removed from the actual code run on a computer's processor. High-level source code contains easy-to-read syntax that is later converted into a low-level language, which can be recognized and run by a specific CPU.
0 Comments