Step 1: The instruction SETB 0D3 means "Set Bit D3 in the Special Function Register (SFR)".
Step 2: In 8051 microcontrollers, bit D3 (PCON.7 - SMOD bit) in the Power Control Register (PCON) is responsible for doubling the baud rate of the serial communication.
Step 3: The PCON Register (Power Control Register) structure is: \[ \begin{array}{|c|c|c|c|c|c|c|c|c|} \hline \textbf{SMOD} & - & - & - & \textbf{GF1} & \textbf{GF0} & \textbf{PD} & \textbf{IDL} \\ \hline D7 & D6 & D5 & D4 & D3 & D2 & D1 & D0 \\ \hline \end{array} \] - D7 (SMOD bit) = 1 → Baud rate doubles.
Step 4: Evaluating options:
- (A) Incorrect: Interrupt disable is controlled by the IE (Interrupt Enable) register.
- (B) Correct: Setting SMOD (D3 in PCON) doubles the baud rate.
- (C) Incorrect: Bank switching is done via the PSW (Program Status Word) register.
- (D) Incorrect: Timer-0 mode selection is done via the TMOD register.
Match List-I with List-II:
| List-I (Modulation Schemes) | List-II (Wave Expressions) |
|---|---|
| (A) Amplitude Modulation | (I) \( x(t) = A\cos(\omega_c t + k m(t)) \) |
| (B) Phase Modulation | (II) \( x(t) = A\cos(\omega_c t + k \int m(t)dt) \) |
| (C) Frequency Modulation | (III) \( x(t) = A + m(t)\cos(\omega_c t) \) |
| (D) DSB-SC Modulation | (IV) \( x(t) = m(t)\cos(\omega_c t) \) |
Choose the correct answer:

If A + B means A is the mother of B; A - B means A is the brother of B; A % B means A is the father of B, and A \(\times\) B means A is the sister of B, which of the following shows that P is the maternal uncle of Q?