Anda di halaman 1dari 2

Bahasa Pascal

1. Sejarah
Pascal dibuat pertama kali oleh Prof. Niklaus Wirth, seorang anggota International Federation
of Information Processing (IFIP) pada tahun 1971. pascal berasal dari nama matematikawan
yaitu Blaise Pascal. Pascal digunakan untuk mengenalkan pemrograman terstruktur.
2. Aplikasi Bahasa Pascal
Pascal dipakai sebagai landasan pembuatan kode perangkat lunak Delphi (berbasis windows).
Pascal dipakai sebagai landasan pembuatan kode perangkat lunak Kylix (berbasis Linux).
3. Kelebihan dan kekurangan
Kelebihan bahasa Pascal :
Tipe data standar, tipe-tipe data standar yang telah tersedia bahasa pemrogaman. Pascal
memiliki tipe data standar Boolean, integer, char, real, string.
User defined data types, programmer dapat membuat tipe data lain yang diturunkan dari tipe
data standar.
Strongly-typed, programmer harus menentukan tipe data dari suatu variable dan variable
tersebut tidak dapat dipergunakan untuk menyimpan tipe data selain format yang ditentukan.
Terstruktur, memiliki sintaks yang memungkinkan penulisan program dipecah menjadi
fungsi-fungsi kecil (procedur dan function) yang dapat dipergunakan berulang-ulang.
Sederhana dan ekspresif, memiliki struktur yang sederhana dan sangat mendekati bahasa
manusia (bahasa inggris) sehingga mudah dipelajari dan dipahami.
Kekurangan bahasa Pascal :
Versi awal Pascal kurang cocok untuk aplikasi bisnis karena dukungan basisdata yang
terbatas.
Sintaks Pascal terlalu bertele-tele.
Tidak mendukung pemrograman berorientasi objek.
Pascal tidak fleksibel dan banyak kekurangan yang dibutuhkan untuk membuat aplikasi yang
besar.

Pascal Language
1.History
Pascal created first time by Prof. Niklaus Wirth, he is member of International Federation of
Information Processing (IFIP) pada tahun 1971. Pascal come from name Master of
Mathematic Blaise Pascal. Pascal used for introduced structure programming.
2.Application Language Pascal
Pascal is used as the foundation of Delphi code generation software (Windows-based).
Pascal is used as the basis for the making of software code Kylix (Linux-based).
3.Advantages and disadvantages
Extra Pascal language:
Standard data types, the types of data that are already available standard programming
languages. Pascal has a standard data types Boolean, integer, char, real, string.
User-defined data types, the programmer can create other types of data derived from standard
data types.
Strongly-typed, the programmer must specify the data type of a variable and these variables
can not be used to store data types in addition to the specified format.
Structured, has a syntax that allows the writing program is broken down into smaller
functions (procedur and functions) that can be used repeatedly.
Simple and expressive, has a simple structure and is very close to human language (English)
so it is easy to learn and understand.
Lack of language Pascal:
The initial version of Pascal is less suitable for business applications because of limited
database support.
Pascal syntax too wordy.
Does not support object-oriented programming.
Pascal inflexible and a lot of flaws that needed to make a large application.

Anda mungkin juga menyukai