X as input,
                  
                  
                  and produces
                  
                  
                  - a 3-bit unsigned binary integer Y as output,
                  
                  
                  such that:
                  
                  
                  
                  
                  
                  X + Y = 0 mod 8
                  
                  
                  
                  
                  
                  Anyone knows of the best resources to tackling problems like this one? 🤔
                  
                  
                
Or which of the devs groups would be most appropriate for this type of questions
Y = ~X + 1
read a book
I'll suggest digital logic and computer design by Morris Mano
This 个
Hint: X + ~X = 7
Обсуждают сегодня