PRIDE ® -ISEM
Information Systems Engineering Methodology
PHASE 5 - SOFTWARE MANUFACTURING
ACTIVITY B - PRODUCE EXECUTABLE PROGRAM
TOOLS & TECHNIQUES

TRANSLATE THIS PAGE TO... Chinese (simple)   Japanese       Dutch   French     German     Italian    
Free Translation courtesy of ALS      Chinese (traditional)   Korean       Portuguese       Russian       Spanish         

    TECHNIQUES

    1. Prepare program source language statements according to program specifications and installation standards.

    2. Compile the source code into object code. Eliminate all grammatical/syntactical errors encountered during compiling (iterate until a "clean" compile).

    3. Link all object code and run time libraries to produce an executable program.

    NOTE: This sequence may vary depending on the method of implementation. Some application development aids (program generators) may develop object code directly from specifications. As such, step one is not required to produce source code. If a single module is being produced, then steps one and two are all that are required.

    TOOLS

    During this activity, use the following types of tools:

    1. Text editors to write source code.

    2. Application development aids to generate code (e.g., Program Generators, Fourth Generation Languages (4GL), Report Writers, etc.).

    3. Compilers and linkers.
   


Copyright © 1971-2009 by M. Bryce & Associates
Palm Harbor, Florida, USA
All rights reserved.