Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help with a simple Prolog program, I've never have experience with this language so any help would greatly apprieciated!! The Application Context: When a
Please help with a simple Prolog program, I've never have experience with this language so any help would greatly apprieciated!!
The Application Context: When a username password combination fails, users are asked to answer a set of questions, such as the mother's maiden name, first pet's name etc., and allowed to reset the password in case the user answers a predetermined number of questions successfully. our objective is to enhance this capability. Assume that the kind of questions to be asked come in three categories, personal information (something about the user usage information (Information about the usage) and presence information (like the time of day, weather, temperature). Table 1 lists some potential attributes that can be queried as questions. You may add some more attributes Personal Information Presence Usage Job title Last name Time of Day Season (Summer Winter, etc Home directory Mother's maiden name Last day to login Yesterday's weather? First pet's name Last High School's name Month of last big storm Boss's name Mother's birth place Security clearance Randomly generated riddle Office number A Captcha Number of siblings Each answer is given a "difficulty score" between 0 and 10. For example, a user last name would get a score of 1, the first pet's name would get a score of 3 and the mother's maiden name would get a score of 8 The Application Context: When a username password combination fails, users are asked to answer a set of questions, such as the mother's maiden name, first pet's name etc., and allowed to reset the password in case the user answers a predetermined number of questions successfully. our objective is to enhance this capability. Assume that the kind of questions to be asked come in three categories, personal information (something about the user usage information (Information about the usage) and presence information (like the time of day, weather, temperature). Table 1 lists some potential attributes that can be queried as questions. You may add some more attributes Personal Information Presence Usage Job title Last name Time of Day Season (Summer Winter, etc Home directory Mother's maiden name Last day to login Yesterday's weather? First pet's name Last High School's name Month of last big storm Boss's name Mother's birth place Security clearance Randomly generated riddle Office number A Captcha Number of siblings Each answer is given a "difficulty score" between 0 and 10. For example, a user last name would get a score of 1, the first pet's name would get a score of 3 and the mother's maiden name would get a score of 8Step 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