COMPUTER LANGUAGE
COMPUTER LANGUAGE
Languages comes with its own set of vocabulary and rules, better known as
syntax Following are the major categories of Programming Languages −
1. Machine Language
2. Assembly Language
3. High Level Language
4. System Language
5. Scripting Language
What is a Programming Language?
• A set of words, symbols and codes used to write programs is called programming
language. A programming language is a language that is designed to be used (read and
written) by humans to create programs that can be executed by computers.
• In other words, we can say that programming languages provides the way so that the
users may interact with the computer to give it commands and instructions to perform
certain tasks.
Algorithm - Algorithm is step by step description that the program must perform to
arrive the solution.
Flowchart - A graphical representation of an algorithm is known as a flowchart. Some
symbols are used to design a flowchart
Machine Language
• A language in which instructions are written in binary form (0& 1) is called
machine language.
• It is the only language that is directly understood by the computer.
• Machine language is also known as first generation language.
• It is a machine dependent language.
• Very fast program execution.
• Machine Language is difficult to understand.
• Machine Language requires deep knowledge of hardware.