Talha Khan: IT Lecturer UOH
Talha Khan: IT Lecturer UOH
IT Lecturer UOH
What is Computer Programming
• What is Program?
2. Modular Programming
3. Structured Code
Top Down Analysis
• Top-down analysis looks at the “bigger picture” first, and then
analyses the details of smaller component.
Steps for Top Down Analysis
• Step1: Define the complete Scope of problem to be solved. It includes
• Input:
• What data to be processed?
• Process:
• What to do with the input data?
• Output:
• What information should the program produced?
Steps for Top Down Analysis
• Step 2: Division of Problem into separate parts.
• Step 3: Define the scope of each subdivided part and divide them
further into tasks.