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.
Identify the correct truth table of the given logic circuit. 
Find the correct combination of A, B, C and D inputs which can cause the LED to glow. 
Select correct truth table. 

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?