InterviewSolution
Saved Bookmarks
| 1. |
Timer 0 is a ________ bit register.(a) 32-bit(b) 8-bit(c) 16-bit(d) 10-bitThe question was asked in homework.My question is taken from Microcontroller (8051) in division Prototyping Embedded Devices of IOT |
|
Answer» CORRECT choice is (c) 16-bit For EXPLANATION: The Timer 0 is a 16-bit REGISTER and can be treated as two 8-bit registers and these can be ACCESSED similarly to any other registers. |
|