Question

This problem is a simple example of the first step in the design process for one...

  1. This problem is a simple example of the first step in the design process for one type of digital system. The following is a simplified description of when you are allowed to move through an intersection that is controlled by a traffic light with only a red and a green light (no yellow light). One light is always on, but they are never both on at the same time. That is, if the light is red, it is not green. You may move through such an intersection if the light is green and you are not turning left, or if the light is red and you are turning right and you have verified that there is no interfering cross-traffic. Translate this situation into a 4-input, 1-output truth table. Define each binary variable that you use and give the meaning of a 0 or 1 value for each variable.

  2. In the last problem, you found a truth table describing a set of simplified rules for moving through an intersection with a red/green traffic signal. For this problem, you are to draw a combinational logic network that describes that same set of rules. Your network should mimic the way the problem was stated in words in the last problem. In particular, you should have one AND gate for each "and" in the problem statement, one OR gate for each "or", and one NOT gate for each "not".

Homework Answers

Answer #1

Let there be four input variables S, L, R and I where S is 1 if the signal is green, 0 if it is red, L is 1 if one wishes to turn left, 0 if he does not wish to turn left, R is 1 if one wishes to turn right, 0 if he does not wish to turn right and I is 1 if there is intersecting traffic and 0 otherwise. Let there be an output variable M, which is 1 if the person is supposed to move and 0 otherwise. The required truth table is:

S L R I M
0 0 0 0 0
0 0 0 1 0
0 0 1 0 1
0 0 1 1 0
0 1 0 0 0
0 1 0 1 0
0 1 1 0 1
0 1 1 1 0
1 0 0 0 1
1 0 0 1 0
1 0 1 0 1
1 0 1 1 0
1 1 0 0 0
1 1 0 1 0
1 1 1 0 0
1 1 1 1 0

The following is the combinational logic network required.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
One of the following experiments has an internal validity problem and the other does not. First,...
One of the following experiments has an internal validity problem and the other does not. First, identify which experiment DOES NOT have an internal validity problem. Next, for the remaining experiment, identify at least one problem that threatens the internal validity. a. A cognitive psychologist believes that people learn better when they spread out their studying over several days, so she creates a study with three groups of participants. Each group studies the same list of 120 Chinese vocabulary words...
Background: Part I: Converging Lenses First, grab the lamp, and place it at one end of...
Background: Part I: Converging Lenses First, grab the lamp, and place it at one end of the optical track. Ensure that the light is directed to shine on the rest of the track (without anything in the way of the "window" on the lamp). Then, select a 5cm converging lens (red tape), and place it in a holster in the middle optical track. Place the arrow in a clip stand, and place that clip stand in a holster in between...
What is the first step in planning a presentation? Gather information Analyze the situation Practice Organize...
What is the first step in planning a presentation? Gather information Analyze the situation Practice Organize the information Select the right medium Flag this Question Question 21 pts Which of the following is one way you can be sure to speak slowly and distinctly to be better understood by an international audience? Repeat keywords and phrases Keep the message simple Communicate with body language Incorporate visual aids Articulate each word carefully Flag this Question Question 31 pts How do visuals...
Task 1: Read each of the scenarios. Explain how one or both fit into one of...
Task 1: Read each of the scenarios. Explain how one or both fit into one of the three theories illustrated by the experiments. Be specific using at least two (2) psychological terms (underline/boldface them), the psychologist and his experiment (underline/boldface them), and the evidence that supports or refutes what the experiment theorized. Be sure to illustrate the scenario and the specific parts of the scenarios as they fit into your explanation so I can see your full understanding. Task 2:...
FinTechCo Case Study Company Overview FinTechCo is a medium-sized financial services company comprising of 45 employees...
FinTechCo Case Study Company Overview FinTechCo is a medium-sized financial services company comprising of 45 employees with an annual revenue of $10 million. It has approximately 1000 customers comprising of private individuals and small companies. FinTechCo’s mission is to provide financial services and advice to its clients, to sell various products and services and offer consultation guidance regarding the information systems that support them. Problem Statement FinTechCo’s technical team were originally qualified financial planners who transitioned into technical roles and...
convert to python 3 from python 2 from Tkinter import * # the blueprint for a...
convert to python 3 from python 2 from Tkinter import * # the blueprint for a room class Room(object): # the constructor def __init__(self,name,image): # rooms have a name, exits (e.g., south), exit locations (e.g., to the south is room n), # items (e.g., table), item descriptions (for each item), and grabbables (things that can # be taken and put into the inventory) self.name = name self.image = image self.exits = {} self.items = {} self.grabbables = [] # getters...
1) Describe an example of each of the following that may be found of your kitchen:...
1) Describe an example of each of the following that may be found of your kitchen: Explain how your choice falls into this category, and if there is a chemical name or symbol for it, provide that as well. Provide a photo of your example with your ID card in it. a) a compound b) a heterogeneous mixture c) an element (symbol) Moving to the Caves… Lechuguilla Caves specifically. Check out this picture of crystals of gypsum left behind in...
      MK Restaurant: Branding of Thai-Style Hotpot The restaurant industry is one of the most...
      MK Restaurant: Branding of Thai-Style Hotpot The restaurant industry is one of the most competitive in Thailand. With a large number of players ranging from restaurants in five-star hotels, global fast-food chains to small stalls along the streets and everything in between, the Thais are spoiled for choice. In addition, as the world becomes globalized, consumers are familiar with international dishes and would not hesitate to try new offerings from the other side of the globe. As a...
I've posted this question like 3 times now and I can't seem to find someone that...
I've posted this question like 3 times now and I can't seem to find someone that is able to answer it. Please can someone help me code this? Thank you!! Programming Project #4 – Programmer Jones and the Temple of Gloom Part 1 The stack data structure plays a pivotal role in the design of computer games. Any algorithm that requires the user to retrace their steps is a perfect candidate for using a stack. In this simple game you...
Department of Management Information Systems, Operations Management and Decision Sciences, University of Dayton, Dayton, Ohio 45419,...
Department of Management Information Systems, Operations Management and Decision Sciences, University of Dayton, Dayton, Ohio 45419, [email protected] Hub Group, a North American intermodal freight rail transportation company, developed an integrated produc- tion decision support system to improve its yield management and container allocation. The system combines a suite of analytical tools, including forecasting, error distribution analysis, expected value-based heuristics, and optimization tools to improve the decision making of Hub's frontline employees. It is important to note that the production decision...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT