- #1
shamieh
- 539
- 0
Fill out the truthe table for the following specification. Given a system with 3 inputs(y2,y1,y0) and a single output (f), where Y = y2,y1,y0 represents a 3 bit unsigned integer (Y is the decimal equivalent), determine the truth table for f such that f = 1 if and only if 1 < Y <= 6 (Y is greater than 1 and less than or equal to 6).
How in the world am I supposed to evaluate this? I am so confused.
- y2 y1 y0 | f
- 0 0 0 |
- 0 0 1 |
- 0 1 0 |
- 0 1 1 |
- 1 0 0 |
- 1 0 1 |
- 1 1 0 |
- 1 1 1 |
How in the world am I supposed to evaluate this? I am so confused.