1 / 8

Qbasic

Qbasic. Modular Programming. Structured Programming. Good Programming Fundamentals Reliability Understandable (read-able) Robust Flexible. Consistently produces correct output. It shouldn’t be harder to understand than to code. Bullet Proof. Easy to fix and modify. Top Down Design.

berick
Download Presentation

Qbasic

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. Qbasic Modular Programming

  2. Structured Programming • Good Programming Fundamentals • Reliability • Understandable (read-able) • Robust • Flexible • Consistently produces correct output. • It shouldn’t be harder to understand than to code • Bullet Proof. • Easy to fix and modify.

  3. Top Down Design • Phase 1 • Stepwise Refinement • Divide and conquer • Functional Decomposition • Data Definition

  4. Top Down Design • Phase 2 • Modular development • modularization • Single functionality • Re-usability

  5. Top Down Design • Phase 2 • Cohesion • The “internal strength” of a module • The minimal number of statements to accomplish the task. • Coupling • The separation of the workings of the module with its interface

  6. Top Down Design • Phase 3 • Program coding • HIPO • Hierarchical Input Process Output Charts • Flowcharts

  7. Top Down Design • Phase 3 • Testing • Program Stubs • Modules • Functions • Sub-routines • Blackbox VS Whitebox

  8. Top Down Design • Phase 3 • Testing • Black box • Functional testing • White box • Path testing

More Related