Week 6 Flashcards
1
Q
Modularisation adalah?
A
proses dari membagi sebuah problem ke dalam beberapa tasks, setiap task dengan fungsi masing-masing.
2
Q
6 Langkah dalam modularisation?
A
- Define the problem
- Group the activities into modules
- Construct a hierarchy chart
- Establish the logic of the mainline of the algorithm, using pseudocode
- Develop the pseudocode for each successive module in the hierarchy chart
- Desk check the solution algorithm
3
Q
4 common business applications:
A
- Report generation with page break
- single level control break
- multiple level control break
- sequential file update
4
Q
General solution algorithm terdapat 3 subordinate modules?
A
- an initial processing module, terdapat langkah-langkah yang dijalankan pertama dari algoritma sebelum loop.
- A processing module inside the loop yang terdapat semua langkah-langkah untuk memproses record
- A final processing module, terdapat langkah-langkah yang akan dijalankan pada akhir program. di luar loop