Introduction to Programming
Programming is writing computer code to create program, to solve a problem. Programs are created to implement algorithms. algorithms can be represented as pseudocode oe a flowchart, and programming is the translation of these into a computer program.
There are four types of programming languages which include
- Procedural programming languages
- Functional programming languages
- Logic programming languages
- Object Oriented programming languages
Javascript is a computer programming language used by programmers across the world to create dynamic and interactive web content like applications and browsers.
Javascript is so popular that it's the most used programming languages in the world, used as a client-side programming language by 97% of all websites.
Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. They are used in field like web and app development, data science, machine learning and AI.
Python is a general purpose language, meaning it can be used to create variety of different programs and isn't specialized for any specific problems
Java is a high level, class-based, object-oriented programming language that is designed to have a few implementation dependencies as possible
Java is used to write applications for different platforms that JRE and supports applications that run on a single device like a mobile phone and desktop. Java can also be used to develop applications that work in a distributed manner
C++ is a powerful general-purpose programming language which is used for game programming, software engineering, data structures, developing browsers, operating systems and applications
C++ supports different ways of Programming like procedural, object-oriented, functional.This makes it powerful as well flexible. It can be used to develop operating systems, browsers, games, and so on.