What Is Low Level Language?
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
These languages are near to computer hardware and far from human languages. Computer can understand these languages easily. Writing a program in low-level language requires a deep knowledge of the internal structure of computer hardware. Following are two low-level languages.
Machine Language: A type of language in which instructions are written in binary form is called machine language. It is the only language that is directly understood by the computer. It is the fundamental language of the computer.
Program written in machine language can be executed very fast by the computer. Programs written in machine language are machine-dependent. Every computer has its own machine language. Machine language is difficult to understand. Writing and modifying program in machine language takes a lot of time. Machine language is also known as first generation language.
Assembly language: assembly language is a low level language. It is one step higher than machine language. In assembly language, symbols are used instead of binary code. These symbols are called mnemonics. For example sub instruction is used to subtract two numbers.
Assembly language is also called symbolic language. Program written in assembly language are easier to write and modified than machine language. Assembly language is mostly used for writing system software. Assembly language is also known as second generation language.
answered 2 years ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.