Project Implementation
The design provides the technical details on paper. In reality, it has to be either a hardware, a software or a firmware. The conversion of the ideas from the paper to the reality is the process called implementation.
The process of implementation is highlighted here.
Hardware module
-I/O characteristics
-Frequency range of operation
-Components availability
The inter-module constraints like impedance matching, connectors must be addressed with high priority.
Software module
For each software module, the optimum algorithm must be identified. The parameters to decide the optimality are:
- I/O data types
- Data Structures
- Time and space complexities
- Technology availability
- Coding language
- DBMS
The actual code is written in the selected language onto the machine/ Hardware module.
Each component of the code is verified for its proper working.
Each component of the code is verified for its proper working.
Final Assembly
Similarly, the software modules are interconnected and the overall working is verified. Finally, the firmware modules are interconnected and the overall working is verified.
The next phase is thorough inspection and testing of hardware, software and firmware.

No comments:
Post a Comment