InterviewSolution
Saved Bookmarks
| 1. |
The Atmega328 is a ___ SC Microcontroller.(a) RI(b) CI(c) AI(d) BII had been asked this question in my homework.Asked question is from Microcontroller Specifications in division AtMega Microcontroller Specifications of Arduino |
|
Answer» CORRECT choice is (a) RI The explanation is: The ATMEGA328 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. |
|