0% found this document useful (0 votes)
7 views21 pages

Bahasa Pemrograman

Uploaded by

dwipasuryawdp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views21 pages

Bahasa Pemrograman

Uploaded by

dwipasuryawdp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 21

ITB STIKOM BALI

PRESENTATION
GROUP
1
 Ayu Kusuma Dewi (210040225)
 Ida Ayu Mirah Febrian Dini (210040198)
 I Made Yoga Sancita (210040051)
 I Made Dwipa Surya Weda Purnama (210040001)
 I Putu Gede Mahendra Yasa (210040154)
 Made Bagus Adiyasa (210040029)
 Riyadh Adam (210040016)
 Sinlan Kathina Maharani
SQL
Understanding
Programming
languange

PHP

JAVASCRIPT

PYTHON JAVA
1 Understanding Programming
languange

Understanding programming language


Programming language is a standard instruction to command a computer to perform certain functions.
Function
The function of a programming language is to order the computer to process data according to the flow of
thinking we want. The output of the programming language is in the form of programs / applications. Examples
are programs used by cashiers in malls or supermarkets, the use of traffic lights on the highway, etc.
In general, programming languages are divided into 4 groups, namely:
 Object Oriented Language (Visual dBase, Visual FoxPro, Delphi, Visual C)
 High Level Language (such as Pascal and Basic)
 Middle Level Language (such as C language), and
 Low Level Language (such as Assembly language)
Levels
High-Level Languages
Programming languages enter this level because they approach
human language. Examples are Basic, Visual Basic, Pascal, Java, PHP.
Mid-Level Languages
It is called the intermediate level because it can enter into both high
and low level languages. For example, C language.
Low-Level Languages
Programming languages enter this level because the language is still
far from human language. For example, assembly language.
Generation
While according to his generation, programming languages are classified into 5
generations:
 1st Generation: Machine language
 2nd Generation: assembly language: Assembler
 3rd generation: high level programming language,examples: C and Pascal
 4th generation: 4 GL(fourth-generation language),example: SQL
 Generasi ke-5: Programming Language Based Object Oriented & Web Development
Program creation process
The process of creating a program is that we write the source code in the editor
text such as notepad then convert it into a machine language that can be
executed by the CPU.
Compilation.
the process of compiling all the source code is read first and if there are no errors in writing the
program then the machine code will be formed so that the program can be run. for example C, C++,
Pascal, Assembly and many more.

Interpretation (IntIn erpretation)


Languages that use interpretation techniques will read the source code perbaris and execute perbaris. If
an error is found inthe writing of the program then in the error line that the program will be stopped.
The program that performs this task is called interpreter.

Compilation as well as Interpretation


There are also programming languages that produce their programs with compilation techniques as well
as interpretation. For example, the Java language. In java program creation the source code is
converted into bytecode. Although it looks like machine language, it is not a machine language and is
not executable. BACK
2 PHP
PHP definition
PHP (Hypertext Preprocessor) is a widely-used open source general-purpose scripting
language that is especially suited for web development and can be embedded into HTML.
The purpose learning PHP
The purpose of learning PHP is to create dynamic and interactive web pages that can adjust
the appearance of the content depending on the situation.
strengths and weaknesses of php
Advantages of php
1. Easier to learn
2. Have a large community
3. More concise
PHP Disadvantages
1. Have a lot of competition
2. Not equipped with data types
3. Prone to piracy
issues about lerning PHP
If it's really early, then the difficulty will start from the
syntax. . In this section it may be difficult to distinguish
which is server side and which is client side. BACK
3
SQL
SQL (Structures
Query Language) is a type of computer language or query that is used to access data that is
contained and also stored in a database alias database.
SQL was sparked by an IBM researcher's idea of a database, which was made into a scientific
article in the 1970s.
SQL Advantages :
1. Works very well on Windows operating 5. Easy to use by clients and users.
system.
6. It has a data recovery and restore feature.
2. Supports Many Database Software.
7. Good and secure password management.
3. Can facilitate data clustering.
8. Can backup data.
4. Control of a centralized database.
Lack of SQL
1. The price is quite high.
2. Not multi OS, can only be used on operating systems
made by Microsoft.
3. Difficult to use in other programming languages.
4. Not suitable for large database scale.

BACK
4
PYTHON

Python is one programming languages that can execute a number of multi purpose instructions directly
(interpretively) with object orientation methods.

Advantages Of Python
The code contained in it is easy to read and can perform many complex functions easily because of the
Many standard libraries.

Disadvantages of Python
Thismoan is quite slow to run especially for the development of the Android and iOS platforms.
Binefit
1. Website development
2. loT Development
3. Data mining
4. Machine learning development
5. Game development
6. Python for fintech

BACK
5 JAVASCRIPT

definition of javascript
JavaScript is a high-level and dynamic programming language. JavaScript
is popular on the internet and works in most popular web browsers such as
Google Chrome, Internet Explorer, Mozilla Firefox, Netscape and Opera.
JavaScript code can be embedded in web pages using the SCRIPT tag.
the purpose of learning javascript
because the language is often used to create special effects on web
displays.
BACK

Advantages and disadvantages of using javascript


By learning JavaScript, you also have the potential to learn another programming language
at the same time. This is because JavaScript allows its users to collaborate with other
programming languages
Has a lot of JavaScript code snippets that make it not encrypted properly or even tend to be
unencrypted at all. Inconsistent because data from each device is rendered differently from
each other.

Issues from learning javascript


javascript has experienced an error in the javascript code related to the dom which means
that the errors and exceptions that are obtained when developing a web come from the
wrong programmer in interacting with the DOM.
definition of javascript
JavaScript is a high-level and dynamic programming language. JavaScript
is popular on the internet and works in most popular web browsers such as
Google Chrome, Internet Explorer, Mozilla Firefox, Netscape and Opera.
JavaScript code can be embedded in web pages using the SCRIPT tag.
the purpose of learning javascript
because the language is often used to create special effects on web
displays.
Advantages and disadvantages of using javascript
By learning JavaScript, you also have the potential to learn another programming language at the same
time. This is because JavaScript allows its users to collaborate with other programming languages
Has a lot of JavaScript code snippets that make it not encrypted properly or even tend to be unencrypted
at all. Inconsistent because data from each device is rendered differently from each other.
Issues from learning javascript
javascript has experienced an error in the javascript code related to the dom which means that the errors
and exceptions that are obtained when developing a web come from the wrong programmer in interacting
with the DOM.
6 JAVA

What is Java? Java is a programming language developed by James Gosling in the early 1990s
at Sun Microsystems that powerful for general-use with class-based object-oriented language,
designed for embedded network applications running on multiple platforms as well compiled to
the bytecode instruction set and binary format defined in the Java Virtual Machine
Specification.
Why we should use Java? Java was originally designed for embedded network applications
running on multiple platforms.
Advantages
Java has significant advantages over other languages and environments that make it suitable for
just about any programming task.
The advantages of Java are as follows: Disadvantages:
 Java is easy to learn.  Java is slow and has a poor performance
 Java is object-oriented.  Java provides not so attractive look and feels of the
 Java is a secure language GUI
 Java is cheap and economical to maintain  Java provides no backup facility
 Java is platform-independent.  Java requires significant memory space
 Verbose and Complex codes
 Java supports portability feature  Costs for the commercial license.
 Java provides Automatic Garbage Collection
 Java supports Multithreading
 Java is robust.
Related Issues:
According to Oracle, Java 17 was announced at September 14,
2021 as the latest version of Java. Java 17 delivers thousands of
performance, stability, and security updates that further
improve the Java language and platform to help developers be
more productive.

next
Thank You

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy