Yusra's Presentation 10
Yusra's Presentation 10
PROGRAMMING FUNDAMENTAL
Low-level-language:
Low level language that are closely related to computer hardware and far
from human language. Computer can understand easily this language. However, they are more complex
and harder to written as compared to high-level languages.
Types of low–level language
1) Machine language
2) Assembly language
• MACHINE LANGUAGE:
Instructions are
written in binary form is called machine language. It is
directly understood by the computer.Program written
in machine language can be executed very fast.
• ASSEMBLY LANGUAGE:
It is one step higher than machine
language. This language used symbols instead of
binary code. These symbols are called mnemonics.It is
also called symbolic language. Program are written in
this language are easier to understand.
High-level-language:
The language which is
close to human language is called high level
language. It is easy to understand. Instruction of
these language are written in english like words such
as input and print etc.