Modular and Structured Design

Design – it bridges the gap between specifications and coding. Some of the properties of design are Verifiability, Traceability, Completeness, Consistency, Efficiency, and Simplicity.

Design Principles

These principles are meant to effectively handle the complexity of design.

These principles are:

  • Problem Partitioning – The system is divided into modules that are self-dependent.
  • Abstraction – Designing the outer view of the component without worrying about the details of implementation.
  • Top Down Design – Decomposing major components into their subordinate level components and interacting until the desired level of detail is achieved.
  • Bottom-Up Design – Process of combining modules to provide larger ones, to compile these to provide event larger ones and so till we arrive at one big module. This approach is more suitable as it starts from some existing modules.
  • Structure Chart – it depicts the division of a system into programs along with their internal structure.
  • Modularity – it means decomposing a system into smaller components (modules) that can be coded separately.

Guidelines for good design are:

  • Factoring – A system should be divided into as many relatively independent modules as possible.
  • A superordinate module should control not more than seven subordinates.
  • Coupling – The dependency levels between modules should be minimal.
  • Cohesion – A module should not perform more than one function.

Coupling

The communication between modules should be through parameters. Boolean variables or flags can be used for communication. There are five types of coupling:

  • Data Coupling: Data is passed through parameters for communication.
  • Stamp Coupling: Data structure is passed through parameters for communication.
  • Control Coupling: Control information is passed through parameters for communication.
  • Common Coupling: Global data areas used by the multiple modules.
  • Content Coupling: One module can access the data inside another module and alter it. The same goes for the code of the moduls.

Cohesion

A module conforms itself to the performance of a single task.

There are seven types of cohesion. They are:

  • Functional Cohesion: If every instruction in the module is related to a single task.
  • Sequential Cohesio: All instructions in the module are related to each other the data that is passed to the module and sequence of the instruction matters.
  • Communicational Cohesion: All instructions in the module are related to each other the data that is passed to the module and the sequence of the instruction doesn’t matter.
  • Procedural Cohesion: Instructions are related to each other by the control flow.
  • Temporal Cohesion: All instructions are related to each other by only the flow of control and are unrelated to their sequence.
  • Logical Cohesion: The relation between instructions in the module is zero or bare minimum.
  • Coincidental Cohesion: There is no relationship between instructions in the module.

System Analysis and Design Interview Topics for Freshers

System Analysis is the “what” before the “how” in system design. It provides the essential roadmap for crafting a system that is both effective and efficient in solving the intended problem. “Imagine you’re building a dream house. You wouldn’t start hammering nails without a detailed blueprint, right?”The same goes for software development.”

System analysis is the blueprint, while system design translates it into the actual system.

Important Topics for System Analysis and Design Guide

  • Information System(IS)
  • Characteristics(Properties) of a System Analysis
  • Classification of System Analysis
  • Distributed Systems
  • System Analysis and Design
  • System Analyst
  • System Development Life Cycle(SDLC)
  • Documentation of Systems
  • System Requirements Specification(SRS)
  • Fact Finding Techniques or Information Gathering Techniques
  • Modular and Structured Design
  • Form Design
  • Report Design
  • Process Modeling or Data Flow Diagram (DFD)
  • CASE Tools – Computer-Aided Software Engineering Tools
  • Implementation of Systems
  • Maintenance of Systems
  • Audit of Computer Systems
  • Viruses
  • Concurrent Audit
  • Different Kinds of Information Systems

Similar Reads

1. Information System(IS)

Information systems are integral to system design, shaping the architecture, data management, user interaction, and development process....

2. Characteristics(Properties) of a System Analysis

Properties of a system analysis are:...

3. Classification of System Analysis

Classification of system analysis is as follows:...

4. Distributed Systems

Distributed Systems: Data, Process and Interface components are distributed to multiple locations in computer networks....

5. System Analysis and Design

System Analysis – This involves studying the requirements of either the existing system or a new system in order to design an effective system. System Design – Involves the process of creating a well-structured system with careful consideration of objectives and requirements....

6. System Analyst

A System Analyst is an individual responsible for analyzing requirements and designing information systems....

7. System Development Life Cycle(SDLC)

SDLC, or Software Development Life Cycle, is a common set of steps for system development used by many organizations....

8. Documentation of Systems

Documentation – It is the process of communicating about the system....

9. System Requirements Specification(SRS)

it is a set of complete and precisely stated properties along with the constraints of the system that the software must satisfy....

10. Fact Finding Techniques or Information Gathering Techniques

Techniques used for collecting data related to the existing system to learn the function of the existing system. Various fact-finding techniques are:...

11. Modular and Structured Design

Design – it bridges the gap between specifications and coding. Some of the properties of design are Verifiability, Traceability, Completeness, Consistency, Efficiency, and Simplicity....

12. Form Design

Forms are used for collecting data from users. Form design refers to the process of creating intuitive and user-friendly forms....

13. Report Design

Reports are used for presenting and summarizing data in a structured format. Report design refers to the process of creating clear, organized, and user-friendly layouts for displaying information....

14. Process Modeling or Data Flow Diagram (DFD)

Graphical representation of the function and process, which capture, manipulate, store and distribute data between components within a system....

15. CASE Tools – Computer-Aided Software Engineering Tools

All software that supports managerial, technical, or administrative aspects of any part of the software development process is termed as CASE tools....

16. Implementation of Systems

It involves coding, testing, creating necessary hardware, and providing training to end-users....

17. Maintenance of Systems

Monitoring, evaluating, and modifying the information system to make necessary desirable changes. Maintenance activity has four key stages:...

18. Audit of Computer Systems

An assessment of an information system to provide recommendations and advice to improve system performance and security. It is done by an IS auditor. Objectives of the audit are:...

19. Viruses

One of the biggest security threats to computer systems can cause irreparable damage to certain systems. Anti-virus measures for protecting against viruses include:...

20. Concurrent Audit

Data is audited while the transaction is in progress. It helps in finding missing audit trails and is also used in monitoring largely integrated and automated systems....

21. Different Kinds of Information Systems

Management Information System (MIS)...