Programming 1W
Programming 1W
Program
• List of instructions written in programming language that is
used to control the behavior of a machine.
Ex: java
Programming Languages
• Artificial language
Hardware
Machine Language
• Machine Language is a language which can directly run on
CPU.
• Machines follow the language of binary system, means 0 and
1.
• Machine language is specific to particular type of machine
only ultimately all languages need to be translated machine
language.
Assembly Language
• Assembly language is a way of writing computer programs
that are very close to how the computer works.