Problem description: In a car security system, we usually want to connect the siren in such a way that the siren will activate when it is triggered by one or more sensors. In addition, there will be a master switch to turn the system on or off. Let us assume that there is a car door switch D, a vibration detector switch V, and the master switch M. We will use the convention that when the door is opened D = 1, otherwise, D = 0. Similarly, when the car is being shaken, V = 1, otherwise, V = 0. Thus, we want the siren S to turn on, that is, set S = 1, when either D = 1 or V = 1, or when both D = 1and V = 1, but only for when the system is turned on, that is when M = 1. However, when we turn off the system, and either enter or drive the car, we do not want the siren to turn on. Hence, when M = 0, it does not matter what values D and V have, the siren should remain off.   Instruction: Start by constructing a truth table, which is basically a precise way of stating the operations for the device. The table should have three input columns M, D, and V, and an output column S. The values under the S column can be obtained from interpreting the description of when we want the siren to turn on. When M = 0, we don’t want the siren to come on, regardless of what the values for D and V are. When M = 1, we want the siren to come on when either or both D and V is a 1. From the table, formulate the logic expression then construct the equivalent logic diagram and show the timing diagram showing all the possible input combinations with their corresponding output

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Problem description:

In a car security system, we usually want to connect the siren in such a way that the siren will activate when it is triggered by one or more sensors. In addition, there will be a master switch to turn the system on or off. Let us assume that there is a car door switch D, a vibration detector switch V, and the master switch M. We will use the convention that when the door is opened = 1, otherwise, = 0. Similarly, when the car is being shaken, = 1, otherwise, = 0. Thus, we want the siren to turn on, that is, set = 1, when either = 1 or = 1, or when both = 1and = 1, but only for when the system is turned on, that is when = 1. However, when we turn off the system, and either enter or drive the car, we do not want the siren to turn on. Hence, when = 0, it does not matter what values and have, the siren should remain off.

 

Instruction:

Start by constructing a truth table, which is basically a precise way of stating the operations for the device. The table should have three input columns MD, and V, and an output column S. The values under the column can be obtained from interpreting the description of when we want the siren to turn on. When = 0, we don’t want the siren to come on, regardless of what the values for and are. When = 1, we want the siren to come on when either or both and is a 1. From the table, formulate the logic expression then construct the equivalent logic diagram and show the timing diagram showing all the possible input combinations with their corresponding output.

Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education