Game Preview

Software Development-Units 1-4 Review

  •  English    24     Public
    Sofware development terms for vocational students
  •   Study   Slideshow
  • A programming language designed to be easy for humans to read and write. Examples include C, Java, and Python. Requires translation to machine language.
    High Level Language
  •  15
  • A low-level programming language that uses symbolic code to represent machine-level instructions. Requires an assembler for translation.
    Assembly Language
  •  15
  • The basic binary code (0s and 1s) that a computer's processor can execute directly.
    Machine Language
  •  15
  • A standardized modeling language for visualizing software design and structure.
    Unified Modeling Language
  •  15
  • Activity Diagram
    A diagram that represents the flow of activities in a system, illustrating the sequence and conditions for coordinating lower-level behaviors.
  •  20
  • Class Diagram
    A static structure diagram that describes the structure of a system by showing its classes, attributes, operations, and relationships
  •  20
  • Use Case Diagram
    A diagram used to identify the functional requirements of a system by representing actors and their interactions with the system.
  •  20
  • Sequence Diagram
    A diagram that shows how objects interact in a particular scenario by illustrating the sequence of messages exchanged between objects.
  •  20
  • Complete the word! ( Quality S___________)
    Standards
  •  10
  • Complete the word! ( S ______________ Development)
    Software
  •  10
  • Complete the word! ( Software M_______)
    Metrics
  •  10
  • Complete the word! (Problem S___________)
    Solving
  •  10
  • Complete the word! ( Development M_________)
    Methods
  •  10
  • Complete the word! ( D________ Density)
    Defect
  •  10
  • Complete the word! ( Class C__________)
    Coupling
  •  10
  • What is the difference between Testing Needs AND Testing Requirements?
    Testing Needs are the specific requirements for testing whereas Testing Requirements are the specific conditions that need to be tested
  •  25