Which of the following transponders convert the uplink signal to downlink signal using two mixers

Which of the following transponders convert the uplink signal to downlink signal using two mixers Correct Answer Dual conversion transponders

A dual-conversion transponder makes the frequency translation in two steps with two mixers. No demodulation occurs.

Related Questions

In which repeaters uplink is decoupled from the downlink?
____ separates uplink and downlink.
Is a loss of power of a satellite downlink signal due to earth’s atmosphere.
Consider the following C function. void convert (int n) { if (n < 0) printf (“ % d”, n); else { convert(n / 2); printf (“ % d”, n % 2); } } Which one of the following will happen when the function convert is called with any positive integer n as argument?