Question
Q1. Generate a decision table to determine whether a password is valid using the following problem description: The following are the requirements of a password
Q1. Generate a decision table to determine whether a password is valid using the following problem description:
The following are the requirements of a password for an Internet banking site.
The length of the password should be between 6 and 8 characters
The password should not be the same as previous 3 passwords
The password should contain at least 2 letters or 2 numbers
The password should not contain the day, month and year of birthdate
The password should not contain the name and surname of the customer
The password should not contain more than 2 of the same character (e.g., aaa, 111) or more than 2 consecutive characters (e.g., abc,123)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started