The alarm system activation logic synthesizes an OR operation using AND and XOR gates to satisfy the restricted component constraints. The output evaluates to 1 whenever at least one of the sensors detects a trigger condition.
Boolean Equation:
Alarm Output = (Door Sensor · Motion Sensor) ⊕ (Door Sensor ⊕ Motion Sensor)