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.
In amplitude modulation, the amplitude of the carrier signal is 28 V and the modulation index is 0.4. The amplitude of the side bands is:
In the given figures of logic gates, if the inputs are A=1, B=0, and C=1, find the values of \( y_1 \), \( y_2 \), and \( y_3 \) respectively.
The ratio of the wavelengths of the first and second Balmer lines of the hydrogen spectrum is:
A proton and an alpha particle are moving with kinetic energies of 4.5 MeV and 0.5 MeV respectively. The ratio of the de Broglie wavelengths of the proton and alpha particle is:
A closed-loop system has the characteristic equation given by: $ s^3 + k s^2 + (k+2) s + 3 = 0 $.
For the system to be stable, the value of $ k $ is:
A digital filter with impulse response $ h[n] = 2^n u[n] $ will have a transfer function with a region of convergence.