Interfaces Flashcards
External Interface:
distributed to subsystems via flow down, allocation, or derivation
Internal Interface:
Created as a part of decomposition
Internal or External Interface?
Interface between spacecraft and launch vehicle
External
Internal or External Interface?
Interface between radar sensor subsystem and spacecraft command/data handling subsystem
Internal
We should explicitly identify the _____ of every interface to avoid confusion.
Owner
Describe the N-Squared Diagram:
- used for interface dev
- functions/components are placed on the diagonal of an NxN
- blanks represent that there is no connectivity between two components/functions
- pinpoints problem areas
True or False: N-Squared items are only required to have inputs.
False
Inputs, Outputs, Interfaces
N-Squared Inputs are contained in the _____ of the matrix.
Columns
N-Squared outputs are contained in the _____ of the matrix.
Rows
A _____ _____ is where two functions/components have bi-directional information flow.
Feedback Loop
We should _____ functions where there is high coupling and feedback loops.
Couple