0% found this document useful (0 votes)
19 views

Computer Language Group 5

Uploaded by

luisgelacio19
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Computer Language Group 5

Uploaded by

luisgelacio19
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

Computer Language

Computer Language Introduction

• A language is the main medium of communicating


between the Computer systems and the most
common are the programming languages.
• As we know a Computer only understands binary
numbers that is 0 and 1 to perform various
operations but the languages are developed for
different types of work on a Computer
• . A language consists of all the instructions to make a
request to the system for processing a task.
Description

• A Computer language includes various languages that


are used to communicate with a Computer machine.
• Some of the languages like programming language
which is a set of codes or instructions used for
communicating the machine.
2 Basic Types of Computer Language

Low Level & High Level


Low Level Language

• Low level languages are the machine codes in which


the instructions are given in machine language in the
form of 0 and 1 to a Computer system.
• The main function of the Low level language is to
operate, manage and manipulate the hardware and
system components.
• Low level language is also divided into two parts
these are Machine language and Assembly language.
• Machine Language. Language is one of the low-level
programming languages which is the first generation
language developed for communicating with a Computer.
It is written in machine code which represents 0 and 1
binary digits inside the Computer string which makes it
easy to understand and perform the operations.
• Assembly Language. is the second generation
programming language that has almost similar structure
and set of commands as Machine language. Instead of
using numbers like in Machine languages here we use
words or names in English forms and also symbols.
MACHINE LANGUAGE
High Level Language

• The high level languages are the most used and also
more considered programming languages that helps
a programmer to read, write and maintain.
• They are less independent to a particular type of
Computer and also require a translator that can
convert the high level language to machine language.
• The translator may be an interpreter and Compiler
that helps to convert into binary code for a Computer
to understand.
BEGINNER’S ALL-PURPOSE SYMBOLIC INSTRUCTION CODE
C PROGRAMMING LANGUAGE
C++ PROGRAMMING LANGUAGE
Conclusion

Since these are some of the Computer languages


which is unto third generation but there are also 4GL or
fourth generation languages that are typical high level
programming languages used for accessing databases
using commands. And you will be even happier with the
fifth generation language too that are used for artificial
intelligence and neural networks for high professionals
like scientist. But the above programming languages are
very close to humans and used to write programs easily
and convert to machine language for easy pickings for a
Computer machine.
Thank You Very Much!

You might also like