Correct option is B
A primary advantage of using a Mealy machine is that it generally requires fewer states to implement the same functionality as a Moore machine. In a Mealy machine, the output is a function of both the current state and the current input, and can change immediately upon an input change (mid-transition), resulting in a faster response.