InterviewSolution
Saved Bookmarks
| 1. |
8051 controller contains how many registers?(a) 5(b) 3(c) 1(d) 2I have been asked this question in quiz.I need to ask this question from Microcontroller (8051- Pin, Registers, Timers) topic in chapter Prototyping Embedded Devices of IOT |
|
Answer» RIGHT CHOICE is (d) 2 Explanation: 8051 MICROCONTROLLER has 2 TYPES of registers. They are Special Function Registers and the other is General purpose register. Each of having 128KB of memory. And GPR is a Byte addressable register and SFR is a Bit addressable register. |
|