Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . The brakes of your car operate when you press the brake pedal. The anti - lock brakes kick in when additional conditions arise.

1. The brakes of your car operate when you press the brake pedal. The anti-lock brakes kick in when additional conditions arise. In this problem, you are to develop the Boolean expression that cover these conditions. Specifically, the expression will be true if the anti-lock brakes should be applied. You will then draw the circuit. The conditions are as follows, all of which have to be true, along with the expected values of the variables that the circuit will use.
The brake pedal must be pressed, brake pedal pressed means P =1
The tire sensors must indicate that the road is slick, tire sensors are a two-bit value s1s0, which is 00 for dry conditions, 01 for wet, 10 for icy, 11 for snow, slick is defined as 01,10 or 11
The temperature sensor must indicate that the temperature is below 40 degrees, the temperature sensor is a two-bit value t1t0 which is 00 for temperature below 32,01
for temperature between 32 but under 40,10 for temperature between 40 and 70, and 11 for temperature above 70
The cars speed must be more than 7 mph, speed is indicated by a 7-bit value from the odometer o6o5o4o3o2o1o0, where 0000000 means 0 mph
a. Derive the Boolean expression that will output a 1 if the anti-lock brakes should activate. Simplify your expression.
Draw the circuit for the simplified expression from part a

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

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

Students also viewed these Databases questions