Слайд 2MACHINE LANGUAGE
The machine-level language is a language that consists of a set
of instructions that are in the binary form 0 or 1. It’s the only language which a computer understands without using a translation program.
Слайд 3MACHINE LANGUAGE
Machine dependant
Difficult to program and write
Prone to errors
Difficult to modify
Does not
require any translator
Advantages
DISAdvantages
Слайд 4HIGH-LEVEL LANGUAGES
The high-level languages are considered as high-level because they are closer
to human languages than machine-level languages.
A compiler is required to translate a high-level language into a low-level language.