Logic Circuit Design Homework Solutions

Click For Summary

Discussion Overview

The discussion revolves around a homework problem involving the design of logic circuits for a nuclear power plant's danger sensors and a prime number checker. Participants explore the implications of the problem statement, the incorporation of a backup sensor, and the correctness of their proposed solutions.

Discussion Character

  • Homework-related
  • Debate/contested
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • Some participants express confusion regarding the role of the backup sensor B in the danger sensor problem, questioning how it should be integrated into the logic design.
  • One participant proposes that the plant should shut down if either sensor Z is activated or if both sensors X and Y are activated, suggesting a possible interpretation of the problem.
  • Another participant confirms that they derived the output expression as Output = XY + Z, using both a truth table and a Karnaugh map, and seeks validation of their methods.
  • Some participants challenge the clarity of the problem statement, suggesting that it is ambiguous and could lead to multiple interpretations.
  • Regarding the prime number checker, one participant shares their expression Y = A'B'C + B'CD + A'BD + BC'D and inquires about further simplification, indicating uncertainty in the correctness of their solution.
  • Another participant questions the validity of the Karnaugh map process, asking why there is doubt about its correctness.

Areas of Agreement / Disagreement

Participants generally disagree on the interpretation of the problem statement regarding the backup sensor and its relevance, with some expressing confidence in their solutions while others remain uncertain. The discussion about the prime number checker also reflects differing views on simplification and correctness.

Contextual Notes

There are unresolved ambiguities in the problem statement regarding the backup sensor's role and the specifications for the danger sensors. Additionally, the correctness of the Karnaugh map and the derived expressions for both problems is still under discussion.

hallerman
Messages
10
Reaction score
0

Homework Statement



1. A nuclear power plant contains three danger sensors X, Y and Z that can shut down the plant. Sensor Z is in such a senstive location that it has a backup B. The plant is to be shut down if two of the three sensors indicate danger. However, with exception, sensor Z is the only registering danger sensor so that the plant to be shut down. Design the logic circuit of danger sensors.

2. Let A, B, C and D represent the binary digits of a decimal number in the range 0 to 15. Construct a simplified expression and draw the logic circuit diagram that will give a prime number checker.

Homework Equations



Karnaugh map and truth table


The Attempt at a Solution



1. I have no idea how to incorporate the back-up and also what the third sentence means. Any clues, please?

2. I got Y = A'B'C + B'CD + A'BD + BC'D from the Karnaugh map. Is that the correct simplified expression?
 
Physics news on Phys.org
hallerman said:
A nuclear power plant contains three danger sensors X, Y and Z that can shut down the plant. Sensor Z is in such a senstive location that it has a backup B. The plant is to be shut down if two of the three sensors indicate danger. However, with exception, sensor Z is the only registering danger sensor so that the plant to be shut down. Design the logic circuit of danger sensors.
That is too ambiguous to arrive at a single solution.

However, were it an exam question there is no point in evading it, so I'd nominate the interpretation I'd use and arrive at a solution based on that interpretation.

If B is the backup for Z, then it is probably intended that the plant shut down if 2 out X,Y and B go high, in addition to shutting down if Z goes high.

However, I am not comfortable with this interpretation as it deprecates the term "backup", because I don't have B acting as a true backup. But I can't see any other way of including the "2 out of 3" guide.

2. Let A, B, C and D represent the binary digits of a decimal number in the range 0 to 15. Construct a simplified expression and draw the logic circuit diagram that will give a prime number checker.

2. I got Y = A'B'C + B'CD + A'BD + BC'D from the Karnaugh map. Is that the correct simplified expression?
Write the list of numbers that this expression will signal as prime.
 
If you have a k map, you have at least went through part of the design process. Why are you questioning your k map? Are you not sure of the truth table or that you have processed the k map correctly?
 
hallerman said:

Homework Statement



1. A nuclear power plant contains three danger sensors X, Y and Z that can shut down the plant. Sensor Z is in such a senstive location that it has a backup B. The plant is to be shut down if two of the three sensors indicate danger. However, with exception, sensor Z is the only registering danger sensor so that the plant to be shut down. Design the logic circuit of danger sensors.

1. I have no idea how to incorporate the back-up and also what the third sentence means. Any clues, please?

How can you hope to implement a design if you don't understand the specifications? You expect us to guess what the problem is? Ask your teacher what he means and get back to us.
 
freezer said:
If you have a k map, you have at least went through part of the design process. Why are you questioning your k map? Are you not sure of the truth table or that you have processed the k map correctly?

I have done the k map. I'm only hoping that you might check if the answer's correct, as I might have made a mistake in my solution. Please!
 
LCKurtz said:
How can you hope to implement a design if you don't understand the specifications? You expect us to guess what the problem is? Ask your teacher what he means and get back to us.

I've talked with the teacher. The backup has no utility in this problem. I did the problem by two different methods:

1. Output = XY + YZ + ZX + Z = XY + Z
2. I formed the truth table for X, Y, Z & Output, and then, I did a k map and got the same answer.

Are both methods equally valid?
 
hallerman said:
I've talked with the teacher. The backup has no utility in this problem. I did the problem by two different methods:

1. Output = XY + YZ + ZX + Z = XY + Z
2. I formed the truth table for X, Y, Z & Output, and then, I did a k map and got the same answer.

Are both methods equally valid?

Yes, both methods are valid but sometimes a K-map gives a simpler implementation. But I have no confidence in what the problem actually requires. Your solution is to shut down the plant if either Z or both X and Y activate. If that is what is required, why doesn't the problem say that, and why does it mention the backup B if it is irrelevant?

I would give your instructor an F for that problem statement if you have quoted him exactly.
 
LCKurtz said:
I would give your instructor an F for that problem statement if you have quoted him exactly.

I think I agree with you. :smile:
 
Btw, I got Y = A'B'C + B'CD + A'BD + BC'D for the four-bit prime number checker. I'm wondering if there's any way to further simplify this expression. I haven't found any way, hence my question.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
8K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
3K