For a given input string, length of the output string generated by a Moore machine is one more than the length of the output string generated by that of a Mealy machine.
Moore and Mealy machines are models for transducers, which map input strings to output strings. The length difference in output is a standard property of the Moore machine, which produces an output for every state transition including the initial state.