Design a combinational logic circuit for a home security alarm system that monitors two sensor inputs: a Door Sensor and a Motion Sensor. The system must trigger an alarm (set the output high) if either the door sensor is tripped OR the motion sensor detects movement.
Constraints
You must utilize exactly two input sources: Door Sensor and Motion Sensor.
The alarm output must be asserted high whenever at least one of the sensors detects a trigger condition.
To adhere to system architecture requirements, the activation logic must be synthesized using a restricted set of primitive logic components. You are strictly forbidden from using standard OR gate components.