Step 1: In the 8051 microcontroller, Timer Flags (TF0, TF1) are set when the respective timers (Timer-0, Timer-1) complete their counting.
Step 2: Software polling involves continuously checking a flag until it becomes set, indicating completion.
Step 3: The correct instruction format for polling is: \[ \text{JB TFx, address} \] where:
- JB (Jump if Bit is Set) checks if TF0 = 1.
- If TF0 is set, it jumps to 0FEh (execution continues).
- If TF0 is not set, it keeps polling.
Step 4: Evaluating options:
- (A) JNB TF0, 0FEh (Incorrect): Jumps if TF0 is NOT set, which is opposite to polling behavior.
- (B) JB TF0, 0FEh (Correct): Checks if TF0 = 1, making it the correct software polling approach.
- (C) JB TF1, 0FEh (Incorrect): Monitors Timer-1 flag instead of Timer-0.
- (D) JNB TF1, 0FEh (Incorrect): Jumps if TF1 is NOT set, which is not polling.
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.