[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 256 KB, 906x350, onlydeadwillknowpeacefromthisevil.jpg [View same] [iqdb] [saucenao] [google]
5563196 No.5563196 [Reply] [Original]

Design a minimum cost combinational circuit that accepts a Binary Coded Decimal
(BCD) number as input and generates an output binary number equal to the sum of
the input bits. For example, if the input is 0111, the output would be 0+1+1+1 which
is 11. (Examples: (0111) => 011).


So I am supposed to come up with a truth table for this and I have no idea what it would look like. Any tips?