Final answer:
The result of the bitwise-XOR operation of A with B is 10100101.
Step-by-step explanation:
The bitwise-XOR operation is performed by comparing each bit of two binary numbers and returning a 1 if the bits are different, and 0 if the bits are the same.
Assuming A equals 10011001 and B equals 00111100, the result of the bitwise-XOR operation of A with B would be 10100101.