0% found this document useful (0 votes)
2 views2 pages

Programming Languages

Uploaded by

Mir Sahab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Programming Languages

Uploaded by

Mir Sahab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Department: Chemistry 4th semester 1/7/2025

What Are Computer Programming Languages?

Computer programing languages allow us to give instruction to a computer in a language the


computer understands. Just as many human-based languages exist, there is an array of computer
programming languages that programmers can use to communicate with a computer. The portion
of the language that a computer can understand is called a “binary”. Translating programming
language in to binary is known as “compiling”. Each language, from C language to python, has its
own distinct features, though many time there are commonalities between programming language.

Types of computer programming languages:

There are three types of computer programming languages, they are,

low-level High-level Middle-level


programming programming programming
languages languages languages

i. Machine languages-programming at the machine level to operate the computer.

ii. Assembly languages-programs written with a human-recognizable syntax for commands and
logic for the computer to execute.

iii. High- level languages (HLL)- there are many HLLs that require varying levels of programming
Skills, from a hobbyist or student levels to those that demand a high level of technical ability.

1
Department: Chemistry 4th semester 1/7/2025

Ranking and types of high –level programming languages:

No Programming Description
languages

Java currently leads the pack in demand and population, largely due to its flexibility
1. Java and portability. Java code is running on millions of devices worldwide, from
mainframes to smartphones.
C++ is most commonly used languages for such special purposes as 3D gaming, due
2. C++
to its efficient utilization of memory and consistent, smooth execution properties.
C was the foundation of C++ and is a high-performance language often used for
3. C
operating systems and device drivers that must provide a quick response.
Though this may not be categorized specifically as a language, HTML is heavily
4. HTML/CSS used in creating web pages. Python or other languages used for websites will
ultimately communicate with a browser by sending HTML.
PHH (personal home Most website developers will be familiar with PHP. It is used in concert with HTML
5.
page ) to handle data and interact with a database.

Name: Aimen Manzoor.

You might also like