Assembly Language is a programming language that is unique because it communicates directly with the hardware of the computer itself. Specifically, it uses a series of commands that involv moving data between registers, performing specific operations with data. These commands manipulate CPU control signals. Thus, this is how Assembly language communicates with hardware.
C Programming language is the first modern computer programming language. Created in the 1970s, it is a procedural programming language, with varoious libraries. It has been considered the grandfather of all modern programming languages.It is unique in its ability to manipulate memory through pointers and dynamic memory allocation.
C++ is a object-oriented programming language. Originally an extension of c, it has since expanded to an high-level programming language that is used to make operating systems such as linux and windows
Python is a programming language that is considered the easiest for beginners to programming.It is named after the Monthy Python series and is a intepreted language.
HTML and CSS are the two main programming languages used to perform front-end web development. HTML, standing for Hypertest Markup Language, is used to structure the website while CSS, standing for Cascading Style Sheets is used to design the website
PHP is a programming alongside javascript used for backend-development of the website that is responsible for making the website more dynamic. It is very similar to c except that all of its variables start with the '$'
Java is an object oriented language that involves using objects to program. It is considered an important programming language to learn for those majoring in computer science.
Javascript is a server-side programing language used most widely for backend web development. Often mistakened for being the same as Java, Javascript is one of the three main programming languages for web develpment