Study

Unit 2 Review

  •   0%
  •  0     0     0

  • A static structure diagram that describes the structure of a system by showing its classes, attributes, operations, and relationships.
    Class Diagram
  • Activity Diagram
    A diagram that represents the flow of activities in a system, illustrating the sequence and conditions for coordinating lower-level behaviors.
  • Flowchart
    A diagram that represents a process, showing the steps as boxes connected by arrows to illustrate flow direction.
  • Multiplicity specifies how many instances of one class can be associated with one instance of another class.
    True
  • An actor is an entity that interacts with the system, representing a user or another system that participates in a process.
    TRUE
  • ISO 9000 is  a systematic process of ensuring a product or service meets specified requirements and standards.
    FALSE (QA = ?)
  • A Class Diagram is a diagram used to identify the functional requirements of a system by representing actors and their interactions with the system.
    FALSE ( WHAT IS IT?)
  • Generalization
    A relationship in which one class inherits from another, representing an 'is-a' relationship.
  • Aggregation is a relationship in which one class inherits from another, representing an 'is-a' relationship.
    FALSE ( WHAT IS IT?)
  • A set of international standards on quality management and quality assurance to help companies effectively manage quality systems.
    ISO 9000
  • Aggregation is a relationship where one class is a part of another class but can exist independently of the container class.
  • A relationship where one class depends on another, and changes in one may affect the other.
    Dependency
  • A blueprint for creating objects, providing initial values for state and implementations of behavior.
    Class
  • A strong association where one class owns another class, and the owned class cannot exist independently.
    Composition
  • Sequence Diagram
    A diagram that shows how objects interact in a particular scenario by illustrating the sequence of messages exchanged between objects.
  • Risk Analysis
    The process of identifying, assessing, and prioritizing risks to minimize their impact on a project or system.