Programming Languages
Programming Languages
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
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.