Game Preview

Unit 2 Review

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