1 / 7

Teknologi Informasi ~ Komputasi dan Pemrograman ~

Teknologi Informasi ~ Komputasi dan Pemrograman ~. Pertemuan 9. Oleh : Tim Hibah Pengajaran Mata Kuliah Teknologi Informasi Jurusan Matematika. BAHASA PEMROGRAMAN. Program ~ Σ instruksi untuk komputer Bahasa Program Sebuah notasi untuk mendeskripsi sebuah program

Download Presentation

Teknologi Informasi ~ Komputasi dan Pemrograman ~

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Teknologi Informasi~ Komputasi dan Pemrograman ~ Pertemuan 9 Oleh : Tim Hibah Pengajaran Mata Kuliah Teknologi Informasi Jurusan Matematika

  2. BAHASA PEMROGRAMAN • Program ~ Σ instruksi untuk komputer • Bahasa Program Sebuah notasi untuk mendeskripsi sebuah program • bahasa pemrograman komputer: Ada, ALGOL, Assembly, BASIC, ASP, BASIC. COMAL, Visual Basic, Visual Basic for Applications, VBScript, Batch (MS-DOS), COBOL, UNIX shell script: Bourne shell (sh) script, Bourne-Again shell (bash) script, Korn shell (ksh) script, C shell (csh) script, C: C++, C#, Visual C++, ColdFusion, dBase Clipper, Foxbase, FoxPro, Visual FoxPro, Eiffel, FORTRAN, Haskell, Java , JavaScript, JSP, Lisp, Logo, Pascal , Delphi, Perl, Prolog, Python, PHP, Pike, REXX, RPG, Ruby, Simula, Smalltalk, Scheme, SQL.

  3. PEMROGRAMAN • Pemrograman adalah proses menulis, menguji dan memperbaiki (debug), dan memelihara kode yang membangun sebuah program komputer. • Program :Hasil koversi algoritma ke kode [bahasa program].Spesifikasi rinci sebuah komputasi • Aktifitas dalam pembuatan program adalah sebagai berikut : • Pendefinisian masalah • Deskripsi metoda formal • Penyusunan algoritma [/flowchart] • Penulisan instruksi (coding) menggunakan sebuah bahasa formal • Uji coba & perbaikan kesalahan (debugging) • Run program • Dokumentasi

  4. ALGORITMA • Algoritma (algorithm) ~ pseudocode, aturan (rules) untuk menyelesaikan suatu masalah, langkah-langkah logis dideskripsi tekstual dengan pola baku untuk menyelesaikan suatu masalah. • Jenis-jenis Algoritma • Divide and Conquer • Dynamic programming • Metode serakah • Diagram alir (flowchart) adalah hasil konversi sebuah algoritma dengan menggunakan simbol baku [ANSI/IBM].

  5. FLOW CHART Struktur baku flowchart : • Runtut (sequential / linear) • Alternatif / pilihan / seleksi (alternative / selection) • Berulang (loop / repetition)

  6. GENERASI BAHASA PEMROGRAMAN • Bahasa Mesin (Mnemonic Code) • Bahasa Assembly • Bahasa Tingkat Tinggi (High Level Language) • Bahasa yang berorientasi pada masalah spesifik (specific problem oriented).

  7. PARADIGMA PEMROGRAMAN • Paradigma Prosedural / Imperatif • Paradigma Fungsional • Paradigma Deklaratif, Predikatif / Logic • Paradigma Berorientasi Objek

More Related