Imported Studyset
Created by Leala, Mari Joshua C.
is an analytical comparison of the operational effectiveness, suitability, and life-cycle costs of multiple potential system solutions.
Analysis of Alternatives (AoA)
| Term | Definition |
|---|---|
is an analytical comparison of the operational effectiveness, suitability, and life-cycle costs of multiple potential system solutions. | Analysis of Alternatives (AoA) |
this often involves comparing different automation levels, facility layouts, or software integrations. | Analysis of Alternatives (AoA) |
Analysis of Alternatives (AoA) process begins by establishing a ____ | baseline |
___is the measure of how beneficial or practical the development of an information system or industrial process will be. | Feasibility |
___this often involves assessing the compatibility of new hardware with legacy systems. | Technical Feasibility |
____asks: "Does the technology exist to do this, and does our team have the expertise to build it?" | Technical Feasibility |
focuses on the human element; it assesses how well the proposed system will solve the problems identified and whether the stakeholders | Operational Feasibility |
____often referred to as Cost-Benefit Analysis (CBA), evaluates the Total Cost of Ownership (TCO) against the expected Return on Investment (ROI). | Economic Feasibility |
___which determines if the system can be implemented within a timeframe that makes it relevant. | Schedule Feasibility |
Because "the best" alternative is rarely superior in every single category, IEs use _____ | Multi-Criteria Decision Analysis (MCDA) |
____ is the stage where we translate high-level stakeholder needs into detailed functional requirements. | Concept Definition |
the process of identifying what a system must do before deciding how it will be built | Functional Analysis |
which defines the physical and logical structure of the system components. | System Architecture |
___is a top-down approach used to transform the system's mission into a structured set of functions. | Functional Analysis |
____shows the logical sequence of functions and the relationships between them | Functional Flow Block Diagrams (FFBDs) |
These diagrams use "AND/OR" gates to represent parallel or alternative functional paths. | Functional Flow Block Diagrams (FFBDs) |
For instance, in a quality control system, the "Inspect" function might lead to___or____ | Approve" OR "Reject. |
engineers can identify critical paths, potential bottlenecks, and redundant steps early in the design phase, long before any physical equipment is purchased or installed. | Functional Flow Block Diagrams (FFBDs) |
This is the process of mapping those abstract functions onto physical components, software modules, or human roles. | System Architecture |
___is the "blueprint" of the system. It defines the boundaries between components and the interfaces through which they interact. | Architecture |
in a _____functions are self-contained within specific components (modules), which can be swapped or upgraded independently. | Modular Architecture |
____blends multiple functions into a single, highly optimized unit. | Integrated Architecture |
____is the formal study of identifying and choosing alternatives based on the values and preferences of the decision-maker. | Decision Analysis (DA) |
Decisions under ___ | Certainty |
Decisions under _____occur when we don't know the exact outcome, but we know the probabilities of various events (e.g., a 60% chance of a market surge). | Risk |
Decision under ____ occur when probabilities are unknown. | uncertainty |
One of the most powerful tools for decisions under risk is the____ | decision treee |
To find the best path, engineers calculate the_____by multiplying the probability of each outcome by its financial impact and summing them up. | Expected Monetary Value |
___is a technique used to handle these conflicting objectives | Multi-Attribute Utility Theory (MAUT) |
By assigning "utility" scores to different attributes and weighting them according to organizational priorities, engineers can calculate a single____for each alternative | Utility score |
____is the process of testing how the "optimal" decision changes if our assumptions change. | Sensitivity Analysis |
In Sensitivity Analysis, If the decision remains the same across a wide range of changes, the decision is said to be "robust." If a tiny change in probability flips the outcome, the decision is ____ | Sensitive |
IE use____to visualize these sensitivities, helping the team focus their research on the variables that matter most. | Tornado Diagrams and Spider Plots |
___serves as the bridge between a validated concept and a production-ready system. | Engineering Development Stage |
Through ____we identify unforeseen design flaws | Prototyping |
Through ____we refine those designs to ensure they can be SCALED | Advanced Development |
____is a specialized tool used to reduce risk and uncertainty | Prototyping |
___are built to eventually become part of the final system | Evolutionary prototypes |
___are built quickly to test a specific function or interface and then discarded | Throwaway (or "Rapid") prototypes |
Modern development relies heavily on ____technologies like 3D printing, CNC machining, and virtual simulations. | Rapid Prototyping (RP) |
A ___is a high-fidelity virtual model that is linked to the physical system via sensors. | Digital Twin |
During the Advanced Development phase, IEs use ____to simulate thousands of hours of operation in a fraction of the time. | Digital Twin |
This allows the team to predict wear and tear, optimize maintenance schedules, and test "edge case" scenarios—such as extreme heat or power surges—that would be too expensive or dangerous to test on a physical prototype. | Digital Twin |
Before full-scale production begins, systems often go through a ____ phase | Pilot Line |
This is a small-scale production system used to "debug" the manufacturing process. | Pilot Line Phase |
During Advanced Development, the ___helps engineers identify bottlenecks, calculate precise cycle times, and establish Quality Control (QC) benchmarks. | Pilot Line |
Pilot Line serves as a final _____ prototype | System-Level |
Data gathered in System-Level Prototype used to finalize the system's ____, which includes the final drawings, software code, and assembly instructions. | Technical Data Package" (TDP) |
Successfully passing the Pilot Line phase signals that the system is ___enough for the Production and Deployment stage of the life cycle. | Mature |
Today, a "Complex System"—whether it is an automated distribution center, a smart power grid, or a precision manufacturing plant—is defined by its ____ | Software |
____is the application of systems engineering principles specifically to the development of software-intensive systems. | Software Systems Engineering (SwSE) |
While hardware provides the physical capability (the "___") | Brawn |
____allows for "Soft Reconfiguration"—the ability to change how a factory operates by updating code rather than moving heavy machinery | Software |
____focuses on the design, creation, and maintenance of complex systems where software plays the central role. | Software Systems Engineering (SSE) |
As the_____software doesn't just perform tasks; it acts as the "glue" that binds hardware, human users, and external networks into a single, functioning unit. | System Integrator |
Traditional systems engineering was driven by mechanical and electrical constraints. Today, we live in a world of ______ | Software-Defined Everything (SDx) |
______: Software manages the interfaces between disparate hardware components that were never designed to speak the same language. | The "Glue" Logic: |
_____:How software hides hardware complexity from the end-user. | Abstraction Layers |
_____:As systems grow, the number of interactions grows exponentially. Software is the only medium flexible enough to manage this complexity. | Complexity Management |
_____Ensuring information flows seamlessly from sensors to processors to actuators. | Data Integration |
Coordinating different subsystems (e.g., the braking system and the cruise control) to work toward a common goal. | Functional Integration |
______Managing how the user interacts with the complex backend through simplified interfaces. | Human-System Integration |
____When two components work fine alone but cause a "ghost in the machine" when joined. | Emergent Behavior |
____Quick fixes" in integration code that become permanent nightmares. | Technical Debt in Interfaces |
____Integrating brand-new AI modules with 30-year-old mainframe code. | The Legacy Trap |
One of the greatest challenges in SwSE is the _______ | Lifecycle Mismatch |
Industrial Engineers must design systems with "______" that allow software to be updated without needing to replace the underlying hardware. | Open Architectures |
Failure to account for Lifecycle Mismatch leads to "_____" where a perfectly functional machine becomes useless because its control software can no longer run on modern computers. | System Obsolescence |
Unlike a mechanical lever that either works or breaks, software possesses a nearly infinite number of "____" | states |
This creates a unique type of complexity where a tiny error in one line of code can cause a catastrophic failure in a completely unrelated part of the system. This is known as "____" | Tight Coupling |
In complex industrial systems, software must handle "____" | Edge Cases |
IEs use techniques like_____ and _____ to hide this complexity | Modularization and Abstraction |
The _____ phase is the final transition point before a system moves into production. In previous stages, we defined what the system does and how it is structured | Detailed Design |
The _____phase involves the creation of a complete "Technical Data Package" (TDP), including precise dimensions, material specifications, and software code. | Detailed Design |
the greatest challenge for an Industrial Engineer (IE) in Detailed Design stage isn't just the math—it is_________ | Specialist Coordination. |
The IE acts as the "_______," ensuring that the mechanical, electrical, and software engineers don't design components that conflict with one another, the budget, or the manufacturing capabilities of the plant. | Systems Integrator |
Detailed design is the process of refining the "_____" designs into "____" designs. | subsystem
component |
The output of Detailed Design phase is the ____ | Technical Data Package (TDP) |
The TDP is the "____for the system; it contains everything a manufacturer needs to build the system without having to ask the designer a single question. | source of truth |
Mechanical Engineers (ME) focusing on stress loads, Electrical Engineers (EE) focusing on power distribution, and Software Engineers (SE) focusing on logic. The Industrial Engineer serves as the____ | Systems Integrator |
The IE's job is to manage the "_______"—the points where these disciplines meet. | interfaces |
In the development of complex systems, "___" are a natural byproduct of expertise. | specialist silos |
_______is the glue that prevents these silos from operating in isolation. | Specialist Coordination |
At the heart of Specialist Coordination is the ______ | Systems Integrator |
The SI translates high-level system requirements into specific constraints for specialists and, conversely, rolls up specialist progress into system-level status. | The Bridge |
Unlike a Project Manager (who focuses on budget and schedule), the SI focuses on Technical Integrity. | Technical Authority |
Ensuring that the "gaps" between subsystems are covered and that "overlaps" (redundant work) are minimized. | Boundary Management |
A mechanical engineer might choose a heavy material for durability (local optimization), but this may cause the drone to exceed its total weight limit (global failure). | Local vs. Global Optimization |
Moving away from functional departments toward cross-functional teams where specialists sit together and discuss interfaces daily. | Integrated Product Teams (IPTs) |
The importance of specialists having deep knowledge in one area but broad enough understanding to appreciate other disciplines. | The "T-Shaped" Engineer |
A formal contract between two specialists. If the software team needs data from a sensor, the ICD specifies the bit rate, the physical connector, and the data format. | Interface Control Documents (ICD) |
A systematic tool used to identify and manage functional and physical interfaces. | The N2 Chart |
Formal sessions where specialists must "defend" their design choices in front of the Systems Integrator and other peers. | Technical Review Boards (TRB) |
Most conflicts boil down to these three constraints. | The Weight-Power-Cost Triangle |
Learning how to give up a "nice-to-have" feature in the software to save power for a critical hardware component. | The Role of Negotiation |
While collaboration is key, the Systems Integrator must have the final technical "say" to ensure the system remains viable. | Consensus vs. Decision |
While the conceptual phase defines what the system must do, the _____defines exactly how it will be built. | Detailed Design phase |
Converting "Functions" (e.g., "Provide Power") into "Components" (e.g., "24V Lithium-Ion Battery, Model X"). | Physical Architecture |
Incorporating Real-world limitations such as Size, Weight, Power, and Cost (SWaP-C). | Design Constraints |
Establishing the technical documentation required for manufacturing or coding to begin. | The "Build-To" Baseline |