Question: Given three 16-bit unsigned numbers x,y and z, where x = 0xB793, y = 0xA3D8, z = 0x6B85. Fill in the blanks with logical operations
Given three 16-bit unsigned numbers x,y and z, where x = 0xB793, y = 0xA3D8, z = 0x6B85. Fill in the blanks with logical operations (&, 1, ) such that (X y) z = 0xC815. (for example, if x = 0X0000, y = 0x1111, z = 0x0000, (x1y) &z=0x0000. You need to input and & in ech blank respectively)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
