1. | 8051 series of micro controllers are made by which of the following companies? |
Answer: (d).Both of the mentioned
|
2. | AT89C2051 has RAM of: |
Answer: (b).256 bytes
|
3. | 8051 series has how many 16 bit registers? |
Answer: (a).2
|
4. | When 8051 wakes up then 0x00 is loaded to which register? |
Answer: (c).PC
|
5. | When the micro controller executes some arithmetic operations, then the flag bits of which register are affected? |
Answer: (a).PSW
|
6. | How is the status of the carry, auxiliary carry and parity flag affected if write instruction MOV A,#9C ADD A,#64H |
Answer: (b).CY=1,AC=1,P=0
|
7. | How are the bits of the register PSW affected if we select Bank2 of 8051? |
Answer: (d).PSW.3=0 and PSW.4=1
|
8. | If we push data onto the stack then the stack pointer |
Answer: (a).increases with every push
|
9. | On power up, the 8051 uses which RAM locations for register R0- R7 |
Answer: (b).00-07
|
10. | How many bytes of bit addressable memory is present in 8051 based micro controllers? |
Answer: (c).16 bytes
|