Complete the following (solutions):

  1. Write a set of user-level requirements for an ATM where the user can get cash from their account.

  2. What is wrong with these ATM requirements?

    1. Upon insertion of the user’s ATM card, the ATM shall verify the user via a PIN.

    2. The ATM shall get the amount of the requested withdraw from the user.

    3. The ATM shall dispense the cash to the user.

    4. The ATM provides a receipt for the transaction.

    5. The ATM shall return the ATM card to the user.

    6. The ATM shall retain cards that have been reported to be stolen or missing.

  3. Classify each of the following as either a functional requirement or a non-functional requirement:

    1. The system shall be fully HIPAA (Health Insurance Portability and Accountability Act) compliant.

    2. The patient shall be able to enter their name, address, phone number, and email address into the system.

    3. All direct inputs by users shall be handled using protection against SQL injection attacks.

    4. The doctor shall be able to retrieve patient x-rays based upon the area of the body imaged.

    5. All user interactions shall support dialogs in the user’s choice of English, Spanish, French, German, or Mandarin Chinese.

  4. Write a set of system-level functional and non-functional requirements for the ATM where users can get cash from their account.