Circuits/Combinational Logic
Compute first = a XOR b and second = c AND d, then OR those intermediate results to produce y.
first = a XOR b
second = c AND d
y