Question: Q5: Write one line code to set the 4th bit of PORTB, and other bits unchanged. Q6: Write one line code to set the LSB

Q5: Write one line code to set the 4th bit of PORTB, and other bits unchanged. Q6: Write one line code to set the LSB and MSB of PORTA, and other bits unchanged. Q7: Write one line code to clear the 3"d bit of PORTE, and other bits unchanged. Q8: Write one line code to clear upper nibble (i.e. the upper 4 bits) of PTP, and other bits unchanged Q9: Write one line code to toggle the 5th bit of PTH, and other bits unchanged. Q10: Write one line code to toggle the lower nibble (i.e. the lower 4 bits) of PTS, and other bits unchanged. Q11: Write one line code to multiply the variable 'x' with 8 using shift operation. Q12: Write one line code to divide (integer division) the variable 'y' with 2 using shift operation. Q5: Write one line code to set the 4th bit of PORTB, and other bits unchanged. Q6: Write one line code to set the LSB and MSB of PORTA, and other bits unchanged. Q7: Write one line code to clear the 3"d bit of PORTE, and other bits unchanged. Q8: Write one line code to clear upper nibble (i.e. the upper 4 bits) of PTP, and other bits unchanged Q9: Write one line code to toggle the 5th bit of PTH, and other bits unchanged. Q10: Write one line code to toggle the lower nibble (i.e. the lower 4 bits) of PTS, and other bits unchanged. Q11: Write one line code to multiply the variable 'x' with 8 using shift operation. Q12: Write one line code to divide (integer division) the variable 'y' with 2 using shift operation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
