TAHAPAN PEMROGRAMAN Modul-10
Sub Pokok Bahasan Lima Langkah Produksi Pemrograman Masa Depan
Pemrograman: Lima Langkah Produksi
Lima Langkah Produksi 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.
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
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
Third step: Code the program Select the appropriate high-level programming language Code the program in that language, following the syntax carefully
Fourth step: Test the program Desk-check the program to discover errors Run the program and debug it Run real-world data
Fifth step: Collate the documentation Write user documentation Write operator documentation Write programmer documentation
Selesai Modul-10 Terima kasih