Software Quality Assurance Quiz
37 Questions
1 Views

Software Quality Assurance Quiz

Created by
@ValiantSard1992

Questions and Answers

What was the primary cause of the switches crashing and rebooting every six seconds?

  • Network overload
  • Wrong break statement in code (correct)
  • Incorrect routing configuration
  • Power failure
  • What immediate action did engineers take to resolve the switches' software issues?

  • Reviewed coding standards
  • Developed a new software version
  • Loaded the previous software release (correct)
  • Rebooted the switches
  • What impact did the Facebook apps outage have on users in 2019?

  • Users could not send messages or view images (correct)
  • Users stopped receiving notifications
  • Users had difficulty logging into their accounts
  • Users could not access Facebook’s main page
  • What was Facebook's explanation for the 2019 outage?

    <p>An accident during routine maintenance</p> Signup and view all the answers

    What potential consequences do software failures on social media platforms carry?

    <p>Loss of advertising revenue and reputational damage</p> Signup and view all the answers

    Which other apps besides Facebook experienced outages during the 2019 incident?

    <p>Instagram, WhatsApp, and Messenger</p> Signup and view all the answers

    What coding practice could have potentially prevented the switch failures?

    <p>Complete code coverage during testing</p> Signup and view all the answers

    Which incident occurred in 2018 that affected Facebook's reputation?

    <p>Misuse of personal information by Cambridge Analytica</p> Signup and view all the answers

    What was the primary cause of the Mariner I space probe failure?

    <p>Improper transcription of a formula into code</p> Signup and view all the answers

    What critical error occurred with the THERAC-25 medical accelerator?

    <p>Lethal radiation doses were incorrectly administered</p> Signup and view all the answers

    In the Ariane 5 Flight 501 incident, what triggered the crash of the flight computer?

    <p>An overflow condition from a floating-point conversion</p> Signup and view all the answers

    What was the outcome of the AT&T network outage caused by a software bug?

    <p>A mass phone network disconnection</p> Signup and view all the answers

    Which of the following accurately describes the consequence of the software errors in the Mariner I probe?

    <p>The rocket was destroyed over the Atlantic Ocean</p> Signup and view all the answers

    What was significant about the radiation doses delivered by the THERAC-25 device?

    <p>They resulted in immediate fatalities</p> Signup and view all the answers

    Which factor contributed to the overflow condition in the Ariane 5's flight computer?

    <p>The code was from a previous rocket model</p> Signup and view all the answers

    In the context of the AT&T network outage, what triggered the initial switch to crash?

    <p>A crash recovery message from a neighboring machine</p> Signup and view all the answers

    What was the primary security concern revealed by Google in 2018?

    <p>CPUs vulnerabilities known as Meltdown and Spectre</p> Signup and view all the answers

    Which of the following devices are affected by the mentioned CPU vulnerabilities?

    <p>Workstations, laptops and other devices</p> Signup and view all the answers

    What is the potential consequence of applying patches to correct CPU vulnerabilities?

    <p>Decreased device performance</p> Signup and view all the answers

    What incident occurred on August 7th, 2019, involving British Airways?

    <p>Over a hundred flights were canceled due to a computer system failure</p> Signup and view all the answers

    What do repeated software failures in British Airways indicate?

    <p>Poor computer management</p> Signup and view all the answers

    What was a direct effect of the system failure on August 7th, 2019?

    <p>Switching to manual check-in procedures</p> Signup and view all the answers

    What is the new version of the Spectre vulnerability called?

    <p>SWAPGSATTACK</p> Signup and view all the answers

    What challenge do investors face concerning frequent software failures in airlines?

    <p>High financial risks</p> Signup and view all the answers

    What is the primary focus of Software Quality Assurance (SQA)?

    <p>Ensuring quality throughout the entire software development life cycle</p> Signup and view all the answers

    Which of the following is NOT part of the SQA objectives during software development?

    <p>Managing software deployment</p> Signup and view all the answers

    What type of requirements does SQA take into account?

    <p>Customer, corporate, and functional requirements</p> Signup and view all the answers

    Which of the following describes a measurable quality attribute in SQA?

    <p>Quality metrics</p> Signup and view all the answers

    During the maintenance phase, SQA aims to ensure confidence in which of the following?

    <p>Functional technical maintenance activities</p> Signup and view all the answers

    What is defined as software quality according to Pressman?

    <p>Adherence to both stated requirements and implicit characteristics.</p> Signup and view all the answers

    Which of the following challenges in software quality relates to the nature of the software?

    <p>The uniqueness of the software product.</p> Signup and view all the answers

    Why is maintaining software quality important in economic exchanges?

    <p>Defects can lead to costly consequences.</p> Signup and view all the answers

    What does software quality assurance provide according to the IEEE?

    <p>Adequate confidence that products meet technical requirements.</p> Signup and view all the answers

    Which factor is NOT listed as a challenge in software quality?

    <p>Limited team experience.</p> Signup and view all the answers

    What is included in the definition of software quality assurance?

    <p>A planned set of actions to ensure process conformity.</p> Signup and view all the answers

    How does software quality affect transportation systems?

    <p>Software failures can disrupt critical functions.</p> Signup and view all the answers

    The systematic actions required in software quality assurance primarily focus on which aspects?

    <p>Meeting managerial requirements and technical standards.</p> Signup and view all the answers

    Study Notes

    Worst Software Failures in History

    • Mariner 1 Space Probe (1962): Launch failure due to a software bug from an incorrectly transcribed formula; the rocket was destroyed over the Atlantic.
    • Therac-25 Medical Accelerator (1985-1987): Malfunctioning radiation therapy device caused lethal overdoses; multiple patient deaths due to no controlled input validation.
    • Ariane 5 Flight 501 (1996): Reused Ariane 4 code caused a crash; 64-bit to 16-bit number conversion overflow led to rocket’s disintegration 40 seconds after launch.
    • AT&T Network Outage (1990): Software bug in #4ESS switches caused a cascade effect, shutting down 114 switches and affecting 60,000 people for nine hours.

    More Recent Software Failures

    • Facebook Apps Outage (2019): Users unable to access photos and messages across Facebook, Instagram, and WhatsApp; due to an accidental issue during routine maintenance.
    • CPUs Flaw (2018): Discovery of vulnerabilities (Meltdown and Spectre) affecting major chip manufacturers; exploitation allowed unauthorized data access across various devices.
    • British Airways Glitch (2019): Major system failure led to hundreds of flight cancellations and delays; systemic issues indicate poor computer management and raised investor concerns.

    Software Quality Challenges

    • Software uniqueness increases complexity and decreases visibility, complicating defect detection.
    • Development environments can be complicated by contracts, teamwork, and the need for coordination with other software systems.

    Importance of Software Quality

    • Software represents about 80% of the cost in computing systems across various sectors, including communication, healthcare, transportation, and entertainment.
    • Defects in software can lead to costly consequences, impacting financial losses, reputational damage, and even loss of life.

    What is Software Quality Assurance (SQA)?

    • Defined by IEEE as a systematic approach to ensure that a product meets established technical requirements and quality objectives.
    • Focuses on evaluating software development and maintenance processes, ensuring compliance with both functional technical and managerial requirements.

    Objectives of SQA

    • In Development: Ensure software meets functional technical requirements and adheres to managerial scheduling and budget constraints.
    • In Maintenance: Guarantee that maintenance activities also conform to specified requirements while improving efficiency and effectiveness in SQA processes.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Test your knowledge on the failures in software history, specifically focusing on notable cases like the Mariner I space probe. This quiz examines the importance of software quality assurance and the implications of coding errors. Prepare to learn about past mistakes and their impact on software development practices.

    More Quizzes Like This

    Quiz de Gestión de Calidad del Software
    10 questions
    Software Faults and Failures Quiz
    12 questions
    Product Failures and Perspectives Quiz
    12 questions
    Use Quizgecko on...
    Browser
    Browser