How do you know if you should use 3 variables for 4 variables in IC design?

Click For Summary
In IC design, the number of variables needed depends on the range of values being represented. For numbers greater than 9, four variables are necessary to accurately represent values in binary, as each variable doubles the range of representable numbers. Using only three variables would limit the output range and lead to incorrect representations, as demonstrated by the confusion between binary values. The original implementation of the Boolean expression requires four variables to ensure correct outputs for all values above 9. Simplifying the expression with fewer variables is not feasible without losing accuracy in representation.
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone, I just noticed, my IC for numbers greater then 9 to output 1, has 4 variables, why does it have to have 4 variables? couldn't I just use ABC?, because isn't 0000 == 000 and 1001 == 101, isn't 1001 9 and 101 9 also? what's the difference? I think if i just used 3 variables instead of 4 it will make the boolean expression must easier to simplfy! because then i could probably use a k-map to help me out. Here is my orginal implementation of a Boolean expression to output 1 if the number is > 9. http://img282.imageshack.us/img282/482/lastscan45vd.jpg Could this be implemented with 3 variables?
 
Last edited by a moderator:
Engineering news on Phys.org
000---0
001---1
010---2
011---3
100---4
101---5
110---6
111---7
1000--8
1001--9

Counting in binary.
 
You seem to be having trouble with number system representation. If a system has a base of 'nine' through 'sixteen' (Base 9 => 0 through 8) it needs four variables for representation. 101 = 5!

KM
 
I am trying to understand how transferring electric from the powerplant to my house is more effective using high voltage. The suggested explanation that the current is equal to the power supply divided by the voltage, and hence higher voltage leads to lower current and as a result to a lower power loss on the conductives is very confusing me. I know that the current is determined by the voltage and the resistance, and not by a power capability - which defines a limit to the allowable...

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
Replies
11
Views
10K
Replies
235
Views
14K
  • · Replies 12 ·
Replies
12
Views
11K
Replies
12
Views
8K
Replies
1
Views
2K
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
10K
Replies
2
Views
3K