fieldselijah6265 fieldselijah6265 11-01-2024 Mathematics contestada What would be the binary value of the result after executing the following code? num1 = 0b1010 num² = 0b1111 result = num1 ^ num² 1) 0b1101 2) 0b11 3) 0b101 4) 0b100