TAHAPAN PEMROGRAMAN Modul-10. Sub Pokok Bahasan Lima Langkah Produksi Pemrograman Masa Depan

Embed Size (px)

Citation preview

  • Slide 1

TAHAPAN PEMROGRAMAN Modul-10 Slide 2 Sub Pokok Bahasan Lima Langkah Produksi Pemrograman Masa Depan Slide 3 Pemrograman: Pemrograman: Lima Langkah Produksi Slide 4 Pemrograman dilakukan secara berurut dalam lima langkah proses: (1) define the problem, (2) map out program logic and design a solution, (3) code the program, (4) test the program, dan (5) collate the documentation. Slide 5 Slide 6 Firs step: Problem definition Specify program objectives and program users Specify output requirements Specify input requirements Specify processing requirements Study feasibility of implementing program Document the analysis Slide 7 Second step: Map out the program logic and design a solution Determine program logic through top- down approach and modularization, using hierarchy charts Design details using pseudocode and/or flowcharts, preferably involving control structures Test design with structured walktroughs Slide 8 Slide 9 Slide 10 Slide 11 Third step: Code the program Select the appropriate high-level programming language Code the program in that language, following the syntax carefully Slide 12 Slide 13 Fourth step: Test the program Desk-check the program to discover errors Run the program and debug it Run real-world data Slide 14 Fifth step: Collate the documentation Write user documentation Write operator documentation Write programmer documentation Slide 15 Selesai Modul-10 Terima kasih