Internal Component_QUIZ
Internal Component_QUIZ
Internal Component_QUIZ
QUIZ
8. Analyse the status of the carry, auxiliary carry and parity flag after execution
of the instructions
MOV A,#9C
ADD A,#64H
CY=0,AC=0,P=0
CY=1,AC=1,P=0
CY=0,AC=1,P=0
9. On power up, the 8051 uses which RAM locations for register R0- R7
00-2F
00-07
00-7F
00-0F
11. If SUBB A,R4 is executed, then actually what operation is being applied?
R4+A
R4-A
A-R4
A+R4
15. The only memory which can be accessed using indexed addressing mode is
RAM
ROM
Main memory
Program memory
16. The addressing mode, in which the instructions has no source and destination
operands is
register instructions
register specific instructions
direct addressing
immediate mode
17. Which register is used to make the pulse a level or an edge triggered pulse?
TCON
IPR
IE
SCON
18. What is the correct order of priority that is set after a controller gets reset?
TxD/RxD > T1 > T0 >EX1 > EX0
TxD/RxD < T1 < T0<EX1 < EX0
EX0 > T0 > EX1 >T1> TxD/RxD
EX0 < T0 < EX1 < T1 < TxD/RxD
19. Find out the roll over value for the timer in Mode 0, Mode 1 and Mode 2?*
00FFH,0FFFH,FFFFH
1FFFH,0FFFH,FFFFH
1FFFH,FFFFH,00FFH
1FFFH,00FFH,FFFFH