Lower-Level Language
This language is very tedious and time-consuming. Each instruction represents a single machine instruction. This language can only run in particular types of PCs. Here are the two types of lower-level language.
- Machine Language: Uses a series of binary digits or a combination of numbers and letters that represent binary digits.
- Assembly Language: Program is written using symbolic instruction codes called mnemonic. Assembly language must be converted into machine language before the computer can execute the program.
Higher-Level Language
This language is more user-friendly and is a machine-independent language. Each instruction usually represents a multiple machine instructions. This language is very understandable for the programmer.
No comments:
Post a Comment