The 8-bit result has 2 set bits (1s) and 6 clear bits (0s).
AND is a masking operation: bits in the result are 1 only where both operands have 1.
Hex shorthand: 0xC, which is compact notation used in low-level code and color values.
Next stepCopy the binary, octal or hex result from the output cards. For multi-step logic you can chain results by pasting one result as the next operand.