Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This is the first of five independent application assignments. Each assignment will allow you to learn how the topics of this course apply to the
This is the first of five independent application assignments. Each assignment will allow you to learn how the topics of this course apply to the areas of computer science, Internet technology, or technology applications.
For this assignment, imagine that we are many years into the future and you have been hired by a technology company to create a human door key system. When a person steps on a special mat containing sensors that is located at his or her front door, these sensors grab information, send it through a set of circuits, and reach one of two logical conclusions:
Yes or the person lives in this house and may enter.
No or this person does not live in this house and may not enter.
If the result is yes, the door automatically opens. If the result is no you can decide what happens.
For this assignment, write a paper pages including graphs and tables that includes the following:
Define at least five features that can be sensed by the magic door mat such that each feature has a result of or This magical mat can sense anything, such as weight, height, eye color, hair color, gender, and so on Because the result of the sensor can only be or you will have to think about how to do this. As an example, if the weight is greater than the sensor returns a else a Similarly, if the hair color is NOT brown, the sensor returns a else These are just some ideas.
Explain each of your features clearly, including exactly what the or represents in each case.
Using at least five gates and at least five inputs, create a logical circuit that describes your system. This circuit will have at least five inputs, at least five gates, and oneand only oneoutput Remember, the input values to and from the gates are only or but you can name them according to what they represent.
Create a logic table to show at least five examples of people who will and will not be able to enter. This table will be labeled with your attributes and will contain values of only and
Describe your circuit using a Boolean expression with proper use of AND, OR and NOT symbols.
You may find it useful to read Chapter pages and look at the examples. You can combine attributes to make sure only the right person gets in For example, if a person's weight is greater than or equal to you can have a If the weight is less than you can have a Therefore, if the person weighs pounds, this would result in a You can use the circuit creatively with AND, OR and NOT gates to grant or deny access using a set of measurable attributes.
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