SlideShare a Scribd company logo
computer language with full detail
COMPUTER LANGUAGES
• JUST AS HUMANS USE LANGUAGE TO COMMUNICATE, AND DIFFERENT REGIONS
HAVE DIFFERENT LANGUAGES, COMPUTERS ALSO HAVE THEIR OWN LANGUAGES
THAT ARE SPECIFIC TO THEM. DIFFERENT KINDS OF LANGUAGES HAVE BEEN
DEVELOPED TO PERFORM DIFFERENT TYPES OF WORK ON THE COMPUTER.
BASICALLY, LANGUAGES CAN BE DIVIDED INTO TWO CATEGORIES ACCORDING
TO HOW THE COMPUTER UNDERSTANDS THEM.
• TWO BASIC TYPES OF COMPUTER LANGUAGE
• LOW-LEVEL LANGUAGES: A LANGUAGE THAT CORRESPONDS DIRECTLY TO A
SPECIFIC MACHINE
• HIGH-LEVEL LANGUAGES: ANY LANGUAGE THAT IS INDEPENDENT OF THE
MACHINE
• LOW-LEVEL LANGUAGES
• LOW-LEVEL COMPUTER LANGUAGES ARE EITHER MACHINE CODES OR ARE VERY
CLOSE THEM. A COMPUTER CANNOT UNDERSTAND INSTRUCTIONS GIVEN TO IT
IN HIGH-LEVEL LANGUAGES OR IN ENGLISH. IT CAN ONLY UNDERSTAND AND
EXECUTE INSTRUCTIONS GIVEN IN THE FORM OF MACHINE LANGUAGE I.E.
BINARY. THERE ARE TWO TYPES OF LOW-LEVEL LANGUAGES:
• MACHINE LANGUAGE: A LANGUAGE THAT IS DIRECTLY INTERPRETED INTO THE
HARDWARE
• ASSEMBLY LANGUAGE: A SLIGHTLY MORE USER-FRIENDLY LANGUAGE THAT
DIRECTLY CORRESPONDS TO MACHINE LANGUAGE
• MACHINE LANGUAGE
• MACHINE LANGUAGE IS THE LOWEST AND MOST ELEMENTARY LEVEL OF
PROGRAMMING LANGUAGE AND WAS THE FIRST TYPE OF PROGRAMMING LANGUAGE
TO BE DEVELOPED. MACHINE LANGUAGE IS BASICALLY THE ONLY LANGUAGE THAT A
COMPUTER CAN UNDERSTAND AND IT IS USUALLY WRITTEN IN HEX.
• IN FACT, A MANUFACTURER DESIGNS A COMPUTER TO OBEY JUST ONE LANGUAGE,
ITS MACHINE CODE, WHICH IS REPRESENTED INSIDE THE COMPUTER BY A STRING OF
BINARY DIGITS (BITS) 0 AND 1. THE SYMBOL 0 STANDS FOR THE ABSENCE OF AN
ELECTRIC PULSE AND THE 1 STANDS FOR THE PRESENCE OF AN ELECTRIC PULSE.
SINCE A COMPUTER IS CAPABLE OF RECOGNIZING ELECTRIC SIGNALS, IT
UNDERSTANDS MACHINE LANGUAGE.
Advantages Disadvantages
Machine
language makes
fast and efficient
use of the
computer.
All operation
codes have to be
remembered
It requires no
translator to
translate the
code. It is directly
understood by
the computer.
All memory
addresses have to
be remembered.
It is hard to
amend or find
errors in a
program written
in the machine
• ASSEMBLY LANGUAGE
• ASSEMBLY LANGUAGE WAS DEVELOPED TO OVERCOME SOME OF THE MANY
INCONVENIENCES OF MACHINE LANGUAGE. THIS IS ANOTHER LOW-LEVEL BUT VERY
IMPORTANT LANGUAGE IN WHICH OPERATION CODES AND OPERANDS ARE GIVEN IN
THE FORM OF ALPHANUMERIC SYMBOLS INSTEAD OF 0’S AND 1’S.
• THESE ALPHANUMERIC SYMBOLS ARE KNOWN AS MNEMONIC CODES AND CAN
COMBINE IN A MAXIMUM OF FIVE-LETTER COMBINATIONS E.G. ADD FOR ADDITION,
SUB FOR SUBTRACTION, START, LABEL ETC. BECAUSE OF THIS FEATURE, ASSEMBLY
LANGUAGE IS ALSO KNOWN AS ‘SYMBOLIC PROGRAMMING LANGUAGE.'
• THIS LANGUAGE IS ALSO VERY DIFFICULT AND NEEDS A LOT OF PRACTICE TO
MASTER IT BECAUSE THERE IS ONLY A LITTLE ENGLISH SUPPORT IN THIS LANGUAGE.
MOSTLY ASSEMBLY LANGUAGE IS USED TO HELP IN COMPILER ORIENTATIONS. THE
INSTRUCTIONS OF THE ASSEMBLY LANGUAGE ARE CONVERTED TO MACHINE CODES
BY A LANGUAGE TRANSLATOR AND THEN THEY ARE EXECUTED BY THE COMPUTER.
Advantages Disadvantages
Assembly language is
easier to understand and
use as compared to
machine language.
Like machine language, it is
also machine
dependent/specific.
It is easy to locate and
correct errors.
Since it is machine
dependent, the programmer
also needs to understand the
hardware.
It is easily modified
High-level Language
High-level computer languages use formats that are similar to English. The
purpose of developing high-level languages was to enable people to write
programs easily, in their own native language environment (English).
High-level languages are basically symbolic languages that use English words
and/or mathematical symbols rather than mnemonic codes. Each instruction in
the high-level language is translated into many machine language instructions
that the computer can understand.
Advantages Disadvantages
High-level languages are
user-friendly
A high-level language has to be
translated into the machine
language by a translator, which
takes up time
They are similar to English
and use English vocabulary
and well-known symbols
The object code generated by a
translator might be inefficient
compared to an equivalent
assembly language program
They are easier to learn
They are easier to maintain
They are problem-oriented
rather than 'machine'-based
A program written in a high-level
language can be translated into
many machine languages and can
run on any computer for which
there exists an appropriate
translator
The language is independent of the
machine on which it is used i.e.
programs developed in a high-level
language can be run on any
computer text
Types of High-Level Languages
Many languages have been developed for achieving a variety of different tasks.
Some are fairly specialized, and others are quite general.
These languages, categorized according to their use, are:
1) Algebraic Formula-Type Processing
These languages are oriented towards the computational procedures for solving
mathematical and statistical problems.
Examples include:
 BASIC (Beginners All Purpose Symbolic Instruction Code)
 FORTRAN (Formula Translation)
 PL/I (Programming Language, Version 1)
 ALGOL (Algorithmic Language)
 APL (A Programming Language)
2. Business Data Processing
These languages are best able to maintain data processing
procedures and problems involved in handling files. Some
examples include:
 COBOL (Common Business Oriented Language)
 RPG (Report Program Generator)
3. String and List Processing
These are used for string manipulation, including search patterns
and inserting and deleting characters. Examples are:
 LISP (List Processing)
 Prolog (Program in Logic)
4. Object-Oriented Programming Language
In OOP, the computer program is divided into objects.
Examples are:
 C++
 Java
5. Visual Programming Language
These programming languages are designed for building
Windows-based applications. Examples are:
 Visual Basic
 Visual Java
 Visual C
THANK YOU

More Related Content

PPTX
Computer programming
PPTX
Block diagram (computer programming & utilization)
PPTX
Software and its types
PPTX
What is software
PPTX
Computer software
PPTX
Classification of Software
PPT
Lecture1
PPTX
Introduction to computer programming
Computer programming
Block diagram (computer programming & utilization)
Software and its types
What is software
Computer software
Classification of Software
Lecture1
Introduction to computer programming

What's hot (20)

PPTX
Computer-charecteristics,types of languages,translators
PPTX
Introduction to programming languages
PPTX
FIT-Unit3 chapter2- Computer Languages
PPT
High level languages representation
PPT
Lecture 4- Computer Software and Languages
PPTX
Programming for Problem Solving
DOCX
Interaction With Computers FIT
PPTX
Categories of computers and computer languages ppt
PPTX
Computer Programming
PPTX
Unit i (part2) b.sc
PPTX
Programming languages,compiler,interpreter,softwares
PPTX
Introduction to Computer Softwares
PPTX
High Level Languages (Imperative, Object Orientated, Declarative)
PPTX
Unit 2 part 1 data processing
PPT
computer languages
PPTX
Features of machine language, assembly language, high level language & their ...
PPT
Computer Languages
PPT
Computer languages
PPTX
Computer language
Computer-charecteristics,types of languages,translators
Introduction to programming languages
FIT-Unit3 chapter2- Computer Languages
High level languages representation
Lecture 4- Computer Software and Languages
Programming for Problem Solving
Interaction With Computers FIT
Categories of computers and computer languages ppt
Computer Programming
Unit i (part2) b.sc
Programming languages,compiler,interpreter,softwares
Introduction to Computer Softwares
High Level Languages (Imperative, Object Orientated, Declarative)
Unit 2 part 1 data processing
computer languages
Features of machine language, assembly language, high level language & their ...
Computer Languages
Computer languages
Computer language
Ad

Similar to computer language with full detail (20)

PPTX
Lec21&22.pptx programing language and there study
PPTX
COM 113 INTRO TO COMPUTER PROGRAMMING-PRT2.pptx
PPTX
COM 113 INTRO TO COMPUTER PROGRAMMING-PRT2.pptx
PPTX
INTRODUCTION TO COMPUTER PROGRAMMING.pptx
PPTX
assembly language and high level language.pptx
PPTX
EVALUTION OF COMPUTER LANGAGES
PPTX
Computer Languages & its genearations.pptx
PPTX
Computer languages
PPTX
Computer language
PPTX
Programming Language
PDF
Languages in computer
PPTX
PPL_Unit01 for the insem study first year.pptx
PPTX
programming.pptx
PPTX
Language processors
PDF
Introduction to computer programming
PDF
sege.pdf
PPT
Computer languages
PPT
Cmp104 lec 6 computer lang
PPT
Cmp104 lec 6 computer lang
PPTX
Intro to programming languages by 4.pptx
Lec21&22.pptx programing language and there study
COM 113 INTRO TO COMPUTER PROGRAMMING-PRT2.pptx
COM 113 INTRO TO COMPUTER PROGRAMMING-PRT2.pptx
INTRODUCTION TO COMPUTER PROGRAMMING.pptx
assembly language and high level language.pptx
EVALUTION OF COMPUTER LANGAGES
Computer Languages & its genearations.pptx
Computer languages
Computer language
Programming Language
Languages in computer
PPL_Unit01 for the insem study first year.pptx
programming.pptx
Language processors
Introduction to computer programming
sege.pdf
Computer languages
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
Intro to programming languages by 4.pptx
Ad

More from sonykhan3 (14)

PPTX
Algorithms and Data Structures
PPT
computer visions with full detail
PPT
Deep learning-smaller neural network
PPT
introduction to deep Learning with full detail
DOCX
Input output devices
DOCX
Information system and its types
DOCX
Generation of computers
DOCX
Database management system
DOCX
Computer software and operating system
PPTX
computer networking slides with full detail
PPT
computer virus with full detail
PPTX
common computer terminology
PPTX
Introduction to Computer System
PPTX
Information Security
Algorithms and Data Structures
computer visions with full detail
Deep learning-smaller neural network
introduction to deep Learning with full detail
Input output devices
Information system and its types
Generation of computers
Database management system
Computer software and operating system
computer networking slides with full detail
computer virus with full detail
common computer terminology
Introduction to Computer System
Information Security

Recently uploaded (20)

PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Spectroscopy.pptx food analysis technology
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
TLE Review Electricity (Electricity).pptx
PPTX
1. Introduction to Computer Programming.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Getting Started with Data Integration: FME Form 101
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation theory and applications.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Group 1 Presentation -Planning and Decision Making .pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectroscopy.pptx food analysis technology
Mobile App Security Testing_ A Comprehensive Guide.pdf
A comparative analysis of optical character recognition models for extracting...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
cloud_computing_Infrastucture_as_cloud_p
Assigned Numbers - 2025 - Bluetooth® Document
TLE Review Electricity (Electricity).pptx
1. Introduction to Computer Programming.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Building Integrated photovoltaic BIPV_UPV.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Getting Started with Data Integration: FME Form 101
Approach and Philosophy of On baking technology
Encapsulation theory and applications.pdf
Network Security Unit 5.pdf for BCA BBA.
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...

computer language with full detail

  • 2. COMPUTER LANGUAGES • JUST AS HUMANS USE LANGUAGE TO COMMUNICATE, AND DIFFERENT REGIONS HAVE DIFFERENT LANGUAGES, COMPUTERS ALSO HAVE THEIR OWN LANGUAGES THAT ARE SPECIFIC TO THEM. DIFFERENT KINDS OF LANGUAGES HAVE BEEN DEVELOPED TO PERFORM DIFFERENT TYPES OF WORK ON THE COMPUTER. BASICALLY, LANGUAGES CAN BE DIVIDED INTO TWO CATEGORIES ACCORDING TO HOW THE COMPUTER UNDERSTANDS THEM.
  • 3. • TWO BASIC TYPES OF COMPUTER LANGUAGE • LOW-LEVEL LANGUAGES: A LANGUAGE THAT CORRESPONDS DIRECTLY TO A SPECIFIC MACHINE • HIGH-LEVEL LANGUAGES: ANY LANGUAGE THAT IS INDEPENDENT OF THE MACHINE • LOW-LEVEL LANGUAGES • LOW-LEVEL COMPUTER LANGUAGES ARE EITHER MACHINE CODES OR ARE VERY CLOSE THEM. A COMPUTER CANNOT UNDERSTAND INSTRUCTIONS GIVEN TO IT IN HIGH-LEVEL LANGUAGES OR IN ENGLISH. IT CAN ONLY UNDERSTAND AND EXECUTE INSTRUCTIONS GIVEN IN THE FORM OF MACHINE LANGUAGE I.E. BINARY. THERE ARE TWO TYPES OF LOW-LEVEL LANGUAGES:
  • 4. • MACHINE LANGUAGE: A LANGUAGE THAT IS DIRECTLY INTERPRETED INTO THE HARDWARE • ASSEMBLY LANGUAGE: A SLIGHTLY MORE USER-FRIENDLY LANGUAGE THAT DIRECTLY CORRESPONDS TO MACHINE LANGUAGE • MACHINE LANGUAGE • MACHINE LANGUAGE IS THE LOWEST AND MOST ELEMENTARY LEVEL OF PROGRAMMING LANGUAGE AND WAS THE FIRST TYPE OF PROGRAMMING LANGUAGE TO BE DEVELOPED. MACHINE LANGUAGE IS BASICALLY THE ONLY LANGUAGE THAT A COMPUTER CAN UNDERSTAND AND IT IS USUALLY WRITTEN IN HEX. • IN FACT, A MANUFACTURER DESIGNS A COMPUTER TO OBEY JUST ONE LANGUAGE, ITS MACHINE CODE, WHICH IS REPRESENTED INSIDE THE COMPUTER BY A STRING OF BINARY DIGITS (BITS) 0 AND 1. THE SYMBOL 0 STANDS FOR THE ABSENCE OF AN ELECTRIC PULSE AND THE 1 STANDS FOR THE PRESENCE OF AN ELECTRIC PULSE. SINCE A COMPUTER IS CAPABLE OF RECOGNIZING ELECTRIC SIGNALS, IT UNDERSTANDS MACHINE LANGUAGE.
  • 5. Advantages Disadvantages Machine language makes fast and efficient use of the computer. All operation codes have to be remembered It requires no translator to translate the code. It is directly understood by the computer. All memory addresses have to be remembered. It is hard to amend or find errors in a program written in the machine
  • 6. • ASSEMBLY LANGUAGE • ASSEMBLY LANGUAGE WAS DEVELOPED TO OVERCOME SOME OF THE MANY INCONVENIENCES OF MACHINE LANGUAGE. THIS IS ANOTHER LOW-LEVEL BUT VERY IMPORTANT LANGUAGE IN WHICH OPERATION CODES AND OPERANDS ARE GIVEN IN THE FORM OF ALPHANUMERIC SYMBOLS INSTEAD OF 0’S AND 1’S. • THESE ALPHANUMERIC SYMBOLS ARE KNOWN AS MNEMONIC CODES AND CAN COMBINE IN A MAXIMUM OF FIVE-LETTER COMBINATIONS E.G. ADD FOR ADDITION, SUB FOR SUBTRACTION, START, LABEL ETC. BECAUSE OF THIS FEATURE, ASSEMBLY LANGUAGE IS ALSO KNOWN AS ‘SYMBOLIC PROGRAMMING LANGUAGE.' • THIS LANGUAGE IS ALSO VERY DIFFICULT AND NEEDS A LOT OF PRACTICE TO MASTER IT BECAUSE THERE IS ONLY A LITTLE ENGLISH SUPPORT IN THIS LANGUAGE. MOSTLY ASSEMBLY LANGUAGE IS USED TO HELP IN COMPILER ORIENTATIONS. THE INSTRUCTIONS OF THE ASSEMBLY LANGUAGE ARE CONVERTED TO MACHINE CODES BY A LANGUAGE TRANSLATOR AND THEN THEY ARE EXECUTED BY THE COMPUTER.
  • 7. Advantages Disadvantages Assembly language is easier to understand and use as compared to machine language. Like machine language, it is also machine dependent/specific. It is easy to locate and correct errors. Since it is machine dependent, the programmer also needs to understand the hardware. It is easily modified
  • 8. High-level Language High-level computer languages use formats that are similar to English. The purpose of developing high-level languages was to enable people to write programs easily, in their own native language environment (English). High-level languages are basically symbolic languages that use English words and/or mathematical symbols rather than mnemonic codes. Each instruction in the high-level language is translated into many machine language instructions that the computer can understand.
  • 9. Advantages Disadvantages High-level languages are user-friendly A high-level language has to be translated into the machine language by a translator, which takes up time They are similar to English and use English vocabulary and well-known symbols The object code generated by a translator might be inefficient compared to an equivalent assembly language program They are easier to learn They are easier to maintain They are problem-oriented rather than 'machine'-based A program written in a high-level language can be translated into many machine languages and can run on any computer for which there exists an appropriate translator The language is independent of the machine on which it is used i.e. programs developed in a high-level language can be run on any computer text
  • 10. Types of High-Level Languages Many languages have been developed for achieving a variety of different tasks. Some are fairly specialized, and others are quite general. These languages, categorized according to their use, are: 1) Algebraic Formula-Type Processing These languages are oriented towards the computational procedures for solving mathematical and statistical problems. Examples include:  BASIC (Beginners All Purpose Symbolic Instruction Code)  FORTRAN (Formula Translation)  PL/I (Programming Language, Version 1)  ALGOL (Algorithmic Language)  APL (A Programming Language)
  • 11. 2. Business Data Processing These languages are best able to maintain data processing procedures and problems involved in handling files. Some examples include:  COBOL (Common Business Oriented Language)  RPG (Report Program Generator) 3. String and List Processing These are used for string manipulation, including search patterns and inserting and deleting characters. Examples are:  LISP (List Processing)  Prolog (Program in Logic)
  • 12. 4. Object-Oriented Programming Language In OOP, the computer program is divided into objects. Examples are:  C++  Java 5. Visual Programming Language These programming languages are designed for building Windows-based applications. Examples are:  Visual Basic  Visual Java  Visual C