Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 . 5 4 A museum has three rooms, each with a motion sensor , and m 2 that outputs 1 when motion is detected.

2.54 A museum has three rooms, each with a motion sensor , and m2 that outputs 1 when motion is detected. At night, the only person in the museum is one security guard who walks from room to room. Create a circuit that sounds an alarm (by setting an output A to 1) if motion is ever detected in more than one room at a time (i.e., in two or three rooms), meaning there must be one or more intruders in the museum. Start with a truth table.
2.58 Using the combinational design process of Table 2.5, create a 4-bit prime number detector. The circuit has four inputs, N3, N2, N1, and N0 that correspond to a 4-bit number (N3 is the most significant bit) and one output P that is 1 when the input is a prime number and that is 0 otherwise.
Table 2.5.
Combinational Logic Design Process
2.7
Step
Step 2: equations
Convert to circuit
2B: Implement as a gatebased circuit
Description
Create a truth table or equations, whichever is most natural for the given problem, to describe the desired behavior of each output of the combinational logic.
This substep is only necessary if you captured the function using a truth table instead of equations. Create an equation for each output by ORing all the minterms for that output. Simplify the equations if desired.
For each output, create a circuit corresponding to the output's equation. (Sharing gates among multiple outputs is OK optionally.)
50
image text in transcribed

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

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

More Books

Students also viewed these Databases questions