for your question. An active low input, also known as a negative logic input, is a type of input signal that is considered "active" or "on" when it is at a low voltage level. In contrast, an active high input is considered active when it is at a high voltage level. This terminology is commonly used in digital electronics, where a logic level of 0 (low) represents a binary value of 0 and a logic level of 1 (high) represents a binary value of 1.
An edge triggered input is a type of input signal that is used to trigger a change in the state of a circuit, typically a flip flop. It is activated when there is a transition from one logic level to another, either from low to high or from high to low. This can also be referred to as a "rising edge" or "falling edge" trigger.
Combining these two concepts, an active low and edge triggered input would refer to an input signal that is active when it is at a low voltage level and is used to trigger a change in the state of a circuit when there is a transition from low to high or high to low. This type of input is commonly used in flip flops and other sequential logic circuits. I hope this helps to clarify the concept for you.