Introduction into programming languages

Mihajlo Zivkovic
2 min readDec 30, 2022

--

Introduction:

Programming languages ​​are the foundation of modern computing, allowing the creation of software that can run on a variety of devices, from smartphones and laptops to servers and supercomputers. These languages ​​are used to write and execute instructions, called code, that tell the computer what to do. There are many different programming languages ​​in use today, each with its own characteristics and strengths. Some of the most popular programming languages ​​include C, C++, Java, Python and JavaScript. Here are some examples of programming languages ​​and their purpose:

C: C is a general-purpose programming language that was developed in 1970. It is known for its functionality and functionality, and is often used to write operating systems and other low-level applications. C is a compiled language, which means that the code is translated into machine code that can be run directly on the computer system. C is a powerful language, but it can be difficult for beginners to learn because it doesn’t have many built-in features found in advanced languages.

C++: C++ is an extension of the C programming language and is a general purpose language. It was developed in the 1980s as a way to implement C-oriented programming. Like C, C++ is a compiled language, but it has a large standard library and complex syntax. C++ is often used to develop large-scale applications, such as games and scientific simulation software.

Java: Java is a popular programming language that was developed in the 1990s. It is known for its portability, as Java programs can run on any device that has a Java Virtual Machine (JVM) installed. Java is an object-oriented language, meaning that it is based on the concept of “objects” that represent real-world objects and their associated data and behavior. Java is commonly used to build web and mobile applications, and is known for its security and scalability.

Python: Python is a high-level programming language known for its simplicity and readability. It was developed in the 1980s to make it easier for beginners to learn programming. Python is an interpreted language, meaning that the code is executed by an interpreter instead of being compiled into machine code. Python is widely used for data analysis, machine learning, and scientific computing, and is known for its large standard library and extensive support for other libraries.

JavaScript: JavaScript is a programming language used to develop web applications. HTML and CSS are often used to create interactive websites. JavaScript is an interpreted language that is executed by web browsers and is known for its ability to manipulate the DOM (Document Object Model) and to manipulate real-time events. JavaScript is a popular language for building front-end web applications and is also used to build server-side applications using technologies like Node.js.

https://www.fiverr.com/share/w99o2B

--

--