Question: What is the value of X given the specified value for Y (both X are 8-bit unsigned values): What is the value of X given the specified value for Y (both X are 8-bit unsigned values): This question has three parts (1,2, and 3)
Please I need help in all of them
Part 1) Y=0xA5; X=Y & 0x0F;
Part 2 ) Y=ox88; X=Y | ox83;
Part 3) Y=0x25; X=Y && ~Y;
Can you provide the answer?