Answered step by step
Verified Expert Solution
Link Copied!

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 1), the person lives in this house and may enter.
No (or 0), 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 (3-4 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 0 or 1. 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 0 or 1, you will have to think about how to do this. As an example, if the weight is greater than 125, the sensor returns a 1, else a 0. Similarly, if the hair color is NOT brown, the sensor returns a 0, else 1. These are just some ideas.
Explain each of your features clearly, including exactly what the 0 or 1 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 0 or 1, 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 0 and 1.
Describe your circuit using a Boolean expression with proper use of AND, OR, and NOT symbols.
You may find it useful to read Chapter 11, pages 532542, 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 125, you can have a 1. If the weight is less than 125, you can have a 0. Therefore, if the person weighs 250 pounds, this would result in a 1. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David J. Auer

3rd Edition

0131986252, 978-0131986251

More Books

Students also viewed these Databases questions

Question

3. Outline the four major approaches to informative speeches

Answered: 1 week ago

Question

4. Employ strategies to make your audience hungry for information

Answered: 1 week ago