Taswar Abbas Adp Cs Af20fsb0199: 2 Program Language's
Taswar Abbas Adp Cs Af20fsb0199: 2 Program Language's
Adp cs
Af20fsb0199
1 What is programing….?
2 Program language’s
A programming language is a set of commands, instructions, and other syntax use to create a
software program. Languages that programmers use to write code are called "high-level
languages." This code can be compiled into a "low-level language," which is recognized
directly by the computer hardware.
3 Types of language’s
1 Procedural-Oriented Language (3GL)
2 Logic Programming Language
3 Object-Oriented Programming
4 Problem-Oriented Language (4GL)
5 Scripting Programming Language
6 Functional Programming
7 PHP
8 C++ Programming
9 Conclusion
10 Scheme Language
11 Pascal Language
12 Pearl Language
13 Fortran Language
4 It’s Code Time
When deciding which programming language to learn, it’s important not to get caught up
in flashy trends and popularity contests. The best programming languages to learn in 2021
are likely the same ones that were best to learn in 2017 and 2018, and that will continue
to be true for the next several years as well.
Mobile development:
Swift, Java, C#
Game development:
C++, C#
Desktop applications:
Java, C++, Python
Systems Programming
C, Rust
5 According to
Most In-Demand Programming
The most in Demand Programming Language for
2021
1. JavaScript
What this language is used for:
Web development
Game development
Mobile apps
Building web servers
2. Python
What this language is used for:
3. HTML
What this language is used for:
Web documents
Website development
Website maintenance
4. CSS
What this language is used for:
Web documents
Website development
Website design
5. Java
What this language is used for:
E-commerce
Finance
App development
6. SQL
What this language is used for:
Database management
Sales reports
Business management
7. NoSQL
What this language is used for:
Database management
Sales reports
Business management
8. C#
What this language is used for:
Game development
Desktop/web/mobile apps
VR
9. Rust
What this language is used for:
Operating systems
VR
Web browsers
10. Perl
What this language is used for:
System administration
GUI development
Network programming
6 10 Most Popular Programming Languages
Python
JavaScript
Java
C#
C
C++
GO
R
Swift
PHP
Years ago, when I first started developing, there were only two ways to build a mobile
app—one for iOS and one for Android.
But today, there is a wide array of languages, frameworks, SDKs, and tools that you
can use to build an app.
Types of Mobile Apps
This language has quickly become the developers’ preferred choice when building
an iOS app. The usage of Objective-C has declined since Swift’s arrival. For any
modern applications built on Apple, Swift is heavily encouraged.
Java
Since Android was officially launched in 2008, Java has been the default
development language to write Android apps. This object-oriented language was
initially created back in 1995.
While Java has its fair share of faults, it’s still the most popular language for
Android development.
Most of the other Android languages are considered a version of Java or a flavor of
Java.
Kotlin
Google announced that it would start supporting the Kotlin programming
language in 2017. It’s an alternative language to traditional Java for Android
development. Even as a new language, it’s very popular.
Kotlin and Java are interoperable, meaning they can make use of the same
information. All of your Java libraries can be accessed with Kotlin. From an
execution standpoint, the Kotlin language complies with Java Bytecode. Overall,
it’s considered a neater and cleaner version of Java.