KEMBAR78
Midterm Week 8 Software Design | PDF | System | Enterprise Architecture
0% found this document useful (0 votes)
44 views8 pages

Midterm Week 8 Software Design

The document outlines the objectives and key concepts of software design within the context of system integration and architecture. It details the elements of a system, major tasks in the design process, factors affecting technology trade-offs, and distinguishes between logical and physical design. The focus is on understanding how system components interact to meet requirements and the considerations involved in designing effective software systems.

Uploaded by

bryan cajurao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views8 pages

Midterm Week 8 Software Design

The document outlines the objectives and key concepts of software design within the context of system integration and architecture. It details the elements of a system, major tasks in the design process, factors affecting technology trade-offs, and distinguishes between logical and physical design. The focus is on understanding how system components interact to meet requirements and the considerations involved in designing effective software systems.

Uploaded by

bryan cajurao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

WEEK 8 October 26-29, 2021 Software Design

Week 8 Software Design IT 313 – System Integration and Architecture


Module 1: Introduction to Enterprise architecture

Objectives:
At the end of the topic, you will be able to:
• Explain Software Design
• Explain types of software design
Week 8 Software Design IT 313 – System Integration and Architecture
Module 1: Introduction to Enterprise architecture

System design is the process of designing the elements of a system such as


the architecture, modules and components, the different interfaces of those
components and the data that goes through that system.

System Analysis is the process that decomposes a system into its component
pieces for the purpose of defining how well those components interact to
accomplish the set requirements.
Week 8 Software Design IT 313 – System Integration and Architecture
Module 1: Introduction to Enterprise architecture

Elements of a System
• Architecture
• Modules
• Components
• Interfaces
• Data
Week 8 Software Design IT 313 – System Integration and Architecture
Module 1: Introduction to Enterprise architecture

Major Tasks Performed During the System Design Process


1. Initialize design definition
2. Establish design characteristics
3. Assess alternatives for obtaining system elements
4. Manage the design
Week 8 Software Design IT 313 – System Integration and Architecture
Module 1: Introduction to Enterprise architecture

Factors that Affect Technology Trade-offs during System Design


• Scale of Product
• Time
• Cost
• Efficiency
• User Experience and Support
• Maintainability
• Reliability
• Scalability
Week 8 Software Design IT 313 – System Integration and Architecture
Module 1: Introduction to Enterprise architecture

Types of System Design

Logical Design
Logical design pertains to an abstract representation of the data flow,
inputs, and outputs of the system. It describes the inputs (sources),
outputs (destinations), databases (data stores), procedures (data flows)
all in a format that meets the user requirements.

Physical Design
Physical design relates to the actual input and output processes of the
system. It focuses on how data is entered into a system, verified,
processed, and displayed as output.
Week 7 Software Architecture IT 313 – System Integration and Architecture
Module 1: Introduction to Enterprise architecture

You might also like