1.

How many architectures does the Arduino subfolder in the Hardware section contain?(a) 2(b) 3(c) 4(d) 9I got this question in an interview for internship.My doubt is from Compilation topic in section Arduino Programming of Arduino

Answer»

The correct choice is (a) 2

For explanation I would say: The ARDUINO subfolder of the Hardware section CONTAINS support for 2 architectures; AVR and SAM. The AVR Microcontrollers are included in the most common Arduino BOARDS like the Uno, Nano, Mega, etc. However, some Arduino Boards like the Arduino Due don’t use AVR but use the SAM 32-bit ARM PROCESSORS.



Discussion

No Comment Found

Related InterviewSolutions