On execution of the program segment:
Step 1: The SIM (Set Interrupt Mask) instruction in 8085 is used to control maskable interrupts using the Accumulator (A).
Step 2: The bit pattern of Accumulator A determines which interrupts are enabled or disabled: \[ \text{D7} \quad \text{D6} \quad \text{D5} \quad \text{D4} \quad \text{D3} \quad \text{D2} \quad \text{D1} \quad \text{D0} \] \[ \quad SOD \quad \quad \text{X} \quad \quad \text{R7.5} \quad \quad MSE \quad \quad M75 \quad \quad M65 \quad \quad M55 \] where:
- D3 (MSE - Mask Set Enable) enables the mask settings.
- D2 (M75) masks RST 7.5.
- D1 (M65) masks RST 6.5.
- D0 (M55) masks RST 5.5.
Step 3: The given instruction: \[ MVI A, 0Ah = 0000\ 1010_2 \] - \( D3 = 1 \) → Masking enable(D)
- \( D1 = 0 \) → RST 6.5 not masked (enabled).
- \( D0 = 1 \) → RST 5.5 masked (disabled).
Step 4: Evaluating options:
- (A) Incorrect: RST 6.5 is enable(D)
- (B) Incorrect: RST 7.5 is not affected
- (C) Correct: RST 5.5 is disabled, but other interrupts are enable(D)
- (D) Incorrect: RST 6.5 is not disabled
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.