InterviewSolution
Saved Bookmarks
| 1. |
The Atmega2560 is a _____ SC Microcontroller.(a) RI(b) CI(c) AI(d) BIThe question was posed to me during a job interview.Enquiry is from Microcontroller Specifications topic in section AtMega Microcontroller Specifications of Arduino |
|
Answer» CORRECT choice is (a) RI Explanation: The Atmega2560 is a RISC (Reduced INSTRUCTION Set Computer) microcontroller, which allows for a SMALLER number of cycles PER instruction. Thus, making it faster than the CISC (Complex Instruction Set Computer) Architecture. |
|